All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- RS-550: Add when condition to replication settings, PR-98
1.13.0 - 2024-12-04
- RS-543: Support conditional query, PR-97
1.12.0 - 2024-10-04
- RS-418:
Bucket.reomveRecord
,Bucket.beginRemoveBatch
andBucket.removeQuery
methods to remove records, PR-92 - RS-389: Support QuotaType.HARD for bucket quotas, PR-93
- RS-388: Add
Bucket.renameEntry
method to rename entry, PR-94 - RS-419: Add
Bucket.rename
method to rename bucket, PR-95 - RS-462: Improve batching, PR-96
1.11.0 - 2024-08-20
- RS-31:
Bucket.update
andBucket.beginUpdateBatch
methods for changing labels, PR-89 - RS-394: Add query support for browser, PR-90
- Hanging HEAD requests, PR-91
1.10.1 - 2024-07-01
- RS-319: fix name convention for replication settings, PR-88
1.10.0 - 2024-06-11
- RS-261: add
each_n
andeach_s
query parameters, PR-85 - RS-311: add
each_s
andeach_n
replication settings, PR-86
- RS-234: Integrate prettier to CI and reformat code, PR-84
- RS-269: move documentation to main website, PR-87
1.9.3 - 2024-04-26
- Update GitHub actions to get rid of warnings, PR-82
- Batch class in index.ts, PR-83
1.9.2 - 2024-03-22
- RS-224: Use https Agent only outside browser environment, PR-81
1.9.1 - 2024-03-20
- RS-223: Revert axios port to 0.x version, PR-80
1.9.0 - 2024-03-08
- RS-183: Add verifySSL option to ClientOptions, PR-78
- RS-178: Add license information to ServerInfo, PR-79
- RS-122: Update axios up to 1.6 and other dev dependencies, PR-77
1.8.0 - 2024-01-22
- RS-46: Support Replication API, PR-76
- docs: update link to new website, PR-75
- RS-74: Fix content length limit, PR-74
1.7.3 - 2023-10-29
- RS-57:
MaxListenersExceededWarning
warn inBucket.query
, PR-73
1.7.2 - 2023-10-28
- RS-56: Queering batched records, PR-71
1.7.1 - 2023-10-11
- Backward compatibility, isProvisioned field is optional, PR-69
1.7.0 - 2023-10-06
- Support for ReductStore API v1.7:
isProvisioned
flag forBucketInfo
andToken
andBucket.beginWriteBatch
method for batch writing, PR-68
1.6.0 - 2023-08-15
1.5.0 - 2023-06-30
- Support for
GET /api/v1/b/:bucket/:entry/batch
endpoint, PR-62 - Option
head
toBucket.query
andBucket.beginRead
, PR-63
1.4.1 - 2023-06-03
- Sending a record as Buffer, PR-60
1.4.0 - 2023-05-29
- Implement continuous query, PR-59
- Fix JSON parsing for big integers (for Rust implementation), PR-58
1.3.0 - 2023-02-09
- Quick Start example and guide, PR-54
- Support labels for read, write and querying, PR-55
- Support for content type of records, PR-57
- Use x-reduct-error header for error message, PR-56
1.2.0 - 2022-12-23
- Add support for ReductStore API version 1.2 with method Client.me to get current permissions, PR-51
- Update documentation after rebranding, PR-50
1.1.1 - 2022-11-24
- Add token and permissions to index.ts, PR-47
1.1.0 - 2022-11-23
- Support ReductStore API v1.1 with Token API, PR-46
1.0.0 - 2022-10-03
- Support ReductStore API v1.0, PR-43
Bucket.read
,Bucket.write
methods, PR-44
0.7.0 - 2022-08-27
- Support ReductStore API v0.8, PR-40
0.6.0 - 2022-07-29
- Support ReductStore API v0.7, PR-37
- Hash for API token and
sjcl
from dependencies PR-38
0.5.1 - 2022-07-17
- BucketSetting serialisation, PR-35
0.5.0 - 2022-07-05
- Minor Typo, PR-26
0.4.1 - 2022-06-24
- Updating refresh token, PR-24
0.4.0 - 2022-05-19
0.3.0 - 2022-04-30
- Use Buffer read and write records, PR-18
bigint
instead ofBigInt
, PR-13
0.2.0 - 2022-04-16
Client.getOrCreateBucket
method, PR-10
- QuotaType in index.js, PR-9
0.1.0 - 2022-04-14
- Initial release