Releases: reductstore/reduct-js
Releases · reductstore/reduct-js
Release v1.12.0
Added:
- RS-418:
Bucket.reomveRecord
, Bucket.beginRemoveBatch
and Bucket.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
Release v1.11.0
Added:
- RS-31:
Bucket.update
and Bucket.beginUpdateBatch
methods for changing labels, PR-89
- RS-394: Add query support for browser, PR-90
Fixed:
- Hanging HEAD requests, PR-91
v1.10.1
Fixed:
- RS-319: fix name convention for replication settings, PR-88
Release v1.10.0
Added:
- RS-261: add
each_n
and each_s
query parameters, PR-85
- RS-311: add
each_s
and each_n
replication settings, PR-86
Changed:
- RS-234: Integrate prettier to CI and reformat code, PR-84
- RS-269: move documentation to main website, PR-87
Release v1.9.3
Changed:
- Update GitHub actions to get rid of warnings, PR-82
Fixed:
- Batch class in index.ts, PR-83
Release v1.9.2
Fixed:
- RS-224: Use https Agent only outside browser environment, PR-81
Release v1.9.1
Changed:
RS-223: Revert axios port to 0.x version, PR-80
Release v1.9.0
Added:
- RS-183: Add verifySSL option to ClientOptions, PR-78
- RS-178: Add license information to ServerInfo, PR-79
Changed:
- RS-122: Update axios up to 1.6 and other dev dependencies, PR-77
Release v1.8.0
Added:
- RS-46: Support Replication API, PR-76
Changed:
- docs: update link to new website, PR-75
Release v1.7.4
Fixed:
- RS-74: Fix content length limit, PR-74