Skip to content

Commit 9aaa856

Browse files
authored
Updated changelog (#1332)
1 parent 8df4e05 commit 9aaa856

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ sentry-sdk==1.5.0
2020

2121
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.
2222

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+
2332
## 1.5.4
2433

2534
- Add Python 3.10 to test suite (#1309)
@@ -107,7 +116,7 @@ Work in this release contributed by @galuszkak, @kianmeng, @ahopkins, @razumeiko
107116
This release contains a breaking change
108117

109118
- **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`
111120
- Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
112121
- Fix for Flask transactions missing request body in non errored transactions #1034
113122
- Fix for honoring the `X-Forwarded-For` header #1037
@@ -128,7 +137,7 @@ This release contains a breaking change
128137
## 0.20.0
129138

130139
- Fix for header extraction for AWS lambda/API extraction
131-
- Fix multiple **kwargs type hints # 967
140+
- Fix multiple \*\*kwargs type hints # 967
132141
- Fix that corrects AWS lambda integration failure to detect the aws-lambda-ric 1.0 bootstrap #976
133142
- Fix AWSLambda integration: variable "timeout_thread" referenced before assignment #977
134143
- Use full git sha as release name #960

0 commit comments

Comments
 (0)