* Added support for extracting data from rest_framework in Django integration * Updated CA bundle. * Added transaction-based culprits for Celery, Django, and Flask. * Fixed an issue where ``ignore_exceptions`` wasn't respected.
5.26.0
-------------------
* Fixed potential concurrency issue with event IDs in the Flask integration. * Added a workaround for leakage when broken WSGI middlware or servers are used that do not call `close()` on the iterat.r
5.25.0
-------------------
* Added various improvements for the WSGI and Django support. * Prevent chained exception recursion * In environments which look like AWS Lambda or Google App Engine utilize the synchronous transport. * Added Celery config option to ignore expected exceptions * Improved DSN handling in Flask client.
5.24.0
-------------------
* Added support for Django 1.10. * Added support for chained exceptions in Python 3. * Fixed various behavior with handling template errors in Django 1.8+.
5.23.0
-------------------
* Sentry failures now no longer log the failure data in the error message.
5.22.0
-------------------
* Fixed template reporting not working for certain versions of Django.