🐛 Bug Fixes
📚 Documentation
- docs: Add RTD config. GH-894
Python 2.7/3.X client for HashiCorp Vault
Breakfix release to revert some unintended post-1.0 requirements changes.
six
& requests
Requirements Changes . GH-768Note: This is actually and truly (
Starting with hvac version 1.0.0
, Python versions >=3.6
will be the only explictly supported versions.
Requirements – Cleanup & Upgrades (install_requires
=> requests>=2.25.1
). GH-741
use_token
param. GH-746cert
Parameter From Client into Adapter Class. GH-743verify
Behavior . GH-745Thanks to @Tylerlhess, @anhdat, @ayav09, @bobmshannon, @bpatterson971, @briantist, @cmanfre4, @jeffwecan, Chris Manfre and tyhess for their lovely contributions..
Note: This is intended to by the last hvac release supporting Python 2.7.
Starting with hvac version 1.0.0
, Python versions >=3.6
will be the only explicitly supported versions.
Userpass: Add use_token
param on login()
, Accept passthrough **kwargs
on create user . GH-733
create_or_update_user()
. GH-714token_ttl
& token_max_ttl
Arguments to ldap.configure()
. GH-707Client()
k8s methods. GH-732Client()
approle methods. GH-731Client()
Methods. GH-730python_requires='>=2.7'
to setuptools Metadata. GH-727black
Formatting + Updated PR Actions Workflow. GH-726Thanks to @el-deano, @intgr, @jeffwecan, @pjaudiomv, @tp6783 and tyhess for their lovely contributions.