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
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,15 @@ sentry-sdk==1.5.0
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.5.5
24
+
25
+
- Add session tracking to ASGI integration (#1329)
26
+
- Pinning test requirements versions (#1330)
27
+
- Allow classes to short circuit serializer with `sentry_repr` (#1322)
28
+
- Set default on json.dumps in compute_tracestate_value to ensure string conversion (#1318)
29
+
30
+
Work in this release contributed by @tomchuk. Thank you for your contribution!
31
+
23
32
## 1.5.4
24
33
25
34
- Add Python 3.10 to test suite (#1309)
@@ -107,7 +116,7 @@ Work in this release contributed by @galuszkak, @kianmeng, @ahopkins, @razumeiko
107
116
This release contains a breaking change
108
117
109
118
-**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
110
-
- Fixed Django transaction name by setting the name to `request.path_info` rather than `request.path`
119
+
- Fixed Django transaction name by setting the name to `request.path_info` rather than `request.path`
111
120
- Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
112
121
- Fix for Flask transactions missing request body in non errored transactions #1034
113
122
- Fix for honoring the `X-Forwarded-For` header #1037
@@ -128,7 +137,7 @@ This release contains a breaking change
128
137
## 0.20.0
129
138
130
139
- Fix for header extraction for AWS lambda/API extraction
131
-
- Fix multiple **kwargs type hints # 967
140
+
- Fix multiple \*\*kwargs type hints # 967
132
141
- Fix that corrects AWS lambda integration failure to detect the aws-lambda-ric 1.0 bootstrap #976
133
142
- Fix AWSLambda integration: variable "timeout_thread" referenced before assignment #977
0 commit comments