Home / v0.6.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2018-08-08 2.4 kB
v0.6.3.tar.gz 2018-08-08 73.4 kB
v0.6.3.zip 2018-08-08 103.4 kB
hvac-0.6.3-py2.py3-none-any.whl 2018-08-08 63.5 kB
hvac-0.6.3.tar.gz 2018-08-08 49.3 kB
Totals: 5 Items   292.0 kB 0

DEPRECATION NOTICES:

  • The auth_github() method within the hvac.Client class has been marked as deprecated and will be removed in hvac v0.8.0 (or later). Please update any callers of this method to use the hvac.Client.github.login() instead.
  • The auth_ldap() method within the hvac.Client class has been marked as deprecated and will be removed in hvac v0.8.0 (or later). Please update any callers of this method to use the hvac.Client.ldap.login() instead.

IMPROVEMENTS:

DOCUMENTATION UPDATES:

  • Additional guidance for how to configure hvac's Client class to leverage self-signed certificates / private CA bundles has been added at: Making Use of Private CA. GH-230
  • Docstring for verify Client parameter corrected and expanded. GH-238

MISCELLANEOUS:

  • Automated PyPi deploys via travis-ci removed. GH-226
  • Repository transferred to the new "hvac" GitHub organization; thanks @ianunruh! GH-227
  • Codecov (automatic code coverage reports) added. GH-229 / GH-228
  • Tests subdirectory reorganized; now broken up by integration versus unit tests with subdirectories matching the module path for the code under test. GH-236

Thanks to @otakup0pe, @FabianFrank, @andrewheald for their lovely contributions.

Source: README.md, updated 2018-08-08