Skip to content

Releases: reductstore/reduct-js

Release v1.12.0

04 Oct 21:11
Compare
Choose a tag to compare

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

20 Aug 08:05
Compare
Choose a tag to compare

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

01 Jul 13:50
Compare
Choose a tag to compare

Fixed:

  • RS-319: fix name convention for replication settings, PR-88

Release v1.10.0

11 Jun 12:26
Compare
Choose a tag to compare

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

26 Apr 09:25
Compare
Choose a tag to compare

Changed:

  • Update GitHub actions to get rid of warnings, PR-82

Fixed:

  • Batch class in index.ts, PR-83

Release v1.9.2

22 Mar 09:22
Compare
Choose a tag to compare

Fixed:

  • RS-224: Use https Agent only outside browser environment, PR-81

Release v1.9.1

22 Mar 09:22
Compare
Choose a tag to compare

Changed:
RS-223: Revert axios port to 0.x version, PR-80

Release v1.9.0

08 Mar 20:31
Compare
Choose a tag to compare

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

22 Jan 23:02
Compare
Choose a tag to compare

Added:

  • RS-46: Support Replication API, PR-76

Changed:

  • docs: update link to new website, PR-75

Release v1.7.4

04 Nov 19:31
Compare
Choose a tag to compare

Fixed:

  • RS-74: Fix content length limit, PR-74