Releases: Beauhurst/secrets-management
Releases · Beauhurst/secrets-management
v0.1.0
What's Changed
- Drop
aws_secretsmanager_caching
from the codebase by @amrishparmar in #17
Full Changelog: v0.0.9...v0.1.0
v0.0.9
v0.0.8
What's Changed
- Explicitly set
secret_refresh_interval
to avoid triggering deprecation warning message by @kevinmarsh in #15
Full Changelog: v0.0.7...v0.0.8
v0.0.7
- Drops support for Python 3.6 and 3.7
Full Changelog: v0.0.6...v0.0.7
v0.0.6
- Fixes issue with missing
Union
import - Fix version number in
setup.py
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
bool_converter
: distutils was deprecated in Python 3.10 by @kevinmarsh in #13- Secret: allow
None
to be used as a default value by @kevinmarsh in #12
Full Changelog: v0.0.4...v0.0.5
v0.0.4 - Add type casting option
Bump version number to 0.0.4
v0.0.3 - Add MIT license
Bump version to 0.0.3 to account for license additions
v0.0.2 - Switch to using Pip for installation
Merge pull request #4 from Beauhurst/feature/add-setup-py Setup: add a setup.py and restructure repo so we can pip install this package