Skip to content

Releases: getsentry/sentry-python

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!

1.4.3

29 Sep 13:51
Compare
Choose a tag to compare
  • Turned client reports on by default.

1.4.2

27 Sep 17:15
Compare
Choose a tag to compare
  • Made envelope modifications in the HTTP transport non observable #1206

1.4.1

22 Sep 13:03
Compare
Choose a tag to compare
  • Fix race condition between finish and start_child in tracing #1203

1.4.0

21 Sep 12:53
Compare
Choose a tag to compare
  • No longer set the last event id for transactions #1186
  • Added support for client reports (disabled by default for now) #1181
  • Added tracestate header handling #1179
  • Added real ip detection to asgi integration #1199

1.3.1

27 Jul 14:52
Compare
Choose a tag to compare
  • Fix detection of contextvars compatibility with Gevent versions >=20.9.0 #1157