Skip to content

Releases: reductstore/reduct-cpp

Release v1.12.0

04 Oct 21:08
Compare
Choose a tag to compare

Added

  • RS-418: IBucket::RemoveRecord, IBucket::RemoveRecordBatch, IBucket::RemoveQuery methods for removing records, PR-74
  • RS-389: Support QuotaType::kHard, PR-75
  • RS-388: IBucket::RenameEntry to rename entry in bucket, PR-76
  • RS-419: Add IBucket::Rename method to rename bucket, PR-77
  • RS-462: Improve batching, PR-78

Release v1.11.0

19 Aug 16:03
Compare
Choose a tag to compare

Added

  • RS-31: Bucket::Update and Bucket::UpdateBatch methods for changing labels, PR-72

Infrastructure

  • RS-273: Refactor CI actions and add build for Windows, PR-73

Release v1.10.0

11 Jun 12:32
Compare
Choose a tag to compare

Added

  • RS-261: Support for each_n and each_s query parameters, PR-68
  • is_provisioned flag to Token, PR-69
  • REDUCT_CPP_USE_STD_CHRONO option to use std::chrono::parse instead of date::parse, PR-67
  • RS-311: add each_n and each_s replication settings, PR-70

Fixed

  • Windows compilation, PR-66

Changed

  • RS-269: move documentation to main website, PR-71

Release v1.9.0

08 Mar 23:03
Compare
Choose a tag to compare

Added

  • RS-179: add license information to ServerInfo, PR-65

Release v1.8.0

23 Jan 22:51
Compare
Choose a tag to compare

Added

  • RS-44: Replication API, PR-64

Changed:

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

Release v1.7.1

04 Nov 21:13
Compare
Choose a tag to compare

Fixed:

  • RS-68: Fix writing blobs bigger than 512Kb, PR-62

Release v1.7.0

06 Oct 21:31
Compare
Choose a tag to compare

Added

  • support for ReductStore API v1.7 with IBucket::WriteBatch and is_provisioned field for BucketInfo and Token
    structs, PR-60

Fixed

Release v1.6.0

14 Aug 22:44
Compare
Choose a tag to compare

Added

  • IBucket.RemoveEntry to remove entry from bucket, PR-57
  • QueryOption.limit to limit the number of records returned by a query, PR-58

Release v1.5.0

30 Jun 21:05
Compare
Choose a tag to compare

Added

  • Support for batched records, PR-54
  • Option to read only metadata of a record, PR-55

Release v1.4.0

04 Jun 10:33
Compare
Choose a tag to compare

Added

  • Implement continuous querying, PR-53

Update

  • Adapt to the new API v1.4, PR-52