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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,20 @@ 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
+
## 0.20.0
24
+
25
+
- Fix for header extraction for AWS lambda/API extraction
26
+
- Fix multiple **kwargs type hints # 967
27
+
- Fix that corrects AWS lambda integration failure to detect the aws-lambda-ric 1.0 bootstrap #976
28
+
- Fix AWSLambda integration: variable "timeout_thread" referenced before assignment #977
29
+
- Use full git sha as release name #960
30
+
-**BREAKING CHANGE**: The default environment is now production, not based on release
31
+
- Django integration now creates transaction spans for template rendering
32
+
- Fix headers not parsed correctly in ASGI middleware, Decode headers before creating transaction #984
33
+
- Restored ability to have tracing disabled #991
34
+
- Fix Django async views not behaving asynchronously
0 commit comments