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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,16 @@ 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.17.0
31
+
32
+
* Fix a bug where class-based callables used as Django views (without using
33
+
Django's regular class-based views) would not have `csrf_exempt` applied.
34
+
* New integration for Google Cloud Functions.
35
+
* Fix a bug where a recently released version of `urllib3` would cause the SDK
36
+
to enter an infinite loop on networking and SSL errors.
37
+
***Breaking change**: Remove the `traceparent_v2` option. The option has been
38
+
ignored since 0.16.3, just remove it from your code.
39
+
30
40
## 0.16.5
31
41
32
42
* Fix a bug that caused Django apps to crash if the view didn't have a `__name__` attribute.
0 commit comments