Skip to content

Releases: cludden/vault-client

v0.3.0

13 Jul 20:06

Choose a tag to compare

Changelog

Breaking Changes
  • #5 refactors arguments for #watch(), removes id in favor of address and better control over cache organization
Features
  • #6 adds additional tests for better coverage (98.95%)
  • #4 updates docs

v0.2.1

11 Jul 22:47

Choose a tag to compare

Changelog

Docs
  • updates README.md

v0.2.0

11 Jul 22:46

Choose a tag to compare

Changelog

Features
  • adds #watch() method for caching and renewing one or more secrets.
  • adds #secret() method for retrieving a copy of all or part of the internal cache.
  • updates authentication renewal logic to use lease_duration for scheduling renewals instead of renew_interval options
  • adds lots of tests

v0.1.2

11 Jul 22:43

Choose a tag to compare

Changelog

Cleanup
  • removes leftover logging statements

v0.1.1

11 Jul 22:42

Choose a tag to compare

Changelog

Bugfixes
  • #2 fixes incorrect token lookup logic ( #1 )

v0.1.0

31 May 23:06

Choose a tag to compare

Initial Release