Releases: reductstore/reductstore
Releases · reductstore/reductstore
Release v1.0.1
Release v1.0.0
Release v0.9.0
Release v0.8.0
Added:
- Web Console v0.4.0
Connection
header, PR-154- Publish image to DockerHub, PR-162
- Use API token as an access token, PR-167
Fixed:
- Ignoring error code after a failed bucket update, PR-161
- Infinite loop in Bucket::KeepQuota, PR-146
- Waiting data from HTTP client if it aborts
connection, PR-151 - Writing record when current block is broken, PR-15-
- Closing uSocket, PR-154
- Removing broken block when it keeps quota, PR-155
- Sending headers twice, PR-156
- Direction to
cd
into thebuild/
directory while building the server locally, PR-159
Changed:
Deprecated:
- GET
/auth/refersh
endpoint and access token, PR-167
Release v0.7.1
Fixed:
- Opening Web Console, PR-143
Release v0.7.0
Release v0.6.1
Other:
- Use Web Console v0.2.1, PR-120
Release v0.6.0
Features:
- Filter unfinished records in GET /b/:bucket/:entry/list
endpoint, PR-106 - Add content-type header to responses, PR-107
- Add
max_block_records
to bucket settings, PR-108 - Add HEAD
/alive
method for health check, PR-114
Bugs:
- Fix Web Console for RS_API_BASE_PATH, PR-92
- Fix wasting disk space in FSX filesystem, PR-100
- Fix base path in server url, PR-105
- Fix updating record state in asynchronous write
operation, PR-109 - Fix SEGFAULT when entry removed but async writer is
alive, PR-110 - Fix removing a block with active readers or
writers, PR-111 - Fix loading bucket settings from disk, PR-112
- Fix 404 error for react routes, PR-116
- Fix no token error message, PR-118
- Fix updating bucket settings, PR-119
Other:
Release v0.5.1
Bugs:
- GET /b/:bucket/:entry doesn't create an empty entry, PR-95