Skip to content

Release v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 22:23

For more information, see the official release note

Added

  • reductstore: Build docker image for ARM32 platform, PR-328
  • reductstore,reduct-rs: Removing entries from bucket, PR-334
  • reductstore,reduct-rs: Limit parameter in query request, PR-335
  • reduct-rs: Server API for Client SDK, PR-321
  • reduct-rs: Token API for Client SDK, PR-322
  • reduct-rs: Bucket API for Client SDK, PR-323
  • reduct-rs: Entry API for Client SDK, PR-326
  • reduct-rs: Examples and docs, PR-333

Changed

  • reductstore: Refactor http_frontend module, PR-306
  • reductstore: Cache last block to reduce read operations, PR-318
  • reductstore: Grained HTTP components, PR-319
  • reductstore: Default maximum records in block 256, PR-320
  • reductstore: BUSL-1.1 license, PR-337
  • reductstore: Update README.md, PR-338
  • all: Organize workspaces, PR-310

Removed

  • reductstore: native-tls dependency (only rustls), PR-315

Fixed

  • reductstore: Partial bucket settings, PR-325