Skip to content

Commit 9d7db63

Browse files
committed
doc: Changelog for 0.16.3
1 parent e26d7b8 commit 9d7db63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ sentry-sdk==0.10.1
2727

2828
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.
2929

30+
## 0.16.3
31+
32+
* Fix AWS Lambda support for Python 3.8.
33+
* The AWS Lambda integration now captures initialization/import errors for Python 3.
34+
* The AWS Lambda integration now supports an option to warn about functions likely to time out.
35+
* Testing for RQ 1.5
36+
* Flip default of `traceparent_v2`. This change should have zero impact. The flag will be removed in 0.17.
37+
* Fix compatibility bug with Django 3.1.
38+
3039
## 0.16.2
3140

3241
* New (optional) integrations for richer stacktraces: `pure_eval` for

0 commit comments

Comments
 (0)