• Skip to primary navigation
  • Skip to main content

Python hvac

Python 2.7/3.X client for HashiCorp Vault

  • Releases
  • GitHub
  • Twitter
  • Documentation
  • PyPi
  • Gitter Chat

v0.10.1

April 7, 2020 By hvac-bot Leave a Comment

💥 Breaking Changes

  • Make returned responses more consistent. GH-537

Note: GH-537 changes some methods’ return types from None to a request.Response
instance. For instance the client.secrets.identity.lookup_entity now returns a Response[204] (truthy) value instead of
None (falsy) when the lookup returns no results.
This change was made to simplify maintenance of response parsing within the hvac code base.

🚀 Features

  • Add support for Transform secrets engine. GH-569

🐛 Bug Fixes

  • Fix “Exception: member entities can’t be set manually for external groups”. GH-558

Thanks to @jeffwecan, @llamasoft and @msuszko for their lovely contributions.

Check it out on GitHub!

Filed Under: Releases

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Contact Us

  • Email
  • GitHub
  • Twitter

Python hvac

©hvac and python-hvac.org, 2019.