Skip to content

Commit be2c511

Browse files
committed
doc: Changelog for 0.15.0
1 parent 0adc26c commit be2c511

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ sentry-sdk==0.10.1
2727

2828
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.
2929

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+
3039
## 0.14.4
3140

3241
* Fix bugs in transport rate limit enforcement for specific data categories.

0 commit comments

Comments
 (0)