mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-22 02:07:59 -04:00
changelog++
This commit is contained in:
parent
43ecb08dfd
commit
c15bdced38
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue