diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index f961530..de7b9f8 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sat Jun 29 19:24:30 UTC 2024 - Dirk Müller + +- update to 1.45.0: + * Allow to upsert monitors + * It's now possible to provide `monitor_config` to the + `monitor` decorator/context manager directly: + * Add Django `signals_denylist` to filter signals that are + attached to by `signals_spans` + * `increment` for metrics + * Add `value`, `unit` to `before_emit_metric` + * New normalization rules for metric keys, names, units, tags + * Change `data_category` from `statsd` to `metric_bucket` + * Accessing `__mro__` might throw a `ValueError` + * Suppress prompt spawned by subprocess when using `pythonw` + * Handle `None` in GraphQL query + * Do not send "quiet" Sanic exceptions to Sentry + * Implement `metric_bucket` rate limits + * Fix type hints for `monitor` decorator + * Remove deprecated `typing` imports in crons + * Make `monitor_config` a `TypedDict` + * Make `monitor` async friendly + * Fixed `Event | None` runtime `TypeError` + * ref: Define types at runtime + * Explicit reexport of types + * Add optional `keep_alive` + * Add support for Celery Redbeat cron tasks + * `aws_event` can be an empty list + * Re-export `Event` in `types.py` + * We added an integration for OpenAI to capture errors and also + performance data when using the OpenAI Python SDK. + * Discard open OpenTelemetry spans after 10 minutes + * Propagate sentry-trace and baggage headers to Huey tasks + * Added Event type + * Improve scrub_dict typing + * Fix compatibility with `greenlet`/`gevent` + * Fix query source relative filepath + * Support `clickhouse-driver==0.2.7` + * Deprecate `last_event_id()`. + * `parsed_url` can be `None` + ------------------------------------------------------------------- Sat Jun 15 19:22:19 UTC 2024 - Fabian Vogt diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index 5ed97a7..be5f85c 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -21,7 +21,7 @@ # ipdb no longer available for python 3.9 %global skip_python39 1 Name: python-sentry-sdk -Version: 1.40.4 +Version: 1.45.0 Release: 0 Summary: Python SDK for Sentry.io License: BSD-2-Clause diff --git a/sentry-python-1.40.4.tar.gz b/sentry-python-1.40.4.tar.gz deleted file mode 100644 index 5e07682..0000000 --- a/sentry-python-1.40.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bf702dcee87ee2c276eeb257e5550a502e7342600e3d4be7e09d6f440a28d13 -size 458601 diff --git a/sentry-python-1.45.0.tar.gz b/sentry-python-1.45.0.tar.gz new file mode 100644 index 0000000..658e350 --- /dev/null +++ b/sentry-python-1.45.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c9ff0874110c5601945d7fe7177e157506c02c40e33b8a180ec14d7ae0cde3 +size 475425