8000 doc: Changelog for 0.10.2 · etherscan-io/sentry-python@6f207e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f207e0

Browse files
committed
doc: Changelog for 0.10.2
1 parent 520158d commit 6f207e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ sentry-sdk>=0.10.0,<0.11.0
2525
sentry-sdk==0.10.1
2626
```
2727

28+
## 0.10.2
29+
30+
* Fix a bug where a log record with non-strings as `extra` keys would make the SDK crash.
31+
* Added ASGI integration for better hub propagation, request data for your events and capturing uncaught exceptions. Using this middleware explicitly in your code will also fix a few issues with Django Channels.
32+
* Fix a bug where `celery-once` was deadlocking when used in combination with the celery integration.
33+
* Fix a memory leak in the new tracing feature when it is not enabled.
34+
2835
## 0.10.1
2936

3037
* Fix bug where the SDK would yield a deprecation warning about

0 commit comments

Comments
 (0)
0