Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
reductstore.x86_64-pc-windows-gnu.zip | 2025-07-31 | 17.9 MB | |
reductstore.aarch64-unknown-linux-gnu.tar.gz | 2025-07-31 | 16.2 MB | |
reductstore.x86_64-unknown-linux-gnu.tar.gz | 2025-07-31 | 16.9 MB | |
reductstore.x86_64-apple-darwin.tar.gz | 2025-07-31 | 14.9 MB | |
reductstore.aarch64-apple-darwin.tar.gz | 2025-07-31 | 14.4 MB | |
README.md | 2025-07-31 | 2.6 kB | |
Release v1.16.0 source code.tar.gz | 2025-07-31 | 257.6 kB | |
Release v1.16.0 source code.zip | 2025-07-31 | 425.7 kB | |
Totals: 8 Items | 81.0 MB | 0 |
Added
- Pass server information to extensions, PR-816
- Integrate ReductSelect v0.1.0, PR-821
- Integrate ReductRos v0.1.0, PR-856
- Filter buckets by read permission in server information, PR-849
- Support for duration literals, PR-864
- Support for
#ctx_before
and#ctx_after
directives, PR-866 - Support for wildcards in write/read token permissions, PR-877
- Check format of read/write token permissions, PR-881
- Add support for selecting specific labels via the
#select_labels
directive, PR-888
Changed
- Add "@" prefix to computed labels, PR-815
- Refactor Extension API for multi-line CSV processing, ReductSelect v0.2.0, PR-823
- Run all operands after a compute-staged one on the compute stage, PR-835
- Replace auto-staging for extension filtering with when condition in ext parameter, PR-838
- Update ReductSelect up to v0.3.0, with CSV headers and data buffering, PR-850
- Update ReductROS up to v0.2.0 with binary data encoding, PR-882
- Update WebConsole up to v1.11.0 with many improvements, PR-883
- Update ReductSelect up to v0.4.0, PR-889
- Update Web Console up to v1.11.1 and ReductSelect up to 0.4.1, PR-890
Fixed
- Fix hanging query request if no extension registered, PR-830
- Fix
$limit
operator in extension context, PR-848 - Fix query finalization in ExtRepository, PR-891
Removed
x-reduct-last
header from query response, PR-876