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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ A major release `N` implies the previous release `N-1` will no longer receive up
22
22
23
23
## 1.0.0
24
24
25
-
This release contains breaking changes
25
+
This release contains a breaking change
26
26
27
-
- Feat: Moved `auto_session_tracking` experimental flag to a proper option and removed `session_mode`, hence enabling release health by default #994
27
+
-**BREAKING CHANGE**: Feat: Moved `auto_session_tracking` experimental flag to a proper option and removed explicitly setting experimental `session_mode` in favor of auto detecting its value, hence enabling release health by default #994
28
28
- Fixed Django transaction name by setting the name to `request.path_info` rather than `request.path`
29
29
- Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
30
30
- Fix for Flask transactions missing request body in non errored transactions #1034
0 commit comments