Changelog for
python3-raven-5.5.0-5.1.noarch.rpm :
Sun Aug 16 14:00:00 2015 arunAATTgmx.de
- update to version 5.5.0:
* Added \"sys.excepthook\" handler (installed by default).
* Fixed an issue where \"wrap_wsgi\" wasn\'t being respected.
* Various deprecated code removed.
Sat Jul 18 14:00:00 2015 arunAATTgmx.de
- update to version 5.4.4:
* Enforce string-type imports.
- changes from version 5.4.3
* Python 3 compatibility fixes.
- changes from version 5.4.2
* Remove scheme checking on transports.
* Added \"SENTRY_TRANSPORT\" to Flask and Django configurations.
- changes from version 5.4.1
* Fixed packaging of 5.4.0 which erronously kept the \"aiohttp.py\"
file in the wheel only.
- changes from version 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.
Sat May 2 14:00:00 2015 arunAATTgmx.de
- update to version 5.3.1:
* Restored support for patching Django\'s BaseCommand.execute.
- changes from Version 5.3.0:
* The UDP transport has been removed.
* The integrated Sentry+Django client has been removed. This is now
part of Sentry core.
* Server configuration
*must
* now be specified with a DSN.
* Upstream errors now have increased verbosity in logs.
* Unsent events now log to \'sentry.errors.uncaught\'.
* Django management commands should now effectively autopatch (when
run from the CLI).
* Flask wrapper now includes user_context, tags_context, and
extra_context helpers.
* Python version is now reported with modules.
Mon Apr 13 14:00:00 2015 andreaAATTopensuse.org
- Fixed license tag
Wed Apr 1 14:00:00 2015 andreaAATTopensuse.org
- New package