- Create feature.yml (1350) by vladanpaunovic - Update contribution guide (1346) by antonpirker - chore: add bug issue template (1345) by vladanpaunovic - Added default value for auto_session_tracking (1337) by antonpirker - docs(readme): reordered content (1343) by antonpirker - fix(tests): Removed unsupported Django 1.6 from tests to avoid confusion (1338) by antonpirker - Group captured warnings under separate issues (1324) by mnito - build(changelogs): Use automated changelogs from Craft (1340) by BYK - fix(aiohttp): AioHttpIntegration sentry_app_handle() now ignores ConnectionResetError (1331) by cmalek - meta: Remove black GH action (1339) by sl0thentr0py - feat(flask): Add `sentry_trace()` template helper (1336) by BYK
1.5.5
- 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
- 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
- Pick up custom urlconf set by Django middlewares from request if any (1308)
1.5.2
- 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
- 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