cabot/CHANGES
2017-03-08 12:06:00 +00:00

62 lines
1.4 KiB
Plaintext

master
------
* Add first time setup page
* Remove create_cabot_superuser management command (redundant with first time setup)
Version 0.8.5
-------------
* More severe alerts should trigger even if a less severe alert was recently sent
* Update production.env.example email settings
* Convert environment vars to boolean nicely
> Note: You may have to update your settings if they contain invalid boolean values
Version 0.8.4
-------------
* Fix setup.py packaging
* Use whitenoise to serve static files
> Note: You may have to update your webserver settings for static files to work properly
Version 0.8.3
-------------
* BUG: Add missing context processor
Version 0.8.2
-------------
* Remove django-smtp-ssl dependency
* Build docker image from alpine
* Refactor docker-compose files
* Fix db_clean task failing on large results tables
* Wait for docker containers to start in docker-entrypoint.sh
* Update CABOT_PLUGINS_ENABLED to compatible plugin versions
* Automatically initialise database, assets and superuser on docker container start
Version 0.8.1
-------------
* Fix all workers running celery beat
* Update django-compressor to run on django 1.8
* Fix typo in url testcase
* Update wsgi.py to work with django 1.8
Version 0.8.0
-------------
* Upgraded to Django 1.8
Version 0.7.0
-------------
* Upgraded to Django 1.7
Version 0.6.0
-------------
* Versioning Introduced.