Skip to content

Releases: reductstore/reductstore

Release v1.16.3

22 Aug 19:29
Compare
Choose a tag to compare

Fixed

  • Fix double synchronization of transaction log + integrity checks, PR-912

Release v1.16.2

22 Aug 10:46
Compare
Choose a tag to compare

Fixed

  • Prevent data lost of unsynchronized files in case of power failure for unfinished blocks, PR-909

Security

Release v1.16.1

09 Aug 17:28
Compare
Choose a tag to compare

Fixed

  • Fix directive parsing and order of operators in conditional query, PR-899

Changed

  • Update Web Console up to v1.11.2, PR-900

Release v1.16.0

31 Jul 08:27
Compare
Choose a tag to compare

Added

  • Pass server information to extensions, PR-816
  • Integrate ReductSelect v0.1.0, PR-821
  • Integrate ReductRos v0.1.0, PR-856
  • Filter buckets by read permission in server information, PR-849
  • Support for duration literals, PR-864
  • Support for #ctx_before and #ctx_after directives, PR-866
  • Support for wildcards in write/read token permissions, PR-877
  • Check format of read/write token permissions, PR-881
  • Add support for selecting specific labels via the #select_labels directive, PR-888

Changed

  • Add "@" prefix to computed labels, PR-815
  • Refactor Extension API for multi-line CSV processing, ReductSelect v0.2.0, PR-823
  • Run all operands after a compute-staged one on the compute stage, PR-835
  • Replace auto-staging for extension filtering with when condition in ext parameter, PR-838
  • Update ReductSelect up to v0.3.0, with CSV headers and data buffering, PR-850
  • Update ReductROS up to v0.2.0 with binary data encoding, PR-882
  • Update WebConsole up to v1.11.0 with many improvements, PR-883
  • Update ReductSelect up to v0.4.0, PR-889
  • Update Web Console up to v1.11.1 and ReductSelect up to 0.4.1, PR-890

Fixed

  • Fix hanging query request if no extension registered, PR-830
  • Fix $limit operator in extension context, PR-848
  • Fix query finalization in ExtRepository, PR-891

Removed

  • x-reduct-last header from query response, PR-876

Release v1.15.6

25 Jun 16:18
Compare
Choose a tag to compare

Fixed

  • Fix replication of update transaction to empty bucket, PR-867

Release v1.15.5

10 Jun 15:55
Compare
Choose a tag to compare

Fixed

  • Fix crash if RS_API_PATH has wrong format, PR-846

Changed

  • Update Web Console up to 1.10.2, PR-847

Release v1.15.4

28 May 06:59
Compare
Choose a tag to compare
  • Update yanked zip dependency to 4.0.0, PR-837

Release v1.15.3

26 May 10:28
Compare
Choose a tag to compare

Fixed

  • Fix lock of write channel for small chunks, PR-834

Release v1.15.2

21 May 11:57
Compare
Choose a tag to compare

Changed

  • Update Web Console up to v1.10.1, PR-828

Fixed

  • Rebuild block index if orphan block descriptor find, PR-829

Release v1.15.1

15 May 16:04
Compare
Choose a tag to compare

Fixed

  • Fix replication of record updates, PR-822