* 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.
5.14.0
-------------------
* 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.
5.13.0
-------------------
* Resolved an issue where Raven would fail with an exception if the package name did not match the setuptools name in some isolated cases.
5.12.0
-------------------
* Empty and otherwise falsy (None, False, 0) DSN values are now assumed to be equivalent to no DSN being provided.
5.11.2
-------------------
* Added a workaround for back traceback objects passed to raven. In these cases we now wobble further along to at least log something.
5.11.1
-------------------
* The raven client supports the stacktrace to be absent. This improves support with celery and multiprocessing.