Skip to content

Commit 033f132

Browse files
committed
release: v0.9.0-RC2
Signed-off-by: Michele Meloni <[email protected]>
1 parent d46e55a commit 033f132

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

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

66

7+
<a name="v0.9.0-RC2"></a>
8+
## [v0.9.0-RC2] - 2020-12-29
9+
### Bug Fixes
10+
- **cmd/immuadmin/command:** fix unit tests
11+
- **cmd/immuclient:** fix unit tests
12+
- **embedded/tbtree:** sync GetTs to prevent data races
13+
- **pkg/api:** change order of validations when checking state signature
14+
15+
### Changes
16+
- adapt coverage to the new server implementation
17+
- fix immuserver mock
18+
- **cmd/immuadmin:** disable stats and removed print tree command
19+
- **cmd/immuclient:** print verified label when executing safereference
20+
- **pkg/client:** update service mock to new API
21+
- **pkg/database:** add input validations during verifiable set
22+
- **pkg/database:** implements History using lock-based operation
23+
24+
### Code Refactoring
25+
- uniform server and client tests
26+
- improving buffconn server with splitting start method in initialization and start
27+
28+
### Features
29+
- **embedded/store:** implements lock-based History without requiring snapshot creation
30+
- **pkg/client:** update auditor implementation to new server API
31+
- **pkg/client:** implementation of client-side verifiedZAdd
32+
- **pkg/client:** implements VerifiedSetReference
33+
- **pkg/database:** implementation of verifiableZAdd
34+
- **pkg/database:** implementation of VerifiableSetReference
35+
36+
737
<a name="v0.9.0-RC1"></a>
838
## [v0.9.0-RC1] - 2020-12-22
939
### Bug Fixes
@@ -1231,7 +1261,8 @@ All notable changes to this project will be documented in this file. This projec
12311261
- **tree:** MTH reference impl
12321262

12331263

1234-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v0.9.0-RC1...HEAD
1264+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v0.9.0-RC2...HEAD
1265+
[v0.9.0-RC2]: https://github.com/vchain-us/immudb/compare/v0.9.0-RC1...v0.9.0-RC2
12351266
[v0.9.0-RC1]: https://github.com/vchain-us/immudb/compare/v0.8.1...v0.9.0-RC1
12361267
[v0.8.1]: https://github.com/vchain-us/immudb/compare/v0.8.0...v0.8.1
12371268
[v0.8.0]: https://github.com/vchain-us/immudb/compare/v0.7.0...v0.8.0

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=0.9.0-RC1
19+
VERSION=0.9.0-RC2
2020
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x
2121
SERVICE_EXE=${SERVICE_NAME}-v${VERSION}-windows-amd64.exe
2222

0 commit comments

Comments
 (0)