We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085128e commit 5ecc098Copy full SHA for 5ecc098
CHANGES.md
@@ -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
14
## 0.7.6
15
16
* Fix a bug where artificial frames for Django templates would not be marked as
0 commit comments