Releases: clear-street/gestalt
Releases · clear-street/gestalt
Vault secret fetch refactor (Publish)
Publish the Vault secret fetch refactor release
Vault secret fetch refactor
- Secret fetching call from vault has been added as a public method and now needs to be called explicitly.
Add Vault Support to Gestalt
This MR adds Vault to Gestalt as a non breaking change, users can now use Vault as a remote config store.
Single File Support and Bugfixes
This release of Gestalt comes with some new features and bug fixes:
- Bugfix: Files in a directory are now globbed and sorted before loading, this ensures they are always loaded in a deterministic order Note that this bug can potentially be breaking, depending on how
glob.glob()
works on your system. This is because at the endos.scandir()
is called, which is system dependent. - Feature: The ability to load a single config file. No more having to load an entire directory just to grab one object.
- Bugfix: File extensions are checked and loading now throws errors when the extension doesn't match the parser (both in directories and single files)
Requirements CVE Update
Requirements CVE Update for PyYAML
Fix build issues
Fix build issues
Initial Release
The first release of Gestalt!
Please review the README.md
before use.