mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
changelog++
This commit is contained in:
parent
10af0dfb48
commit
5a70c5b0ec
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -57,11 +57,11 @@ CHANGES:
|
|||
difference but it should provide significant performance benefits for those
|
||||
writing custom clients using the Go API library. As before, this can be
|
||||
changed to any custom HTTP client by the caller.
|
||||
* Builtin Secret Engines and Auth Methods are integrated deeper into the plugin
|
||||
system. The plugin catalog can now override builtin plugins with custom
|
||||
versions of the same name. Additionally the plugin system now requires a plugin
|
||||
`type` field when configuring plugins, this can be "auth", "database", or
|
||||
"secret".
|
||||
* Builtin Secret Engines and Auth Methods are integrated deeper into the
|
||||
plugin system. The plugin catalog can now override builtin plugins with
|
||||
custom versions of the same name. Additionally the plugin system now
|
||||
requires a plugin `type` field when configuring plugins, this can be "auth",
|
||||
"database", or "secret".
|
||||
|
||||
FEATURES:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue