Skip to content

Commit 628151a

Browse files
committed
release: v0.8.0
Signed-off-by: Michele Meloni <[email protected]>
1 parent f836690 commit 628151a

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

CHANGELOG.md

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

66

7-
<a name="v0.7.1"></a>
8-
## [v0.7.1] - 2020-08-17
7+
<a name="v0.8.0"></a>
8+
## [v0.8.0] - 2020-09-15
99
### Bug Fixes
10-
- fix immudb and immugw version and mangen commands errors
10+
- 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]
1111
- fix immuclient audit-mode
12-
- fix corruptionchecker datarace
1312
- **cmd/immuadmin/command:** fix immuadmin dbswitch
13+
- **pkg/client:** setBatch creates structured values
1414
- **pkg/client:** token service manages old token format
1515

16+
### Changes
17+
- update README file ([#487](https://github.com/vchain-us/immudb/issues/487))
18+
- switching README.md end lines to LF
19+
- fix immugw dependency to support new root structure
20+
- update readme, add immudb4j news ([#488](https://github.com/vchain-us/immudb/issues/488))
21+
- **cmd:** add signingKey flag
22+
- **cmd:** remove error suppression in config loader
23+
- **cmd/immutest/command:** remove immugw dependency from immutest
24+
- **pkg:** add kvlist validator ([#498](https://github.com/vchain-us/immudb/issues/498))
25+
- **pkg/server:** log uuid set and get error
26+
- **pkg/server:** log signer initialization in immudb start
27+
1628
### Code Refactoring
29+
- wrap root hash and index in a new structure to support signature
30+
- move immugw in a separate repository
1731
- configs file are loaded in viper preRun method
32+
- **pkg/server:** inject root signer service inside immudb server
1833

1934
### Features
35+
- auditor verifies root signature
2036
- **cmd:** process launcher check if are present another istances. fixes [#168](https://github.com/vchain-us/immudb/issues/168)
37+
- **pkg:** add root signer service
38+
- **pkg/signer:** add ecdsa signer
2139

2240

2341
<a name="v0.7.0"></a>
@@ -856,8 +874,8 @@ All notable changes to this project will be documented in this file. This projec
856874
- **tree:** MTH reference impl
857875

858876

859-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v0.7.1...HEAD
860-
[v0.7.1]: https://github.com/vchain-us/immudb/compare/v0.7.0...v0.7.1
877+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v0.8.0...HEAD
878+
[v0.8.0]: https://github.com/vchain-us/immudb/compare/v0.7.0...v0.8.0
861879
[v0.7.0]: https://github.com/vchain-us/immudb/compare/v0.6.2...v0.7.0
862880
[v0.6.2]: https://github.com/vchain-us/immudb/compare/v0.6.1...v0.6.2
863881
[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.7.1
19+
VERSION=0.8.0
2020
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x
2121
SERVICE_EXE=${SERVICE_NAME}-v${VERSION}-windows-amd64.exe
2222

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,10 @@ You can find an example video here:
536536

537537

538538
## News
539+
`september 15th, 2020` - **[immudb v0.8.0 released!](https://github.com/codenotary/immudb/releases/tag/v0.8.0)**
540+
541+
Release v0.8.0 Multi-key insertion, crypto signature, bug fixes & enhancements
542+
539543
`August 20th, 2020` - **[immudb4j v0.1.7 in GitHub Packages!](https://github.com/codenotary/immudb4j)**
540544

541545
immudb4j v0.1.7 Token-based authentication, multi-database and transactional support. Compatible with latest immudb release v0.7.1

0 commit comments

Comments
 (0)