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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,17 @@ sentry-sdk==0.10.1
20
20
21
21
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.
22
22
23
+
## 1.0.0
24
+
25
+
This release contains breaking changes
26
+
27
+
- Feat: Moved `auto_session_tracking` experimental flag to a proper option and removed `session_mode`, hence enabling release health by default #994
28
+
- Fixed Django transaction name by setting the name to `request.path_info` rather than `request.path`
29
+
- Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
30
+
- Fix for Flask transactions missing request body in non errored transactions #1034
31
+
- Fix for honoring the `X-Forwarded-For` header #1037
32
+
- Fix for worker that logs data dropping of events with level error #1032
33
+
23
34
## 0.20.3
24
35
25
36
- Added scripts to support auto instrumentation of no code AWS lambda Python functions
0 commit comments