Skip to content

Commit b2bde78

Browse files
committed
doc: Changelog for 0.17.5
1 parent ce83b95 commit b2bde78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ 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+
31+
## 0.17.5
32+
33+
* Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a `__del__` implementation.
34+
* Add possibility to wrap ASGI application twice in middleware to enable split up of request scope data and exception catching.
35+
3036
## 0.17.4
3137

3238
* New integration for the Chalice web framework for AWS Lambda. Thanks to the folks at Cuenca MX!

0 commit comments

Comments
 (0)