diff --git a/.craft.yml b/.craft.yml index 5fc2b5f27c..d357d1a75c 100644 --- a/.craft.yml +++ b/.craft.yml @@ -13,7 +13,7 @@ targets: config: canonical: pypi:sentry-sdk -changelog: CHANGES.md +changelog: CHANGELOG.md changelogPolicy: simple statusProvider: diff --git a/CHANGES.md b/CHANGELOG.md similarity index 96% rename from CHANGES.md rename to CHANGELOG.md index ee2c487e7d..e8c51dde71 100644 --- a/CHANGES.md +++ b/CHANGELOG.md @@ -20,6 +20,20 @@ sentry-sdk==0.10.1 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. +## 0.20.0 + +- Fix for header extraction for AWS lambda/API extraction +- Fix multiple **kwargs type hints # 967 +- Fix that corrects AWS lambda integration failure to detect the aws-lambda-ric 1.0 bootstrap #976 +- Fix AWSLambda integration: variable "timeout_thread" referenced before assignment #977 +- Use full git sha as release name #960 +- **BREAKING CHANGE**: The default environment is now production, not based on release +- Django integration now creates transaction spans for template rendering +- Fix headers not parsed correctly in ASGI middleware, Decode headers before creating transaction #984 +- Restored ability to have tracing disabled #991 +- Fix Django async views not behaving asynchronously +- Performance improvement: supported pre-aggregated sessions + ## 0.19.5 - Fix two regressions added in 0.19.2 with regard to sampling behavior when reading the sampling decision from headers.