From 22800601df0b5ac29ceee8c940d40aa53204bcf8 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 10 Mar 2012 14:32:51 -0800 Subject: [PATCH] changelog --- changelog.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 changelog.rst diff --git a/changelog.rst b/changelog.rst new file mode 100644 index 0000000..22a4b1e --- /dev/null +++ b/changelog.rst @@ -0,0 +1,42 @@ +oyster changelog +================ + +0.3.1 +----- + * add validation of doc_class + * add ability to do one-time updates + * change how hooks work + * introduce concept of scripts + * call pymongo's end_request in long running threads + * better error messages for duplicate URLs + * lots of flake8-inspired fixes + * S3 backend: add support for AWS_PREFIX + +0.3.0 +----- +**2012-02-21** + * switch Connection to Kernel + * add concept of doc_class + * make storage pluggable instead of GridFS + * add S3 backend + * add Dummy backend + * delete obsolete ExternalStoreTask + * addition of onchanged hook + * allow id to be set manually + +0.2.5 +----- +**2011-10-06** + * lots of fixes to web frontend + * ExternalStoreTask + +0.2.0 +----- +**2011-09-20** + * major refactor: oysterd replaced by celery + * fix retries + +0.1.0 +----- +**2011-08-05** + * initial release, basic document tracking