changelog++

This commit is contained in:
Clint 2019-05-10 14:15:18 -05:00 committed by GitHub
parent 970840d88c
commit 3f47f5c089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ CHANGES:
each entry that commonly don't contain any value, which can help in cases
where audit log entries are above the maximum UDP packet size and others.
See [GH-6387](https://github.com/hashicorp/vault/pull/6387) for details.
* backends: both PeriodicFunc and WALRollback functions will be called if
both are provided. Previously WALRollback would only be called if PeriodicFunc
was not set. See [GH-6717](https://github.com/hashicorp/vault/pull/6717) for
details.
* Go Modules change: Vault now uses Go Modules to manage dependencies. As a
result to both reduce transitive dependencies for API library users and
plugin authors, and to work around various conflicts, we have moved various