Skip to content

Commit 438b7f0

Browse files
author
Bartłomiej Święcki
committed
release: v1.4.0-RC2
1 parent dd689c7 commit 438b7f0

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export GO111MODULE=on
1616

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.4.0-RC1
19+
VERSION=1.4.0-RC2
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

0 commit comments

Comments
 (0)