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
+13
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,19 @@ 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.11.0
31
+
32
+
* Fix type hints for the logging integration. Thansk Steven Dignam!
33
+
* Fix an issue where scope/context data would leak in applications that use `gevent` with its threading monkeypatch. The fix is to avoid usage of contextvars in such environments. Thanks Ran Benita!
34
+
* Fix a reference cycle in the `ThreadingIntegration` that led to exceptions on interpreter shutdown. Thanks Guang Tian Li!
35
+
* Fix a series of bugs in the stdlib integration that broke usage of `subprocess`.
36
+
* More instrumentation for APM.
37
+
* New integration for SQLAlchemy (creates breadcrumbs from queries).
38
+
* New (experimental) integration for Apache Beam.
39
+
* Fix a bug in the `LoggingIntegration` that would send breadcrumbs timestamps in the wrong timezone.
40
+
* The `AiohttpIntegration` now sets the event's transaction name.
41
+
* Fix a bug that caused infinite recursion when serializing local variables that logged errors or otherwise created Sentry events.
42
+
30
43
## 0.10.2
31
44
32
45
* Fix a bug where a log record with non-strings as `extra` keys would make the SDK crash.
0 commit comments