Skip to content

Commit 49de7dd

Browse files
ahmedetefyHazATrhcarvalho
authored
Release 0.20.0 (#1008)
* Changes for release 1.0.0 * Apply suggestions from code review Co-authored-by: Daniel Griesser <[email protected]> * Update CHANGELOG.md Co-authored-by: Rodolfo Carvalho <[email protected]> * Added code review comment in regards to fix change * Updated CHANGELOG.md * Fixed typo and added prefix Breaking change * Updated Changelog * Removed changes in regards to autosession tracking enabled by default * Removed wrong description message * Reverted Versioning policy * Changed to version 0.20.0 Co-authored-by: Daniel Griesser <[email protected]> Co-authored-by: Rodolfo Carvalho <[email protected]>
1 parent 9a78438 commit 49de7dd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.craft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ targets:
1313
config:
1414
canonical: pypi:sentry-sdk
1515

16-
changelog: CHANGES.md
16+
changelog: CHANGELOG.md
1717
changelogPolicy: simple
1818

1919
statusProvider:

CHANGES.md renamed to CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ sentry-sdk==0.10.1
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+
## 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
35+
- Performance improvement: supported pre-aggregated sessions
36+
2337
## 0.19.5
2438

2539
- Fix two regressions added in 0.19.2 with regard to sampling behavior when reading the sampling decision from headers.

0 commit comments

Comments
 (0)