Skip to content

Commit 9f65ca4

Browse files
committed
doc: Changelog
1 parent bfc7577 commit 9f65ca4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.9.1
2+
3+
* Fix a bug where the GNU backtrace integration would not parse certain frames.
4+
* Fix a bug where the SDK would not pick up request bodies for Django Rest
5+
Framework based apps.
6+
* Remove a few more headers containing sensitive data per default.
7+
* Various improvements to type hints. Thanks Ran Benita!
8+
* Add a event hint to access the log record from `before_send`.
9+
* Fix a bug that would ignore `__tracebackhide__`. Thanks Matt Millican!
10+
* Fix distribution information for mypy support (add `py.typed` file). Thanks
11+
Ran Benita!
12+
13+
114
## 0.9.0
215

316
* The SDK now captures `SystemExit` and other `BaseException`s when coming from

0 commit comments

Comments
 (0)