diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index cd161e6..cbf4264 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Nov 23 16:34:15 UTC 2024 - Dirk Müller + +- update to 2.19.0: + * New: introduce `rust_tracing` integration. See https://docs.s + entry.io/platforms/python/integrations/rust_tracing/ (#3717) + * Auto enable Litestar integration + * Deprecate `sentry_sdk.init` context manager + * feat(spotlight): Send PII to Spotlight when no DSN is set + * feat(spotlight): Add info logs when Sentry is enabled + * feat(spotlight): Inject Spotlight button on Django + * feat(spotlight): Auto enable cache_spans for Spotlight on + DEBUG + * fix(logging): Handle parameter `stack_info` for the + `LoggingIntegration` + * fix(pure-eval): Make sentry-sdk[pure-eval] installable with + pip==24.0 + * fix(rust_tracing): include_tracing_fields arg to control + unvetted data in rust_tracing integration + * fix(aws) Fix aws lambda tests (by reducing event size) + * fix(arq): fix integration with Worker settings as a dict + * fix(httpx): Prevent Sentry baggage duplication + * fix(falcon): Don't exhaust request body stream + * fix(integrations): Check `retries_left` before capturing + exception + * fix(openai): Use name instead of description + * test(gcp): Only run GCP tests when they should + ------------------------------------------------------------------- Thu Nov 14 11:54:57 UTC 2024 - Daniel Garcia @@ -44,7 +72,7 @@ Thu Nov 14 11:54:57 UTC 2024 - Daniel Garcia ------------------------------------------------------------------- Tue Nov 12 02:14:34 UTC 2024 - Steve Kowalik -- Remove ipdb from BuildRequires, it should have been removed with 2.8. +- Remove ipdb from BuildRequires, it should have been removed with 2.8. ------------------------------------------------------------------- Fri Nov 1 15:10:38 UTC 2024 - ecsos @@ -204,7 +232,7 @@ Wed Jul 17 13:51:46 UTC 2024 - Markéta Machová - Update to 2.10.0 * refactored a big part of the foundation of the SDK - * Additional integrations will now be activated automatically if + * Additional integrations will now be activated automatically if the SDK detects the respective package is installed * Added new API for custom instrumentation: new_scope, isolation_scope * Many breaking changes, see CHANGELOG.md diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 519de72..1563869 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -19,7 +19,7 @@ # nothing provides python2-venusian >= 1.0 needed by python2-pyramid %{?sle15_python_module_pythons} Name: python-sentry-sdk -Version: 2.18.0 +Version: 2.19.0 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause diff --git a/sentry-python-2.18.0.tar.gz b/sentry-python-2.18.0.tar.gz deleted file mode 100644 index 54a9ba2..0000000 --- a/sentry-python-2.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7428e2586979a9399cc518fda3ad4d23cde17725794c548449a0b3683c433379 -size 581210 diff --git a/sentry-python-2.19.0.tar.gz b/sentry-python-2.19.0.tar.gz new file mode 100644 index 0000000..769c210 --- /dev/null +++ b/sentry-python-2.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589e88f03a4d3af19b96167b745a7984b1b851aa57906c41e6640bcf1fe2cb11 +size 589644