- BAKERY_CACHE_CONTROL settings variable and support - Better tests for publish and unpublish - Delete operations in publish and unpublish command breaks keys into batches to avoid S3 errors on large sets
0.7.4
- Fixed `content_type` versus `mimetype` bug in the static views for Django 1.7 and 1.8 - A few other small Python 3 related bugs
0.7.3
- Added a `--no-delete` option to the `publish` management command. - Fixed testing in Django 1.7
0.7.2
- Added `BuildableRedirectView`
0.6.4
- Added `BuildableFeed` for RSS support
0.6.3
- Changed `AutoPublishingBuildableModel` to commit to the database before triggering a task - Changed Celery tasks to accept primary keys instead of model objects