Release notes

0.1.1 (2014-06-26)

  • Fixed broken reference to license in PyPI script (#13)

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