forked from pool/python-sentry-sdk
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user