Skip to content

Releases: ChrisMacNaughton/vault-rs

2.0.1

12 Feb 07:33
Compare
Choose a tag to compare

SECURITY FIXES

FEATURES

  • Update tested Vault releases to include latest versions.

  • Migrate CI testing to Github actions.

  • Add support for custom secret types (#44).

    The new secret types allow for managing arbitrary data in Vault
    as long as the data is serializable!

BREAKING CHANGES

  • Rust 1.42 is now required