Skip to content

Commit 40ea74e

Browse files
committed
doc: Changelog for 0.11.0
1 parent fc8a010 commit 40ea74e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

+13
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ 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.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+
3043
## 0.10.2
3144

3245
* Fix a bug where a log record with non-strings as `extra` keys would make the SDK crash.

0 commit comments

Comments
 (0)