Releases: reductstore/reductstore
Releases · reductstore/reductstore
Release v0.4.3
Bugs:
- Fix sending big blobs PR-80
- Fix handling offset in tryEnd PR-81
Release v0.4.2
Bugs:
- Fix deadlock during sending data, PR-78
Release v0.4.1
Bugs:
- Fix timestamp for oldest record, PR-68
Release v0.4.0
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
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
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
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
Release 0.1.1 (2022-02-13)
Bugs:
- Fix default folder for data in Docker image, PR-23
Release v0.1.0
Initial release with basic HTTP API and FIFO bucket quota