Skip to content

Releases: reductstore/reductstore

Release v0.4.3

01 May 01:36
e4f1f30
Compare
Choose a tag to compare

Bugs:

  • Fix sending big blobs PR-80
  • Fix handling offset in tryEnd PR-81

Release v0.4.2

30 Apr 15:39
91da354
Compare
Choose a tag to compare

Bugs:

  • Fix deadlock during sending data, PR-78

Release v0.4.1

04 Apr 21:28
448653c
Compare
Choose a tag to compare

Bugs:

  • Fix timestamp for oldest record, PR-68

Release v0.4.0

01 Apr 21:08
Compare
Choose a tag to compare

Features:

  • Asynchronous write/read operations with data blocks, PR-62

Bugs:

  • Fix searching start block in Entry List request, PR-61
  • Fix aborting GET requests, PR-64

Other:

  • Refactor block structure in entry, PR-58

Release v0.3.0

14 Mar 22:43
Compare
Choose a tag to compare

Features:

  • Add secure HTTP, PR-49
  • Extend GET /b/:bucket method with stats and list entries, PR-51
  • Add access to the latest record, PR-53

Bugs:

  • Fix sending two responses for HTTP error, PR-48

Other:

  • Replace nholmann/json with Protobuf, PR-47

Release v0.2.1

07 Mar 12:21
Compare
Choose a tag to compare

Release 0.2.1 (2022-03-07)

Bugs:

  • Fix crushing when API token is wrong, PR-42
  • Fix order of authentication checks, PR-43

Release v0.2.0

26 Feb 22:49
Compare
Choose a tag to compare

Release 0.2.0 (2022-02-26)

Features:

  • Add HEAD method to Bucket API, PR-30
  • PUT method of Bucket API has optional parameters, PR-32
  • Extends information from GET method of Server API, PR-33
  • Add GET /list end point to browse buckets, PR-34
  • Add bearer token authentication, PR-36

Bugs:

  • Fix docker build on ARM32, PR-29
  • Fix IBucket::List error 500 for timestamps between blocks, PR-31

Documentation:

  • Fix wrong parameters in Entry API documentation, PR-38

Release 0.1.1

13 Feb 12:12
Compare
Choose a tag to compare

Release 0.1.1 (2022-02-13)

Bugs:

  • Fix default folder for data in Docker image, PR-23

Release v0.1.0

24 Jan 22:59
Compare
Choose a tag to compare

Initial release with basic HTTP API and FIFO bucket quota