14
0

Accepting request 949978 from home:ecsos:messenger:matrix

Update to 1.5.4
Fix also CVE-2021-44420

OBS-URL: https://build.opensuse.org/request/show/949978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=38
This commit is contained in:
2022-01-30 11:57:54 +00:00
committed by Git OBS Bridge
parent 5567e3ed5a
commit a8c3d12493
4 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jan 30 11:20:25 UTC 2022 - ecsos <ecsos@opensuse.org>
- Update to 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)
- Update to 1.5.3
- Pick up custom urlconf set by Django middlewares from request
if any (#1308)
- Update to 1.5.2
- Record event_processor client reports #1281
- Add a Quart integration #1248
- Sanic v21.12 support #1292
- Support Celery abstract tasks #1287
- Update to 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
- Disable check test_leaks to build Leap.
-------------------------------------------------------------------
Fri Nov 19 08:41:01 UTC 2021 - ecsos <ecsos@opensuse.org>