Skip to content

Commit 1cfd625

Browse files
committed
release: v0.9.0
Signed-off-by: Michele Meloni <[email protected]>
1 parent 484277c commit 1cfd625

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

CHANGELOG.md

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

66

7+
<a name="v0.9.0"></a>
8+
## [v0.9.0] - 2021-01-07
9+
### Bug Fixes
10+
- remove badger metrics and fix stats command
11+
- **cmd/immuadmin/command:** fix immuadmin stats ([#592](https://github.com/vchain-us/immudb/issues/592))
12+
- **pkg/database:** enable scan on fresh snapshot
13+
- **pkg/server:** shutdown handlers and metrics server are moved in start method
14+
15+
### Changes
16+
- removing audit-signature and add serverSigningPubKey
17+
- remove print tree method
18+
- restore inmemory_cache test
19+
- **cmd/immuadmin:** temporary disable stats functionality
20+
- **pkg/api:** upgrade rest endpoints
21+
- **pkg/client:** implement missing methods in immuclient mock
22+
- **pkg/server:** temporary remove proactive corruption checker ([#595](https://github.com/vchain-us/immudb/issues/595))
23+
24+
### Features
25+
- add signature verification with a submitted public key
26+
27+
728
<a name="v0.9.0-RC2"></a>
829
## [v0.9.0-RC2] - 2020-12-29
930
### Bug Fixes
@@ -394,11 +415,7 @@ All notable changes to this project will be documented in this file. This projec
394415
<a name="v0.8.0"></a>
395416
## [v0.8.0] - 2020-09-15
396417
### Bug Fixes
397-
- fix immudb and immugw version and mangen commands errors Without this change, while immuclient and immuadmin still worked as expected, immudb and immugw version and mangen commands were throwing the following error: ./immugw version Error: flag accessed but not defined: config Usage: immugw version [flags]
398-
- fix immuclient audit-mode
399-
- **cmd/immuadmin/command:** fix immuadmin dbswitch
400418
- **pkg/client:** setBatch creates structured values
401-
- **pkg/client:** token service manages old token format
402419

403420
### Changes
404421
- update README file ([#487](https://github.com/vchain-us/immudb/issues/487))
@@ -415,16 +432,29 @@ All notable changes to this project will be documented in this file. This projec
415432
### Code Refactoring
416433
- wrap root hash and index in a new structure to support signature
417434
- move immugw in a separate repository
418-
- configs file are loaded in viper preRun method
419435
- **pkg/server:** inject root signer service inside immudb server
420436

421437
### Features
422438
- auditor verifies root signature
423-
- **cmd:** process launcher check if are present another istances. fixes [#168](https://github.com/vchain-us/immudb/issues/168)
424439
- **pkg:** add root signer service
425440
- **pkg/signer:** add ecdsa signer
426441

427442

443+
<a name="v0.7.1"></a>
444+
## [v0.7.1] - 2020-08-17
445+
### Bug Fixes
446+
- fix immudb and immugw version and mangen commands errors Without this change, while immuclient and immuadmin still worked as expected, immudb and immugw version and mangen commands were throwing the following error: ./immugw version Error: flag accessed but not defined: config Usage: immugw version [flags]
447+
- fix immuclient audit-mode
448+
- **cmd/immuadmin/command:** fix immuadmin dbswitch
449+
- **pkg/client:** token service manages old token format
450+
451+
### Code Refactoring
452+
- configs file are loaded in viper preRun method
453+
454+
### Features
455+
- **cmd:** process launcher check if are present another istances. fixes [#168](https://github.com/vchain-us/immudb/issues/168)
456+
457+
428458
<a name="v0.7.0"></a>
429459
## [v0.7.0] - 2020-08-10
430460
### Bug Fixes
@@ -1261,11 +1291,13 @@ All notable changes to this project will be documented in this file. This projec
12611291
- **tree:** MTH reference impl
12621292

12631293

1264-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v0.9.0-RC2...HEAD
1294+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v0.9.0...HEAD
1295+
[v0.9.0]: https://github.com/vchain-us/immudb/compare/v0.9.0-RC2...v0.9.0
12651296
[v0.9.0-RC2]: https://github.com/vchain-us/immudb/compare/v0.9.0-RC1...v0.9.0-RC2
12661297
[v0.9.0-RC1]: https://github.com/vchain-us/immudb/compare/v0.8.1...v0.9.0-RC1
12671298
[v0.8.1]: https://github.com/vchain-us/immudb/compare/v0.8.0...v0.8.1
1268-
[v0.8.0]: https://github.com/vchain-us/immudb/compare/v0.7.0...v0.8.0
1299+
[v0.8.0]: https://github.com/vchain-us/immudb/compare/v0.7.1...v0.8.0
1300+
[v0.7.1]: https://github.com/vchain-us/immudb/compare/v0.7.0...v0.7.1
12691301
[v0.7.0]: https://github.com/vchain-us/immudb/compare/v0.6.2...v0.7.0
12701302
[v0.6.2]: https://github.com/vchain-us/immudb/compare/v0.6.1...v0.6.2
12711303
[v0.6.1]: https://github.com/vchain-us/immudb/compare/v0.6.0...v0.6.1

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-RC2
19+
VERSION=0.9.0
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)