Skip to content

Commit c13d126

Browse files
committed
doc: Changelog for 0.17.0
1 parent f6f3525 commit c13d126

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ 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.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+
3040
## 0.16.5
3141

3242
* Fix a bug that caused Django apps to crash if the view didn't have a `__name__` attribute.

0 commit comments

Comments
 (0)