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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+62-28
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,48 @@ All notable changes to this project will be documented in this file. This projec
4
4
## [Unreleased]
5
5
6
6
7
+
<aname="v0.6.2"></a>
8
+
## [v0.6.2] - 2020-06-15
9
+
### Bug Fixes
10
+
- require auth for admin commands even if auth is disabled on server, do not allow admin user to be deactivated
11
+
- base64 decoding of passwords: now it requires the "enc:" prefix as base64 can not be differentiated from plain-text at runtime (e.g. "immu" is a valid base64 encode string)
12
+
- only require admin password to be changed if it is "immu"
13
+
- fix ldflags on dist binaries and add static compilation infos
14
+
-**cmd/immuclient/audit:** fix base64 encoded password not working with immuclient audit-mode
15
+
-**immuadmin:** repair password change flow right after first admin login
16
+
-**pkg/auth:** make ListUsers require admin permissions
17
+
-**pkg/ring:** fixes cache corruption due to a ring buffer elements overwrite on same internal index
18
+
-**pkg/store:** remove useless ringbuffer array
19
+
-**pkg/store:** fix uniform cache layers size allocation with small values
20
+
21
+
### Changes
22
+
- add bug and feature request report github template
23
+
- fix golint errors
24
+
- githubactions add windows and build step
25
+
- remove plain-test admin password from log outputs
26
+
- add message (in cli help and swagger description) about base64-encoded inputs and outputs of get and set commands
27
+
- FreeBSD section in the readme
28
+
- fix changelog auto generation repo and releasing template
- expose through REST the following user-related actions: create, get, list, change password, set permission and deactivate
33
+
- immuclient freebsd daemon installation
34
+
- freebsd service install
35
+
- read immudb default admin password from flag, config or env var
36
+
- use immu as default admin password instead of randomly generated one
37
+
-**immudb:** accept base64 string for admin password in flag/config/env var
38
+
39
+
7
40
<aname="v0.6.1"></a>
8
41
## [v0.6.1] - 2020-06-09
9
42
### Bug Fixes
10
43
- disallow running immuadmin backup with current directory as source
11
44
- immuadmin dump hangs indefinitely if token is invalid
12
-
-[#283](https://github.com/vchain-us/vcn/issues/283), immudb crash on dump of empty db
45
+
-[#283](https://github.com/vchain-us/immudb/issues/283), immudb crash on dump of empty db
13
46
- fix corruption checker crash during immudb shoutdown
14
47
- choose correct config for immudb, immugw installation
15
-
- update env vars in README and Docker files ([#297](https://github.com/vchain-us/vcn/issues/297))
48
+
- update env vars in README and Docker files ([#297](https://github.com/vchain-us/immudb/issues/297))
16
49
-**cmd/immuadmin:** inform user that manual server restart may be needed after interrupted backup
17
50
-**cmd/immuadmin:** validate backup dir before asking password
18
51
-**cmd/immuclient:** add version sub-command to immuclient interractive mode
@@ -23,9 +56,9 @@ All notable changes to this project will be documented in this file. This projec
23
56
-**pkg/store/treestore:** fix overwriting on not freezes nodes
24
57
25
58
### Changes
26
-
- add license to tests ([#288](https://github.com/vchain-us/vcn/issues/288))
59
+
- add license to tests ([#288](https://github.com/vchain-us/immudb/issues/288))
27
60
- update statement about traditional DBs in README
28
-
- remove immugw configs from immudb config file [#302](https://github.com/vchain-us/vcn/issues/302)
61
+
- remove immugw configs from immudb config file [#302](https://github.com/vchain-us/immudb/issues/302)
29
62
-**cmd/immuadmin/command:** improve visualization ui in merkle tree print command
30
63
-**cmd/immuadmin/command/service:** syntax error, fail build on windows
31
64
-**cmd/immuclient/audit:** code cleanup and renaming
@@ -35,9 +68,9 @@ All notable changes to this project will be documented in this file. This projec
35
68
- handling of failed dump
36
69
37
70
### Features
38
-
- allow the password of immugw auditor to be base64 encoded in the config file ([#296](https://github.com/vchain-us/vcn/issues/296))
71
+
- allow the password of immugw auditor to be base64 encoded in the config file ([#296](https://github.com/vchain-us/immudb/issues/296))
- always use the default bcrypt cost when hashing passwords
363
396
- implement user management
364
-
- Add capabilities to run commands in background. Closes [#136](https://github.com/vchain-us/vcn/issues/136) closes [#106](https://github.com/vchain-us/vcn/issues/106)
397
+
- Add capabilities to run commands in background. Closes [#136](https://github.com/vchain-us/immudb/issues/136) closes [#106](https://github.com/vchain-us/immudb/issues/106)
365
398
- hide some of the widgets in immuadmin statistics view if the server does not provide histograms
366
399
- add --no-histograms option to server
367
400
- complete implementation of visual statistics in immuadmin
368
401
- change client "last query at" label
369
402
- add "client last active at" metric
370
403
- add uptime to metrics
371
404
- add immuadmin-related rules to makefile
372
-
- create a new build process [#41](https://github.com/vchain-us/vcn/issues/41)
405
+
- create a new build process [#41](https://github.com/vchain-us/immudb/issues/41)
373
406
- add text and visual display options to immuadmin statistics
0 commit comments