Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
Release list
1.5.3
- Pick up custom urlconf set by Django middlewares from request if any (#1308)
1.5.2
1.5.1
- Fix django legacy url resolver regex substitution due to upstream CVE-2021-44420 fix #1272
- Record lost
sample_rateevents 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
- 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
1.4.2
- Made envelope modifications in the HTTP transport non observable #1206
1.4.1
- Fix race condition between
finishandstart_childin tracing #1203
1.4.0
1.3.1
- Fix detection of contextvars compatibility with Gevent versions >=20.9.0 #1157
1.3.0
- Add support for Sanic versions 20 and 21 #1146