* Added ``sys.excepthook`` handler (installed by default). * Fixed an issue where ``wrap_wsgi`` wasn't being respected. * Various deprecated code removed.
5.4.4
------------------
* Enforce string-type imports.
5.4.3
------------------
* Python 3 compatibility fixes.
5.4.2
------------------
* Remove scheme checking on transports. * Added ``SENTRY_TRANSPORT`` to Flask and Django configurations.
5.4.1
------------------
* Fixed packaging of 5.4.0 which erronously kept the ``aiohttp.py`` file in the wheel only.
5.4.0
------------------
* Binding transports via a scheme prefix on DSNs is now deprecated. * ``raven.conf.load`` has been removed. * Upstream-related configuration (such as url, project_id, and keys) is now contained in ``RemoteConfig`` attached to ``Client.remote`` * The ``aiohttp`` transport has been moved to ``raven-aiohttp`` package.