You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,15 @@ sentry-sdk==0.10.1
27
27
28
28
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
29
29
30
+
## 0.15.0
31
+
32
+
***Breaking change:** The ASGI middleware will now raise an exception if contextvars are not available, like it is already the case for other asyncio integrations.
33
+
* Contextvars are now used in more circumstances following a bugfix release of `gevent`. This will fix a few instances of wrong request data being attached to events while using an asyncio-based web framework.
34
+
* APM: Fix a bug in the SQLAlchemy integration where a span was left open if the database transaction had to be rolled back. This could have led to deeply nested span trees under that db query span.
35
+
* Fix a bug in the Pyramid integration where the transaction name could not be overridden at all.
36
+
* Fix a broken type annotation on `capture_exception`.
37
+
* Basic support for Django 3.1. More work is required for async middlewares to be instrumented properly for APM.
38
+
30
39
## 0.14.4
31
40
32
41
* Fix bugs in transport rate limit enforcement for specific data categories.
0 commit comments