Skip to content

Commit 47d6aed

Browse files
committed
Update changelog
1 parent 162dc40 commit 47d6aed

File tree

1 file changed

+17
-27
lines changed

1 file changed

+17
-27
lines changed

CHANGELOG.md

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,24 @@
22

33
## 3.0.0a1
44

5-
### Various fixes & improvements
5+
We're excited to announce that version 3.0 of the Sentry Python SDK is now
6+
available. This release is the result of a long-term effort to use OpenTelemetry
7+
under the hood for tracing. This switch opens the door for us to leverage the
8+
full power of OpenTelemetry, so stay tuned for more integrations and features
9+
in future releases.
10+
11+
Looking to upgrade from Sentry SDK 2.x to 3.x? See the
12+
[full, detailed list of changes](MIGRATION_GUIDE.md) for a comprehensive overview
13+
of what's changed. Looking for a more digestible summary? See the
14+
[migration guide in the docs](https://docs.sentry.io/platforms/python/migration/2.x-to-3.x)
15+
with the most common migration patterns.
16+
17+
⚠️ This is a pre-release. If you feel like taking it for a spin, we'd be grateful
18+
for any feedback. How was the migration? Is everything working as expected? Is
19+
*nothing* working as expected? Please let us know
20+
[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
21+
[on Discord](https://discord.gg/wdNEHETs87).
622

7-
- Update version in setup.py (#3152) by @sl0thentr0py
8-
- Update version (#3152) by @sl0thentr0py
9-
- Add thread info to HTTP breadcrumbs (#4368) by @sl0thentr0py
10-
- tests: Regular tox update (#4367) by @sentrivana
11-
- build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#4358) by @dependabot
12-
- Put feature flags on isolation scope (#4363) by @antonpirker
13-
- Add top level API for `add_atttachment`. (#4360) by @sl0thentr0py
14-
- Fix FastAPI recursive exceptions (#4334) by @sl0thentr0py
15-
- Respect parent_sampled decision in propagation_context sentry-trace header (#4356) by @sl0thentr0py
16-
- Add logger.debug for sampler decisions for root spans (#4355) by @sl0thentr0py
17-
- Fix feature flags in potel (#4353) by @sl0thentr0py
18-
- Fix migration guide formatting (#3152) by @sl0thentr0py
19-
- tests: bump test timeout for recursion stacktrace extract to 2s (#4351) by @booxter
20-
- feat(ourlogs): canonicalize paths from the logger integration (#4336) by @colin-sentry
21-
- chore(ourlogs): Use new transport (#4317) by @colin-sentry
22-
- tests: fix test_stacktrace_big_recursion failure due to argv (#4346) by @booxter
23-
- tests: Move anthropic under toxgen (#4348) by @sentrivana
24-
- Deprecate `set_measurement()` API. (#3934) by @antonpirker
25-
- tests: Update tox.ini (#4347) by @sentrivana
26-
- Traces sample rate default change (#4335) by @sl0thentr0py
27-
- Introduce underscore span attributes (#4331) by @sl0thentr0py
28-
- Add migration note about SentrySpanProcessor and SentryPropagator (#3152) by @sl0thentr0py
29-
- ref: Drop `set_measurement` (#4333) by @sl0thentr0py
30-
- Update GH issue templates for Linear compatibility (#4328) by @stephanie-anderson
31-
32-
_Plus 234 more_
3323

3424
## 2.27.0
3525

0 commit comments

Comments
 (0)