Opened 4 months ago

Closed 2 months ago

#20684 closed enhancement (fixed)

sentry_sdk-2.20.0 (Python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (6)

comment:1 by Bruce Dubbs, 4 months ago

I checked github and counted 43 releases this year, not counting release candidates. Thas about one every 8 days. Perhaps we should wait until January.

comment:2 by Bruce Dubbs, 4 months ago

Milestone: 12.399-Waiting
Summary: sentry_sdk-2.19.0 (Python module)sentry_sdk-2.19.0 (Python module) (Wait until January)

Move to waiting.

comment:3 by Bruce Dubbs, 2 months ago

Milestone: 99-Waiting12.3
Summary: sentry_sdk-2.19.0 (Python module) (Wait until January)sentry_sdk-2.20.0 (Python module)

Now version 2.20.0.

comment:4 by Bruce Dubbs, 2 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:5 by Bruce Dubbs, 2 months ago

2.20.0

  • New integration: Add Typer integration
  • For more information, see the documentation for the TyperIntegration.
  • New integration: Add Unleash feature flagging integration For more information, see the documentation for the UnleashIntegration.
  • Add custom tracking of feature flag evaluations
  • Feature Flags: Register LD hook in setup instead of init, and don't check for initialization
  • Feature Flags: Moved adding of flags context into Scope
  • Create a separate group for feature flag test suites
  • Fix flaky LaunchDarkly tests
  • Fix LRU cache copying
  • Fix cache pollution from mutable reference
  • Centralize minimum version checking
  • Support SparkIntegration activation after SparkContext created
  • Preserve ARQ enqueue_job kwdefaults after patching
  • Add Github workflow to comment on issues when a fix was released
  • Update test matrix for Sanic
  • Rename scripts
  • Fix CI
  • Treat potel-base as release branch in CI
  • build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1
  • build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1
  • build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2

2.19.2 Various fixes & improvements

  • Deepcopy and ensure get_all function always terminates
  • Cleanup chalice test environment

2.19.1 Various fixes & improvements

  • Fix errors when instrumenting Django cache
  • Copy scope.client reference as well
  • Don't give up on Spotlight on 3 errors
  • Add missing stack frames
  • Fix wrong metadata type in async gRPC interceptor
  • Rename launch darkly hook to match JS SDK
  • Script for checking if our instrumented libs are Python 3.13 compatible
  • Improve Ray tests
  • Test with Celery 5.5.0rc3
  • Fix asyncio testing setup
  • Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • Fix CI
  • Use new ClickHouse GH action

2.19.0 Various fixes & improvements

  • New: introduce rust_tracing integration. See https://docs.sentry.io/platforms/python/integrations/rust_tracing/
  • 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
  • chore: Shorten CI workflow names
  • chore: Test with pyspark prerelease
  • build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2
  • build(deps): bump actions/checkout from 4.2.1 to 4.2.2

comment:6 by Bruce Dubbs, 2 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

a3409e3cbe Update to sentry_sdk-2.20.0 (Python module).
ce6d434cd9 pdate to mlt-7.30.0.
Note: See TracTickets for help on using tickets.