Skip to content

Releases: getsentry/sentry-python

0.6.9

19 Jan 17:09
Compare
Choose a tag to compare
  • Second attempt at fixing the bug that was supposed to be fixed in 0.6.8.

    No longer access arbitrary sequences in local vars due to possible side effects.

0.6.8

18 Jan 13:18
Compare
Choose a tag to compare
  • No longer access arbitrary sequences in local vars due to possible side effects.

0.6.7

17 Jan 10:37
Compare
Choose a tag to compare
  • Sourcecode Django templates is now displayed in stackframes like Jinja templates in Flask already were.
  • Updates to AWS Lambda integration for changes Amazon did to their Python 3.7 runtime.
  • Fix a bug in the AIOHTTP integration that would report 300s and other HTTP status codes as errors.
  • Fix a bug where a crashing before_send would crash the SDK and app.
  • Fix a bug where cyclic references in e.g. local variables or extra data would crash the SDK.

0.6.6

04 Jan 16:04
Compare
Choose a tag to compare
  • Un-break API of internal Auth object that we use in Sentry itself.

0.6.5

21 Dec 10:52
Compare
Choose a tag to compare
  • Capture WSGI request data eagerly to save memory and avoid issues with uWSGI.

0.6.4

19 Dec 18:04
Compare
Choose a tag to compare
  • 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

19 Dec 14:38
Compare
Choose a tag to compare
  • 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

05 Dec 13:45
Compare
Choose a tag to compare
  • Fix crash in AWS Lambda integration when using Zappa. This only silences the error, the underlying bug is still in Zappa.

0.6.1

04 Dec 09:28
Compare
Choose a tag to compare
  • New integration for aiohttp-server.
  • Fix crash when reading hostname in broken WSGI environments.

0.6.0

03 Dec 11:41
Compare
Choose a tag to compare
  • Fix bug where a 429 without Retry-After would not be honored.
  • Fix bug where proxy setting would not fall back to http_proxy for HTTPs traffic.
  • A WSGI middleware is now available for catching errors and adding context about the current request to them.
  • Using logging.debug("test", exc_info=True) will now attach the current stacktrace if no sys.exc_info is available.
  • The Python 3.7 runtime for AWS Lambda is now supported.
  • Fix a bug that would drop an event or parts of it when it contained bytes that were not UTF-8 encoded.
  • Logging an exception will no longer add the exception as breadcrumb to the exception's own event.