8000 doc: Changelog for 0.12.0 · etherscan-io/sentry-python@304d7f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 304d7f6

Browse files
committed
doc: Changelog for 0.12.0
1 parent dd05c57 commit 304d7f6

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.12.0
31+
32+
* Sentry now has a [Discord server](https://discord.gg/cWnMQeA)! Join the server to get involved into SDK development and ask questions.
33+
* Fix a bug where the response object for httplib (or requests) was held onto for an unnecessarily long amount of time.
34+
* APM: Add spans for more methods on `subprocess.Popen` objects.
35+
* APM: Add spans for Django middlewares.
36+
* APM: Add spans for ASGI requests.
37+
* Automatically inject the ASGI middleware for Django Channels 2.0. This will **break your Channels 2.0 application if it is running on Python 3.5 or 3.6** (while previously it would "only" leak a lot of memory for each ASGI request). **Install `aiocontextvars` from PyPI to make it work again.**
38+
3039
## 0.11.2
3140

3241
* Fix a bug where the SDK would throw an exception on shutdown when running under eventlet.

0 commit comments

Comments
 (0)
0