forked from pool/python-sentry-sdk
Accepting request 1128031 from home:ecsos:python
- Update to 1.36.0 - Django: Support Django 5.0 (#2490) - Django: Handling ASGI body in the right way. (#2513) - Flask: Test with Flask 3.0 (#2506) - Celery: Do not create a span when task is triggered by Celery Beat (#2510) - Redis: Ensure RedisIntegration is disabled, unless redis is installed (#2504) - Quart: Fix Quart integration for Quart 0.19.4 (#2516) - gRPC: Make async gRPC less noisy (#2507) - Update to 1.35.0 - Updated gRPC integration: Asyncio interceptors and easier setup (#2369) - Python 3.12: Replace deprecated datetime functions (#2502) - Metrics: Unify datetime format (#2409) - Celery: Set correct data in check_ins (#2500) - Celery: Read timezone for Crons monitors from celery_schedule if existing (#2497) - Django: Removing redundant code in Django tests (#2491) - Django: Make reading the request body work in Django ASGI apps. (#2495) - FastAPI: Use wraps on fastapi request call wrapper (#2476) - Fix: Probe for psycopg2 and psycopg3 parameters function. (#2492) - Fix: Remove unnecessary TYPE_CHECKING alias (#2467) OBS-URL: https://build.opensuse.org/request/show/1128031 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=58
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 19:14:03 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.36.0
|
||||
- Django: Support Django 5.0 (#2490)
|
||||
- Django: Handling ASGI body in the right way. (#2513)
|
||||
- Flask: Test with Flask 3.0 (#2506)
|
||||
- Celery: Do not create a span when task is triggered by Celery Beat (#2510)
|
||||
- Redis: Ensure RedisIntegration is disabled, unless redis is installed (#2504)
|
||||
- Quart: Fix Quart integration for Quart 0.19.4 (#2516)
|
||||
- gRPC: Make async gRPC less noisy (#2507)
|
||||
- Update to 1.35.0
|
||||
- Updated gRPC integration: Asyncio interceptors and easier setup (#2369)
|
||||
- Python 3.12: Replace deprecated datetime functions (#2502)
|
||||
- Metrics: Unify datetime format (#2409)
|
||||
- Celery: Set correct data in check_ins (#2500)
|
||||
- Celery: Read timezone for Crons monitors from celery_schedule if existing (#2497)
|
||||
- Django: Removing redundant code in Django tests (#2491)
|
||||
- Django: Make reading the request body work in Django ASGI apps. (#2495)
|
||||
- FastAPI: Use wraps on fastapi request call wrapper (#2476)
|
||||
- Fix: Probe for psycopg2 and psycopg3 parameters function. (#2492)
|
||||
- Fix: Remove unnecessary TYPE_CHECKING alias (#2467)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 15:49:52 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
Reference in New Issue
Block a user