Skip to content

Commit e512022

Browse files
author
Bartłomiej Święcki
committed
release: 1.4.1-RC1
1 parent 778d749 commit e512022

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,53 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.4.1-RC1"></a>
8+
## [v1.4.1-RC1] - 2022-11-16
9+
### Bug Fixes
10+
- Change replication-related terms in codebase
11+
- Change replication-related terms in tests
12+
- **cmd:** Rename replication flags to follow consistent convention
13+
- **cmd/immudb:** Better description of the `--force-admin-password` flag
14+
- **cmd/immudb:** Fix description of the `force-admin-password` flag
15+
- **embedded/appendable:** fsync parent directory
16+
- **embedded/appendable:** fsync parent folder in remote appedable
17+
- **pkg:** Rename replication-related fields in GRPC protocol
18+
- **pkg/client:** Delay server identity validation
19+
- **pkg/client/cache:** Add methods to validate server identity
20+
- **pkg/client/cache:** Validate server's identity
21+
- **pkg/server:** Remove includeDeactivated flag when querying for users
22+
- **pkg/server/servertest:** Add uuid to buffconn server
23+
- **pkg/server/servertest:** Fix resetting grpc connection
24+
- **test/perf-test-suite:** Avoid dumping immudb logo on perf test results file
25+
- **test/performance-test-suite:** Ensure results are shown after proper is finished
26+
- **verification:** Additional Linear proof consistency check
27+
- **verification:** Recreate linear advance proofs for older servers
28+
29+
### Changes
30+
- **ci:** migrate deprecating set-output commands
31+
- **cmd/immudb:** Allow resetting sysadmin password
32+
- **docs/security:** Be less specific about package version in examples
33+
- **docs/security:** Add resources for the linear-fake vulnerability
34+
- **embedded/appendable:** sync directories
35+
- **embedded/store:** Disable asynchronous AHT generation
36+
- **embedded/store:** Remove AHT Wait Hub
37+
- **pkg/client:** Document `WithDisableIdentityCheck` option
38+
- **pkg/client/cache:** Describe serverIdentity parameter
39+
- **pkg/client/cache:** Limit the hash part of the identity file name
40+
- **pkg/client/state:** Cleanup mutex handling in StateService
41+
- **pkg/server:** Warn if sysadmin user password was not reset
42+
- **pkg/server:** Better warning for unchanged admin password
43+
- **test/performance-test-suite:** Add summary to json output
44+
45+
### Features
46+
- **ci:** fix message and input
47+
- **ci:** add runner name to mattermost message header
48+
- **ci:** simplify results extraction
49+
- **ci:** extract performance tests into separate workflow to be reused
50+
- **ci:** add scheduled daily test runs and send results to Mattermost
51+
- **pkg/replication:** Disable server's identity check in internal replication
52+
53+
754
<a name="v1.4.0"></a>
855
## [v1.4.0] - 2022-10-12
956
### Bug Fixes
@@ -3093,7 +3140,8 @@ All notable changes to this project will be documented in this file. This projec
30933140
- **tree:** MTH reference impl
30943141

30953142

3096-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.4.0...HEAD
3143+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.4.1-RC1...HEAD
3144+
[v1.4.1-RC1]: https://github.com/vchain-us/immudb/compare/v1.4.0...v1.4.1-RC1
30973145
[v1.4.0]: https://github.com/vchain-us/immudb/compare/v1.4.0-RC2...v1.4.0
30983146
[v1.4.0-RC2]: https://github.com/vchain-us/immudb/compare/v1.4.0-RC1...v1.4.0-RC2
30993147
[v1.4.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.3.2...v1.4.0-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
19+
VERSION=1.4.1-RC1
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)