Skip to content

Commit 8a2f339

Browse files
chore: release v5.3.0
1 parent 42d63db commit 8a2f339

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212
## [Unreleased]
1313

14+
## [5.3.0](https://github.com/structured-world/coordinode-lsm-tree/compare/v5.2.1...v5.3.0) - 2026-06-14
15+
16+
### Added
17+
18+
- *(bench)* blob_tree (KV-separation) arm + read-gap attribution ([#462](https://github.com/structured-world/coordinode-lsm-tree/pull/462))
19+
- *(bench)* RocksDbParity preset + Benchmark Symmetry Invariant ([#461](https://github.com/structured-world/coordinode-lsm-tree/pull/461))
20+
- *(time)* injectable Clock trait + no-std-check as a required gate ([#460](https://github.com/structured-world/coordinode-lsm-tree/pull/460))
21+
- *(tooling)* repair KV-separated (blob) trees ([#459](https://github.com/structured-world/coordinode-lsm-tree/pull/459))
22+
- *(recovery)* cross-process directory lock for exclusive tree access ([#458](https://github.com/structured-world/coordinode-lsm-tree/pull/458))
23+
- *(metrics)* unified ECC-recovery counters, wire SEC-DED reads ([#457](https://github.com/structured-world/coordinode-lsm-tree/pull/457))
24+
- *(ecc)* patrol scrub for proactive latent-error correction ([#456](https://github.com/structured-world/coordinode-lsm-tree/pull/456))
25+
26+
### Performance
27+
28+
- *(table)* cut point-read per-get overhead ([#465](https://github.com/structured-world/coordinode-lsm-tree/pull/465))
29+
30+
### Refactored
31+
32+
- *(filter)* remove dead from-keys BuildHasher path from vendored ribbon ([#455](https://github.com/structured-world/coordinode-lsm-tree/pull/455))
33+
1434
## [5.2.1](https://github.com/structured-world/coordinode-lsm-tree/compare/v5.2.0...v5.2.1) - 2026-06-12
1535

1636
### Refactored

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "coordinode-lsm-tree"
33
description = "Embedded LSM-tree storage engine: BuRR filters, zstd dictionary compression, MVCC, range tombstones, merge operators, K/V separation, AES-256-GCM at rest."
44
license = "Apache-2.0"
5-
version = "5.2.1"
5+
version = "5.3.0"
66
edition = "2024"
77
rust-version = "1.92"
88
readme = "README.md"

0 commit comments

Comments
 (0)