Skip to content

Releases: hvac/hvac

v0.2.17

15 Dec 19:28
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add token role support [GH-94]
  • Add support for Python 2.6 [GH-92]
  • Allow setting the explicit_max_ttl when creating a token [GH-81]
  • Add support for write response wrapping [GH-85]

BUG FIXES:

  • Fix app role endpoints for newer versions of Vault [GH-93]

v0.2.16

12 Sep 16:47
Compare
Choose a tag to compare

Thanks to @otakup0pe, @nicr9, @marcoslopes, @caiotomazelli,
and @blarghmatey for their contributions!

IMPROVEMENTS:

  • Add EC2 auth support [GH-61]
  • Add support for token accessors [GH-69]
  • Add support for response wrapping [GH-70]
  • Add AppRole auth support [GH-77]

BUG FIXES:

  • Fix no_default_policy parameter in create_token [GH-65]
  • Fix EC2 auth double JSON parsing [GH-76]

v0.2.15

22 Jun 20:03
Compare
Choose a tag to compare

Thanks to @blarghmatey, @stevenmanton, and @ahlinc for their contributions!

IMPROVEMENTS:

  • Add methods for manipulating app/user IDs [GH-62]
  • Add ability to automatically parse policies with pyhcl [GH-58]
  • Add TTL option to create_userpass [GH-60]
  • Add support for backing up keys on rekey [GH-57]
  • Handle non-JSON error responses correctly [GH-46]

BUG FIXES:

  • is_authenticated now handles new error type for Vault 0.6.0

v0.2.14

02 Jun 21:22
Compare
Choose a tag to compare

BUG FIXES:

  • Fix improper URL being used when leader redirection occurs [GH-56]

v0.2.13

31 May 20:35
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for Requests sessions [GH-53]

BUG FIXES:

  • Properly handle redirects from Vault server [GH-51]

v0.2.12

12 May 21:16
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for increment in renewel of secret [GH-48]

BUG FIXES:

  • Use unicode literals when constructing URLs [GH-50]

v0.2.10

08 Apr 21:08
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for list operation [GH-47]

v0.2.9

18 Mar 19:11
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for nonce during rekey operation [GH-42]
  • Add get method for policies [GH-43]
  • Add delete method for userpass auth backend [GH-45]
  • Add support for response to rekey init

v0.2.8

03 Feb 02:03
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Convenience methods for managing userpass and app-id entries
  • Support for new API changes in Vault v0.4.0

v0.2.7

16 Dec 18:09
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for PGP keys when rekeying [GH-28]

BUG FIXES:

  • Fixed token metadata parameter [GH-27]