- Un-break API of internal `Auth` object that we use in Sentry itself.
0.6.5
- Capture WSGI request data eagerly to save memory and avoid issues with uWSGI. - Ability to use subpaths in DSN. - Ignore `django.request` logger.
0.6.4
- Fix bug that would lead to an `AssertionError: stack must have at least one layer`, at least in testsuites for Flask apps.
0.6.3
- New integration for Tornado - Fix request data in Django, Flask and other WSGI frameworks leaking between events. - Fix infinite recursion when sending more events in `before_send`.
0.6.2
- Fix crash in AWS Lambda integration when using Zappa. This only silences the error, the underlying bug is still in Zappa.
0.6.1
- New integration for aiohttp-server. - Fix crash when reading hostname in broken WSGI environments.