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
+4
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ sentry-sdk==0.10.1
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
30
31
+
## 0.17.6
32
+
33
+
* Support for Flask 0.10 (only relaxing verson check)
34
+
31
35
## 0.17.5
32
36
33
37
* Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a `__del__` implementation.
0 commit comments