We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee7db8 commit 7f4a5e2Copy full SHA for 7f4a5e2
1 file changed
CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.16] - 2026-03-15
9
+
10
+### Changed
11
+- Bumped `duroxide` to 0.1.26, `duroxide-pg` to 0.1.27.
12
+- KV delta table support: fixes read-modify-write replay poisoning by separating current-execution mutations from prior-execution snapshots.
13
14
+### Added
15
+- KV read-modify-write counter e2e test (`sample_kv_read_modify_write_counter`).
16
17
## [0.1.15] - 2026-03-14
18
19
### Changed
0 commit comments