@@ -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
0 commit comments