Skip to content

Commit a778024

Browse files
authored
ref(changelog): Update CHANGELOG for version 3.0.0a6 release
1 parent 9ebf102 commit a778024

File tree

1 file changed

+17
-26
lines changed

1 file changed

+17
-26
lines changed

CHANGELOG.md

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

33
## 3.0.0a6
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.
610

7-
- Add experimental async transport (#4572) by @sl0thentr0py
8-
- Update tox.ini (#3152) by @sl0thentr0py
9-
- Fix clickhouse logic for generator case (#4722) by @sl0thentr0py
10-
- Fix langchain merge (#3152) by @sl0thentr0py
11-
- Fix some typing after merge (#3152) by @sl0thentr0py
12-
- Fix is_transaction check in client after merge (#3152) by @sl0thentr0py
13-
- Update tox.ini (#4721) by @sentrivana
14-
- Update CHANGELOG.md (fb4faf60) by @sentrivana
15-
- release: 2.35.1 (c2a21aad) by @getsentry-bot
16-
- fix(openai-agents): Isolate agent run (#4720) by @sentrivana
17-
- fixed tests for new openai-agents (#3152) by @sl0thentr0py
18-
- updated tests (#3152) by @sl0thentr0py
19-
- Replaced set_data calls with set_attributes (#3152) by @sl0thentr0py
20-
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#4709) by @dependabot
21-
- build(deps): bump actions/setup-java from 4 to 5 (#4716) by @dependabot
22-
- build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#4717) by @dependabot
23-
- build(deps): bump actions/create-github-app-token from 2.1.0 to 2.1.1 (#4710) by @dependabot
24-
- fix(tracing): Do not attach stacktrace to transaction (#4713) by @Zylphrex
25-
- update changelog (5eafb784) by @antonpirker
26-
- updated changelog (895c3cd6) by @antonpirker
27-
- release: 2.35.0 (71f61af1) by @getsentry-bot
28-
- feat(langchain): update integration to from ai.* to gen_ai.* span attributes (#4678) by @shellmayr
29-
- Add async span context manager (#4680) by @sl0thentr0py
30-
- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#4684) by @dependabot
11+
Looking to upgrade from Sentry SDK 2.x to 3.x? See the
12+
[full 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 your feedback. How was the migration? Is everything working as expected? Is
19+
*nothing* working as expected? Something in between? Please let us know
20+
[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
21+
[on Discord](https://discord.com/invite/Ww9hbqr).
3122

32-
_Plus 12 more_
23+
This version also adds an experimental async transport option. It can be enabled by passing "transport_async=true" in the experiments dict on sentry_sdk.init().
3324

3425
## 3.0.0a5
3526

0 commit comments

Comments
 (0)