You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add signature verification with a submitted public key
26
+
27
+
7
28
<aname="v0.9.0-RC2"></a>
8
29
## [v0.9.0-RC2] - 2020-12-29
9
30
### Bug Fixes
@@ -394,11 +415,7 @@ All notable changes to this project will be documented in this file. This projec
394
415
<aname="v0.8.0"></a>
395
416
## [v0.8.0] - 2020-09-15
396
417
### 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]
@@ -415,16 +432,29 @@ All notable changes to this project will be documented in this file. This projec
415
432
### Code Refactoring
416
433
- wrap root hash and index in a new structure to support signature
417
434
- move immugw in a separate repository
418
-
- configs file are loaded in viper preRun method
419
435
-**pkg/server:** inject root signer service inside immudb server
420
436
421
437
### Features
422
438
- auditor verifies root signature
423
-
-**cmd:** process launcher check if are present another istances. fixes [#168](https://github.com/vchain-us/immudb/issues/168)
424
439
-**pkg:** add root signer service
425
440
-**pkg/signer:** add ecdsa signer
426
441
427
442
443
+
<aname="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]
0 commit comments