Accepting request 1089155 from home:ecsos:messenger:matrix
- Update to 1.24.0 - New: Celery Beat exclude tasks option (#2130) - New: Add support for ExceptionGroups (#2025) - Prefer importlib.metadata over pkg_resources if available (#2081) - Work with a copy of request, vars in the event (#2125) - Pinned version of dependency that broke the build (#2133) - Changes from 1.23.1 - Disable Django Cache spans by default. (#2120) - Changes from 1.23.0 - New: Add loguru integration (#1994) - Do not truncate request body if request_bodies is "always" (#2092) - Fixed Celery headers for Beat auto-instrumentation (#2102) - Add db.operation to Redis and MongoDB spans (#2089) - Make sure we're importing redis the library (#2106) - Add include_source_context option (#2020) - Import Markup from markupsafe (#2047) - Fix __qualname__ missing attribute in asyncio integration (#2105) - Remove relay extension from AWS Layer (#2068) - Add a note about pip freeze to the bug template (#2103) - Changes from 1.22.2 - Fix: Django caching spans when using keyword arguments (#2086) - Fix: Duration in Celery Beat tasks monitoring (#2087) - Fix: Docstrings of SPANDATA (#2084) by @antonpirker - Changes from 1.22.1 - Fix: Handle a list of keys (not just a single key) in Django cache spans (#2082) - Changes from 1.22.0 - Add cache.hit and cache.item_size to Django (#2057) - Use http.method instead of method (#2054) - Handle non-int exc.status_code in Starlette (#2075) - Handle SQLAlchemy engine.name being bytes (#2074) - Fix KeyError in capture_checkin if SDK is not initialized (#2073) - Use functools.wrap for ThreadingIntegration patches to fix attributes (#2080) - Pin urllib3 to <2.0.0 for now (#2069) - Changes from 1.21.1 - Do not send monitor_config when unset (#2058) - Add db.system span data (#2040, #2042) - Fix memory leak in profiling (#2049) - Fix crash loop when returning none in before_send (#2045) OBS-URL: https://build.opensuse.org/request/show/1089155 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=48
This commit is contained in:
parent
ae91ea1269
commit
ace847fdba
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 10:39:34 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.24.0
|
||||
- New: Celery Beat exclude tasks option (#2130)
|
||||
- New: Add support for ExceptionGroups (#2025)
|
||||
- Prefer importlib.metadata over pkg_resources if available (#2081)
|
||||
- Work with a copy of request, vars in the event (#2125)
|
||||
- Pinned version of dependency that broke the build (#2133)
|
||||
- Changes from 1.23.1
|
||||
- Disable Django Cache spans by default. (#2120)
|
||||
- Changes from 1.23.0
|
||||
- New: Add loguru integration (#1994)
|
||||
- Do not truncate request body if request_bodies is "always" (#2092)
|
||||
- Fixed Celery headers for Beat auto-instrumentation (#2102)
|
||||
- Add db.operation to Redis and MongoDB spans (#2089)
|
||||
- Make sure we're importing redis the library (#2106)
|
||||
- Add include_source_context option (#2020)
|
||||
- Import Markup from markupsafe (#2047)
|
||||
- Fix __qualname__ missing attribute in asyncio integration (#2105)
|
||||
- Remove relay extension from AWS Layer (#2068)
|
||||
- Add a note about pip freeze to the bug template (#2103)
|
||||
- Changes from 1.22.2
|
||||
- Fix: Django caching spans when using keyword arguments (#2086)
|
||||
- Fix: Duration in Celery Beat tasks monitoring (#2087)
|
||||
- Fix: Docstrings of SPANDATA (#2084) by @antonpirker
|
||||
- Changes from 1.22.1
|
||||
- Fix: Handle a list of keys (not just a single key) in Django cache spans (#2082)
|
||||
- Changes from 1.22.0
|
||||
- Add cache.hit and cache.item_size to Django (#2057)
|
||||
- Use http.method instead of method (#2054)
|
||||
- Handle non-int exc.status_code in Starlette (#2075)
|
||||
- Handle SQLAlchemy engine.name being bytes (#2074)
|
||||
- Fix KeyError in capture_checkin if SDK is not initialized (#2073)
|
||||
- Use functools.wrap for ThreadingIntegration patches to fix attributes (#2080)
|
||||
- Pin urllib3 to <2.0.0 for now (#2069)
|
||||
- Changes from 1.21.1
|
||||
- Do not send monitor_config when unset (#2058)
|
||||
- Add db.system span data (#2040, #2042)
|
||||
- Fix memory leak in profiling (#2049)
|
||||
- Fix crash loop when returning none in before_send (#2045)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 14:33:14 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-sentry-sdk
|
||||
Version: 1.21.0
|
||||
Version: 1.24.0
|
||||
Release: 0
|
||||
Summary: Python SDK for Sentry.io
|
||||
License: BSD-2-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b0f1990b2f0faa097e49fcb45f31fa039aa20f3e6efe213e67221845a352d8
|
||||
size 346948
|
3
sentry-python-1.24.0.tar.gz
Normal file
3
sentry-python-1.24.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b81eaf26491182d827572c67727d48fb2e10b2ddb2b62ce4cf428940794b092a
|
||||
size 360564
|
Loading…
Reference in New Issue
Block a user