Skip to content

Commit 998fa1b

Browse files
committed
Version 1.0.0 - Calling it Stable
### 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
1 parent 31c5713 commit 998fa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fidelius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.0-beta.1'
1+
__version__ = '1.0.0'
22

33
__author__ = 'Thordur Matthiasson <thordurm@ccpgames.com>'
44
__license__ = 'MIT License'

0 commit comments

Comments
 (0)