Changelog

0.10.0

  • simplekv no longer depends on six.
  • The PrefixDecorator works more as expected.
  • An experimental git-based store has been added in GitCommitStore.

0.9.2

0.9

0.6

  • Now supports redis backend: RedisStore.
  • Fixed bug: No initial value for String() column in SQLAlchemy store.

0.5

0.4

  • Support for cloud-based storage using boto (see BotoStore).
  • First time changes were recorded in docs

0.3

0.1

  • Initial release