diff --git a/CHANGELOG.md b/CHANGELOG.md index 295da75..ed0c1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,127 @@ # CHANGELOG +## v0.25.8 (2024-11-21) + +### Bug Fixes + +- **deps**: Update dependency sentry-sdk to v2.19.0 + ([#777](https://github.com/MartinBernstorff/Memium/pull/777), + [`e5849dd`](https://github.com/MartinBernstorff/Memium/commit/e5849ddb81232caca8ec59395d2c5073ac5f3b58)) + +This PR contains the following updates: + +| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | + [sentry-sdk](https://redirect.github.com/getsentry/sentry-python) + ([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | + `==2.18.0` -> `==2.19.0` | + [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.18.0/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.18.0/2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) + | + +--- + +### Release Notes + +
getsentry/sentry-python (sentry-sdk) + +### [`v2.19.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2190) + +[Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.18.0...2.19.0) + +##### Various fixes & improvements + +- New: introduce `rust_tracing` integration. See + https://docs.sentry.io/platforms/python/integrations/rust_tracing/ + ([#​3717](https://redirect.github.com/getsentry/sentry-python/issues/3717)) by + [@​matt-codecov](https://redirect.github.com/matt-codecov) - Auto enable Litestar + integration ([#​3540](https://redirect.github.com/getsentry/sentry-python/issues/3540)) by + [@​provinzkraut](https://redirect.github.com/provinzkraut) - Deprecate `sentry_sdk.init` + context manager ([#​3729](https://redirect.github.com/getsentry/sentry-python/issues/3729)) + by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - feat(spotlight): Send + PII to Spotlight when no DSN is set + ([#​3804](https://redirect.github.com/getsentry/sentry-python/issues/3804)) by + [@​BYK](https://redirect.github.com/BYK) - feat(spotlight): Add info logs when Sentry is + enabled ([#​3735](https://redirect.github.com/getsentry/sentry-python/issues/3735)) by + [@​BYK](https://redirect.github.com/BYK) - feat(spotlight): Inject Spotlight button on + Django ([#​3751](https://redirect.github.com/getsentry/sentry-python/issues/3751)) by + [@​BYK](https://redirect.github.com/BYK) - feat(spotlight): Auto enable cache_spans for + Spotlight on DEBUG + ([#​3791](https://redirect.github.com/getsentry/sentry-python/issues/3791)) by + [@​BYK](https://redirect.github.com/BYK) - fix(logging): Handle parameter `stack_info` for + the `LoggingIntegration` + ([#​3745](https://redirect.github.com/getsentry/sentry-python/issues/3745)) by + [@​gmcrocetti](https://redirect.github.com/gmcrocetti) - fix(pure-eval): Make + sentry-sdk\[pure-eval] installable with pip==24.0 + ([#​3757](https://redirect.github.com/getsentry/sentry-python/issues/3757)) by + [@​sentrivana](https://redirect.github.com/sentrivana) - fix(rust_tracing): + include_tracing_fields arg to control unvetted data in rust_tracing integration + ([#​3780](https://redirect.github.com/getsentry/sentry-python/issues/3780)) by + [@​matt-codecov](https://redirect.github.com/matt-codecov) - fix(aws) Fix aws lambda tests + (by reducing event size) + ([#​3770](https://redirect.github.com/getsentry/sentry-python/issues/3770)) by + [@​antonpirker](https://redirect.github.com/antonpirker) - fix(arq): fix integration with + Worker settings as a dict + ([#​3742](https://redirect.github.com/getsentry/sentry-python/issues/3742)) by + [@​saber-solooki](https://redirect.github.com/saber-solooki) - fix(httpx): Prevent Sentry + baggage duplication + ([#​3728](https://redirect.github.com/getsentry/sentry-python/issues/3728)) by + [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix(falcon): Don't + exhaust request body stream + ([#​3768](https://redirect.github.com/getsentry/sentry-python/issues/3768)) by + [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix(integrations): Check + `retries_left` before capturing exception + ([#​3803](https://redirect.github.com/getsentry/sentry-python/issues/3803)) by + [@​malkovro](https://redirect.github.com/malkovro) - fix(openai): Use name instead of + description ([#​3807](https://redirect.github.com/getsentry/sentry-python/issues/3807)) by + [@​sourceful-rob](https://redirect.github.com/sourceful-rob) - test(gcp): Only run GCP tests + when they should ([#​3721](https://redirect.github.com/getsentry/sentry-python/issues/3721)) + by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - chore: Shorten CI + workflow names ([#​3805](https://redirect.github.com/getsentry/sentry-python/issues/3805)) + by [@​sentrivana](https://redirect.github.com/sentrivana) - chore: Test with pyspark + prerelease ([#​3760](https://redirect.github.com/getsentry/sentry-python/issues/3760)) by + [@​sentrivana](https://redirect.github.com/sentrivana) - build(deps): bump + codecov/codecov-action from 4.6.0 to 5.0.2 + ([#​3792](https://redirect.github.com/getsentry/sentry-python/issues/3792)) by + [@​dependabot](https://redirect.github.com/dependabot) - build(deps): bump actions/checkout + from 4.2.1 to 4.2.2 + ([#​3691](https://redirect.github.com/getsentry/sentry-python/issues/3691)) by + [@​dependabot](https://redirect.github.com/dependabot) + +
+ +--- + +### Configuration + +📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no + schedule defined). + +🚦 **Automerge**: Enabled. + +♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. + +🔕 **Ignore**: Close this PR and you won't be reminded about this update again. + +--- + +- [ ] If you want to rebase/retry this PR, check this box + +--- + +This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job + log](https://developer.mend.io/github/MartinBernstorff/Memium). + + + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> + + ## v0.25.7 (2024-11-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 00ec602..98da6ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.7" +version = "0.25.8" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]