Release notes¶
0.2.1 (2014-06-28)¶
- Throw exception if not implemented config store is used (#16)
- Renamed
store_typeparameter toconfig_store
0.2.0 (2014-06-27)¶
0.1.0 (2014-06-26)¶
- Initial release of DynamoDB Config Store
- Support for
get() - Support for
get_object() - Support for
set() - Table schema is validated upon instanciation
- Tables are created if the do not exist
- Full test suite implemented