Skip to content

Releases: getsentry/sentry-python

1.5.9

11 Apr 14:07
Compare
Choose a tag to compare

Various fixes & improvements

1.5.8

18 Mar 12:43
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(asgi): Add support for setting transaction name to path in FastAPI (#1349) by @tiangolo
  • fix(sqlalchemy): Change context manager type to avoid race in threads (#1368) by @Fofanko
  • fix(perf): Fix transaction setter on scope to use containing_transaction to match with getter (#1366) by @sl0thentr0py
  • chore(ci): Change stale GitHub workflow to run once a day (#1367) by @kamilogorek
  • feat(django): Make django middleware expose more wrapped attributes (#1202) by @MattFisher

1.5.7

08 Mar 11:09
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(serializer): Make sentry_repr dunder method to avoid mock problems (#1364) by @sl0thentr0py

1.5.6

22 Feb 12:45
Compare
Choose a tag to compare

Various fixes & improvements

1.5.5

11 Feb 12:55
Compare
Choose a tag to compare
  • Add session tracking to ASGI integration (#1329)
  • Pinning test requirements versions (#1330)
  • Allow classes to short circuit serializer with sentry_repr (#1322)
  • Set default on json.dumps in compute_tracestate_value to ensure string conversion (#1318)

Work in this release contributed by @tomchuk. Thank you for your contribution!

1.5.4

25 Jan 14:06
Compare
Choose a tag to compare
  • Add Python 3.10 to test suite (#1309)
  • Capture only 5xx HTTP errors in Falcon Integration (#1314)
  • Attempt custom urlconf resolve in got_request_exception as well (#1317)

1.5.3

20 Jan 13:58
Compare
Choose a tag to compare
  • Pick up custom urlconf set by Django middlewares from request if any (#1308)

1.5.2

10 Jan 13:55
Compare
Choose a tag to compare
  • Record event_processor client reports #1281
  • Add a Quart integration #1248
  • Sanic v21.12 support #1292
  • Support Celery abstract tasks #1287

Work in this release contributed by @johnzeringue, @pgjones and @ahopkins. Thank you for your contribution!

1.5.1

13 Dec 14:18
Compare
Choose a tag to compare
  • Fix django legacy url resolver regex substitution due to upstream CVE-2021-44420 fix #1272
  • Record lost sample_rate events only if tracing is enabled #1268
  • Fix gevent version parsing for non-numeric parts #1243
  • Record span and breadcrumb when Django opens db connection #1250

1.5.0

17 Nov 13:10
Compare
Choose a tag to compare
  • Also record client outcomes for before send #1211
  • Add support for implicitly sized envelope items #1229
  • Fix integration with Apache Beam 2.32, 2.33 #1233
  • Remove Python 2.7 support for AWS Lambda layers in craft config #1241
  • Refactor Sanic integration for v21.9 support #1212
  • AWS Lambda Python 3.9 runtime support #1239
  • Fix "shutdown_timeout" typing #1256

Work in this release contributed by @galuszkak, @kianmeng, @ahopkins, @razumeiko, @tomscytale, and @seedofjoy. Thank you for your contribution!