Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

v3.2.1

Compare
Choose a tag to compare
@fieldju fieldju released this 14 Sep 21:01
· 176 commits to master since this release
  • Fixed a bug that can prevent backups from completing and could cause secrets to be logged.
    • Vault data can be any valid JSON not just Map<String, String>
    • The default parseResponse leaks secrets if there is an error parsing it into Map<String, String>