Skip to content

Commit

Permalink
Version 1.0.0 - Calling it Stable
Browse files Browse the repository at this point in the history
### Added

- An interface for Fidelius gateway repos and admins to fulfil
- A mock implementation of a Fidelius gateway repo and admin that use a
  simple singleton dict to store (and share) data during runtime
- Unittests for the mock implementation
- Unittests for the Parameter Store implementation using LocalStack
- A Factory class to get different implementation classes
- Methods to delete parameters
- Config params for the `AwsParamStoreRepo` to use a custom AWS endpoint in
  order to hook up to stuff like LocalStack for testing and such

### Changed

- The API a little bit so we're no longer backwards compatible (hence the
  major version bump to 1.0.0)
- All config params can now be explicitly given to the `AwsParamStoreRepo`
  in addition to being picked up from environment variables if not supplied
  • Loading branch information
CCP-Zeulix committed Apr 11, 2024
1 parent 31c5713 commit 998fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fidelius/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0-beta.1'
__version__ = '1.0.0'

__author__ = 'Thordur Matthiasson <[email protected]>'
__license__ = 'MIT License'
Expand Down

0 comments on commit 998fa1b

Please sign in to comment.