* added preliminary support for Django 1.8 * dropped support for Django 1.3 * When using Django, only try to submit user data if ``django.contrib.auth`` is installed. Thanks nickbruun for the report and fix!
1.4.0
* raven now tracks the state of the Sentry server. If it receives an error, it will slow down requests to the server (by passing them into a named logger, sentry.errors), and increasingly delay the next try with repeated failures, up to about a minute.
1.3.6
* gunicorn is now disabled in default logging configuration
1.3.5
* Moved exception and message methods to capture{Exception,Message}. * Added ``captureQuery`` method.
1.3.4
* Corrected duplicate DSN behavior in Django client.
1.3.3
* Django can now be configured by setting SENTRY_DSN. * Improve logging for send_remote failures (and correct issue created when send_encoded was introduced). * Renamed SantizePassworsProcessor to SanitizePassworsProcessor.