Skip to content

Commit 5ecc098

Browse files
committed
doc: Changelog
1 parent 085128e commit 5ecc098

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.7.7
2+
3+
* Fix a bug that would not capture request bodies if they were empty JSON
4+
arrays, objects or strings.
5+
* New GNU backtrace integration parses stacktraces from exception messages and
6+
appends them to existing stacktrace.
7+
* Capture Tornado formdata.
8+
* Support Python 3.6 in Sanic and AIOHTTP integration.
9+
* Clear breadcrumbs before starting a new request.
10+
* Fix a bug in the Celery integration that would drop pending events during
11+
worker shutdown (particularly an issue when running with `max_tasks_per_child
12+
= 1`)
13+
114
## 0.7.6
215

316
* Fix a bug where artificial frames for Django templates would not be marked as

0 commit comments

Comments
 (0)