@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file. This projec
44## [ Unreleased]
55
66
7+ <a name =" v1.4.0-RC2 " ></a >
8+ ## [ v1.4.0-RC2] - 2022-10-06
9+ ### Bug Fixes
10+ - ** build:** Use correct binary download links
11+ - ** embedded/store:** edge-case calculation of precommitted tx
12+ - ** embedded/watchers:** Fix invariant breakage in watchers
13+ - ** embedded/watchers:** Fix invariant breakage in watchers
14+ - ** pkg/database:** any follower can do progress due to its prefech buffer
15+ - ** pkg/replication:** Do not crash on invalid tx metadata
16+ - ** pkg/replication:** handle replication already closed case
17+ - ** pkg/replication:** discard precommitted txs and continue from latest committed one
18+ - ** pkg/replication:** solve issues when follower diverged from master
19+ - ** wmbedded/watchers:** Correctly fix the original implementation
20+
21+ ### Changes
22+ - ** embedded/watchers:** Simplify and document cancellation path
23+ - ** embedded/watchers:** Simplify mutex locking code
24+ - ** embedded/watchers:** single-point for init and cleanup
25+ - ** pkg/database:** wait for tx when a non-existent or non-ready transaction is requested
26+ - ** pkg/database:** add TODO comment on replication passive waiting
27+ - ** pkg/database:** simplify follower's wait
28+ - ** pkg/replication:** Add TX gap metrics
29+ - ** pkg/replication:** Add basic replication metrics
30+ - ** pkg/replication:** improve replication logging
31+
32+
733<a name =" v1.4.0-RC1 " ></a >
834## [ v1.4.0-RC1] - 2022-10-04
935### Bug Fixes
@@ -3055,7 +3081,8 @@ All notable changes to this project will be documented in this file. This projec
30553081- ** tree:** MTH reference impl
30563082
30573083
3058- [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.4.0-RC1...HEAD
3084+ [ Unreleased ] : https://github.com/vchain-us/immudb/compare/v1.4.0-RC2...HEAD
3085+ [ v1.4.0-RC2 ] : https://github.com/vchain-us/immudb/compare/v1.4.0-RC1...v1.4.0-RC2
30593086[ v1.4.0-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.3.2...v1.4.0-RC1
30603087[ v1.3.2 ] : https://github.com/vchain-us/immudb/compare/v1.3.2-RC1...v1.3.2
30613088[ v1.3.2-RC1 ] : https://github.com/vchain-us/immudb/compare/v1.3.1...v1.3.2-RC1
0 commit comments