- Fix infinite recursion bug in Celery integration.
0.08
- Trimming fields to avoid 413 Request Entity Too Large response - Fixing Http interface documentation for data field
0.8.0
- Add the always_run option in excepthook integration. - Fix performance issues when attaching large data to events. This is not really intended to be a breaking change, but this release does include a rewrite of a larger chunk of code, therefore the minor version bump.
0.7.14
- Fix crash when using Celery integration (`TypeError` when using `apply_async`).