* Gracefully handle exceptions in Django client when using integrated setup. * Added Client.error_logger as a new logger instance that points to ``sentry.errors``.
1.2.1
------------------
* Corrected behavior with raven logging errors to send_remote which could potentially cause a very large backlog to Sentry when it should just log to ``sentry.errors``. * Ensure the ``site`` argument is sent to the server.
1.2.0
------------------
* Made DSN a first-class citizen throughout Raven. * Added a Pylons-specific WSGI middleware. * Improved the generic WSGI middleware to capture HTTP information. * Improved logging and logbook handlers.
1.1.6
------------------
* Corrected logging stack behavior so that it doesnt capture raven+logging extensions are part of the frames.
1.1.5
------------------
* Remove logging attr magic.
1.1.4
------------------
* Correct encoding behavior on bool and float types.