Skip to content

Releases: getsentry/sentry-python

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.

0.5.5

15 Nov 21:02
Compare
Choose a tag to compare
  • New client option ca_certs.
  • Fix crash with Django and psycopg2.

0.5.4

10 Nov 02:53
Compare
Choose a tag to compare
  • Fix deprecation warning in relation to the collections stdlib module.
  • Fix bug that would crash Django and Flask when streaming responses are failing halfway through.

0.5.3

05 Nov 10:38
Compare
Choose a tag to compare
  • Fix bug where using push_scope with a callback would not pop the scope.
  • Fix crash when initializing the SDK in push_scope.
  • Fix bug where IP addresses were sent when send_default_pii=False.

0.5.2

29 Oct 20:06
Compare
Choose a tag to compare
  • Fix bug where events sent through the RQ integration were sometimes lost.
  • Remove a deprecation warning about usage of logger.warn.
  • Fix bug where large frame local variables would lead to the event being rejected by Sentry.

0.5.1

24 Oct 07:39
Compare
Choose a tag to compare
  • Integration for Redis Queue (RQ)

0.5.0

23 Oct 09:40
Compare
Choose a tag to compare
  • Fix a bug that would omit several debug logs during SDK initialization.
  • Fix issue that sent a event key "" Sentry wouldn't understand.
  • Breaking change: The level and event_level options in the logging integration now work separately from each other.
  • Fix a bug in the Sanic integration that would report the exception behind any HTTP error code.
  • Fix a bug that would spam breadcrumbs in the Celery integration. Ignore logger celery.worker.job.
  • Additional attributes on log records are now put into extra.
  • Integration for Pyramid.
  • sys.argv is put into extra automatically.

0.4.3

19 Oct 09:42
Compare
Choose a tag to compare
  • Fix a bug that would leak WSGI responses.