changelog

This commit is contained in:
James Turk 2012-03-10 14:32:51 -08:00
parent 981e2cc88f
commit 22800601df

42
changelog.rst Normal file
View File

@ -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