The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
reductstore.x86_64-unknown-linux-gnu.tar.gz | 2025-10-21 | 23.3 MB | |
reductstore.aarch64-unknown-linux-gnu.tar.gz | 2025-10-21 | 22.6 MB | |
reductstore.x86_64-apple-darwin.tar.gz | 2025-10-21 | 21.0 MB | |
reductstore.x86_64-pc-windows-gnu.zip | 2025-10-21 | 27.8 MB | |
reductstore.aarch64-apple-darwin.tar.gz | 2025-10-21 | 20.3 MB | |
README.md | 2025-10-21 | 3.4 kB | |
Release v1.17.0 source code.tar.gz | 2025-10-21 | 305.9 kB | |
Release v1.17.0 source code.zip | 2025-10-21 | 495.3 kB | |
Totals: 8 Items | 115.8 MB | 0 |
Added
- Integrate S3 Storage Backend, PR-919
GET /api/v1/alive
endpoint, PR-926#ext
directive to interact with extensions in conditional query, PR-932- Implement Query Link API, PR-938
- Support for range requests in query link, PR-944
- IO directives to control batching parameters in conditional query and replication tasks, PR-958
RS_REMOTE_SYNC_INTERVAL
configuration parameter, PR-961- Lock file to prevent concurrent access to the same data, PR-969
- Default storage class for S3 backend, PR-990
- Support for Content-Disposition header, PR-1000
Changed
- Update extensions for Rust 1.89: ros-ext v0.3.0, select v0.5.0, PR-921
- Update ros-ext up to v0.3.1 with fixed JPEG convertion, PR-927
- Expiry date of query link is mandatory and timestamp , PR-939
- Add filename to query link endpoints, PR-940
- Optimize integrity check at storage start, PR-986
- Stop listing entry directory twice at storage start, PR-988
- Update extensions: ros-ext v0.4.0, select v0.6.0, PR-1001
- Update Web Console up to v1.12.0, PR-1002
Fixed
- Add CA certificates to Docker image for AWS S3 access, PR-924
- Fix path for token repository when cache used, PR-925
- Prevent storage from crashing if block from WAL doesn't exist, PR-954
- Clear bucket settings before saving them, PR-957
- Fix reusing token in ReplicationSettings, PR-962
- Fix empty batch workaround, PR-963
- Alive must return 200 even if storage locked, PR-970
- Parsing of empty read\write token permissions, PR-983
- Fix removing records for S3 backend, PR-984
- Fix error message during acquiring lock file, PR-985
- Ignore size of body when batch only metadata, PR-993
Internal
- Disable code optimization for pull request builds, PR-941