oyster/changelog.rst

60 lines
1.4 KiB
ReStructuredText
Raw Permalink Normal View History

2012-03-10 22:32:51 +00:00
oyster changelog
================
2012-05-16 17:47:57 +00:00
0.4.0-dev
2012-05-10 15:37:52 +00:00
---------
2012-04-11 19:57:35 +00:00
* S3 storage backend bugfix
2012-05-16 17:47:57 +00:00
* lots of improvements to signal script
2012-05-10 15:37:52 +00:00
* oyster.ext cloudsearch, elasticsearch, and superfastmatch
2012-05-16 17:47:57 +00:00
* use python logging w/ mongo handler
2012-05-10 15:37:52 +00:00
* add tox/python setup.py test (thanks Marc Abramowitz!)
2012-04-11 19:57:35 +00:00
2012-03-21 17:00:21 +00:00
0.3.2
-----
2012-03-30 03:10:02 +00:00
**2012-03-29**
2012-03-21 17:00:21 +00:00
* become much more tolerant of duplicates
2012-03-30 03:05:36 +00:00
* skip S3 test if not prepared
* use doc_class AWS_PREFIX and AWS_BUCKET if set
* add DEFAULT_STORAGE_ENGINE setting
2012-03-21 17:00:21 +00:00
2012-03-10 22:32:51 +00:00
0.3.1
-----
2012-03-10 22:33:32 +00:00
**2012-03-10**
2012-03-10 22:32:51 +00:00
* 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