Skip to content

Releases: hvac/hvac

v0.2.6

30 Oct 22:31
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for revoke-self
  • Restrict requests dependency to modern version

v0.2.5

29 Sep 19:10
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for API changes/additions in Vault v0.3.0
    • Tunable config on secret backends
    • MFA on username/password and LDAP auth backends
    • PGP encryption for unseal keys

v0.2.4

23 Jul 16:03
Compare
Choose a tag to compare

BUG FIXES:

  • Fix write response handling [GH-19]

v0.2.3

19 Jul 01:58
Compare
Choose a tag to compare

BUG FIXES:

  • Fix error handling for next Vault release

IMPROVEMENTS:

  • Add support for rekey/rotate APIs

v0.2.2

12 Jun 21:38
Compare
Choose a tag to compare

BUG FIXES:

  • Restrict requests dependency to 2.5.0 or later

IMPROVEMENTS:

  • Return latest seal status from unseal_multi

v0.2.1

03 Jun 23:49
Compare
Choose a tag to compare

BUG FIXES:

  • Use arguments passed to initialize method

v0.2.0

25 May 23:08
Compare
Choose a tag to compare

BACKWARDS COMPATIBILITY NOTICE:

  • Requires Vault 0.1.2 or later for X-Vault-Token header
  • auth_token method removed in favor of token property
  • read method no longer raises hvac.exceptions.InvalidPath on nonexistent paths

IMPROVEMENTS:

  • Tolerate falsey URL in client constructor
  • Add ability to auth without changing to new token
  • Add is_authenticated convenience method
  • Return None when reading nonexistent path

v0.1.1

21 May 02:51
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

IMPROVEMENTS:

  • Add is_sealed convenience method
  • Add unseal_multi convenience method

BUG FIXES:

  • Remove secret_shares argument from unseal method

v0.1.0

17 May 10:14
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial release