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.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
+
30
39
## 0.11.2
31
40
32
41
* Fix a bug where the SDK would throw an exception on shutdown when running under eventlet.
0 commit comments