Skip to content

Releases: clear-street/gestalt

3.4.5

02 Apr 18:35
f902f63
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.4...3.4.5

3.4.4

02 Apr 17:35
a280e4f
Compare
Choose a tag to compare

Fixes to PYPI Publish

3.4.3

27 Mar 20:45
723527e
Compare
Choose a tag to compare

Bug fix in Vault to handle non-string values appropriately.

New Contributors

3.4.2

16 Aug 19:07
7a259a8
Compare
Choose a tag to compare

Re-authenticate when the token is about to expire

  • This fix addresses permission denied errors for services that run longer than max_lease_ttl

3.4.1

07 Aug 17:16
367ae55
Compare
Choose a tag to compare

Returning Raw string instead of parsing it

  • Returning Raw string instead of parsing. This fixes the case where secret has \$ in - Python would retu
    rn $

Lazily connect to Vault

06 Mar 16:13
d0ba5e9
Compare
Choose a tag to compare
  • Instead of connecting to Vault on Vault() instantiation, connect to Vault on first .get() call to Vault.

Runtime Configuration of Vault Retry Delay and Tries

11 Jan 19:22
87b3e65
Compare
Choose a tag to compare
  • Allows runtime configuration of vault provider retry delay and tries.
  • Adds a CHANGELOG.md

Retry requests to vault that timeout

08 Dec 17:09
b08e255
Compare
Choose a tag to compare

This version includes vault request timeouts as a retry-able exception type for the vault provider.

Fix nested key default bug

19 Oct 15:30
db16f6f
Compare
Choose a tag to compare
3.3.4

Merge pull request #39 from SparkeyG/sparkeyg/issue-38/nested-key-def…

Fix Vault thread memory leak

17 Oct 15:31
aa728e4
Compare
Choose a tag to compare

Stop Vault worker thread prior to GC so Config can be cleaned up properly.