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: CHANGES.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,15 @@ sentry-sdk==0.10.1
27
27
28
28
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.
29
29
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
+
30
39
## 0.16.2
31
40
32
41
* New (optional) integrations for richer stacktraces: `pure_eval` for
0 commit comments