All Versions
104
Latest Version
Avg Release Cycle
39 days
Latest Release
2651 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v5.15.0 Changes
May 03, 2016- ๐ Improve thread binding for the context. This makes the main thread never deactivate the client automatically on clear which means that more code should automatically support breadcrumbs without changes.
-
v5.14.0 Changes
May 03, 2016- โ Added support for reading git sha's from packed references.
- ๐ Detect disabled thread support for uwsgi.
- โ Added preliminary support for breadcrumbs.
Note: this version adds breadcrumbs to events. This means that if you run a ๐ Sentry version older than 8.5 you will see some warnings in the UI. Consider ๐ using an older version of the client if you do not want to see it.
-
v5.13.0 Changes
April 19, 2016- ๐ป Resolved an issue where Raven would fail with an exception if the package name did not match the setuptools name in some isolated cases.
-
v5.12.0 Changes
March 30, 2016- Empty and otherwise falsy (None, False, 0) DSN values are now assumed to be equivalent to no DSN being provided.
-
v5.11.2 Changes
March 25, 2016- โ Added a workaround for back traceback objects passed to raven. In these cases we now wobble further along to at least log something.
-
v5.11.1 Changes
March 07, 2016- ๐ The raven client supports the stacktrace to be absent. This improves support with celery and multiprocessing.
-
v5.11.0 Changes
February 29, 2016- ๐ง
Client.configure_logginghas been removed, and handlers will not automatically be added to 'sentry' and 'raven' namespaces. - ๐ Improved double error check
- โช Restored support for exc_info is True.
- ๐ง
-
v5.10.2 Changes
January 27, 2016- Remember exceptions in flight until the context is cleared so that two reports with the same exception data do not result in two errors being logged.
- ๐ Allow logging exclusions.
-
v5.10.1 Changes
January 21, 2016- ๐ Fixed a problem where bytes as keys in dictionaries caused problems on data sanitization if those bytes were outside of the ASCII range.
- Django client no longer requires the user object to be a subclass of the base model.
- ๐ฒ Corrected an issue with the Django log handler which would cause a recursive import.
-
v5.10.0 Changes
January 14, 2016- โช Restore template debug support for Django 1.9 and newer.
- Correctly handle SSL verification disabling for newer Python versions.