| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| reductstore.x86_64-apple-darwin.sbom.spdx.json | 2026-04-15 | 1.2 MB | |
| reductstore.x86_64-pc-windows-gnu.sbom.spdx.json | 2026-04-15 | 1.2 MB | |
| reductstore.x86_64-unknown-linux-gnu.sbom.spdx.json | 2026-04-15 | 1.2 MB | |
| reductstore.aarch64-apple-darwin.sbom.spdx.json | 2026-04-15 | 1.2 MB | |
| reductstore.x86_64-apple-darwin.tar.gz | 2026-04-15 | 15.4 MB | |
| reductstore.x86_64-unknown-linux-gnu.tar.gz | 2026-04-15 | 15.8 MB | |
| reductstore.aarch64-apple-darwin.tar.gz | 2026-04-15 | 14.6 MB | |
| reductstore.aarch64-unknown-linux-gnu.sbom.spdx.json | 2026-04-15 | 1.2 MB | |
| reductstore.x86_64-pc-windows-gnu.zip | 2026-04-15 | 19.6 MB | |
| reductstore.armv7-unknown-linux-gnueabihf.sbom.spdx.json | 2026-04-15 | 1.2 MB | |
| reductstore.aarch64-unknown-linux-gnu.tar.gz | 2026-04-15 | 15.6 MB | |
| reductstore.armv7-unknown-linux-gnueabihf.tar.gz | 2026-04-15 | 14.9 MB | |
| README.md | 2026-04-15 | 1.7 kB | |
| Release v1.19.2 source code.tar.gz | 2026-04-15 | 516.9 kB | |
| Release v1.19.2 source code.zip | 2026-04-15 | 772.6 kB | |
| Totals: 15 Items | 104.4 MB | 0 | |
Breaking Changes
- Enforce strict query-link record identity (
record_entry+record_timestamp) in payload/URL, remove index-based link selection, and scope query-link cache by record identity, PR-1334
Changed
- Generate SPDX SBOMs from
Cargo.lockmetadata (instead of scanning only final binaries), upload SBOM artifacts on every CI run, and continue attaching per-target SBOM files to releases, PR-1314 - Update Web-Console up to v1.14.2, PR-1335
Fixed
- Return RFC-compliant
Content-Rangeheaders on partial (206) replica query-link responses so MCAP seek/backfill clients can parse byte ranges correctly, PR-1329 - Make multi-entry query aggregation deterministic for records with equal timestamps by adding a stable tie-breaker, PR-1326
- Graceful HTTP shutdown during active writes, split non-blocking compaction from strict shutdown sync, and ensure entry/block metadata sync waits for lock release when required, PR-1323
- Reduce stale block metadata retention under high entry cardinality by introducing a shared global read cache with namespace-scoped invalidation and lock-read optimizations, PR-1325
- Make batch-v2
/io/{bucket}/readoutput deterministic for equal timestamps by ordering entries by name, PR-1330