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: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# Changelog
2
2
3
+
## 1.11.1
4
+
5
+
### Various fixes & improvements
6
+
7
+
- Move set_transaction_name out of event processor in fastapi/starlette (#1751) by @sl0thentr0py
8
+
- Expose proxy_headers as top level config and use in ProxyManager: https://docs.sentry.io/platforms/python/configuration/options/#proxy-headers (#1746) by @sl0thentr0py
9
+
3
10
## 1.11.0
4
11
5
12
### Various fixes & improvements
6
13
7
14
- Fix signals problem on sentry.io (#1732) by @antonpirker
8
-
- Fix reading FastAPI request body twice. (#1724) by @antonpirker
15
+
- Fix reading FastAPI request body twice. (#1724) by @antonpirker
9
16
- ref(profiling): Do not error if already setup (#1731) by @Zylphrex
10
17
- ref(profiling): Use sleep scheduler by default (#1729) by @Zylphrex
11
18
- feat(profiling): Extract more frame info (#1702) by @Zylphrex
0 commit comments