New features
The Vault backend now supports the Vault KV secrets engine v2. Use the new vault.NewBackendV2
to create a backend that supports it.
For some background info on Vault see https://www.vaultproject.io/docs/secrets/kv and https://www.vaultproject.io/api-docs/secret/kv.
Thanks @mopemope for the initial contribution!