changelog++

This commit is contained in:
Michel Vocks 2019-10-11 09:10:29 +02:00 committed by GitHub
parent 71122111e3
commit 8b1c1e1abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ IMPROVEMENTS:
* auth/jwt: Bound claims may now contain boolean values [JWT-73]
* auth/jwt: CLI logins can now open the browser when running in WSL [JWT-77]
* core: Exit ScanView if context has been cancelled [GH-7419]
* core/metrics: Add config parameter to allow unauthenticated sys/metrics
access. [GH-7550]
* replication (enterprise): Write-Ahead-Log entries will not duplicate the
data belonging to the encompassing physical entries of the transaction,
thereby improving the performance and storage capacity.