11# Changelog
22
3- ## 3.0.0a2
3+ ## 3.0.0a3
44
55We're excited to announce that version 3.0 of the Sentry Python SDK is now
66available. This release is the result of a long-term effort to use OpenTelemetry
@@ -20,25 +20,23 @@ for your feedback. How was the migration? Is everything working as expected? Is
2020[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
2121[on Discord](https://discord.com/invite/Ww9hbqr).
2222
23- ## 3.0.0a1
23+ ## 2.33.2
2424
25- We're excited to announce that version 3.0 of the Sentry Python SDK is now
26- available. This release is the result of a long-term effort to use OpenTelemetry
27- under the hood for tracing. This switch opens the door for us to leverage the
28- full power of OpenTelemetry, so stay tuned for more integrations and features
29- in future releases.
25+ ### Various fixes & improvements
3026
31- Looking to upgrade from Sentry SDK 2.x to 3.x? See the
32- [full list of changes](MIGRATION_GUIDE.md) for a comprehensive overview
33- of what's changed. Looking for a more digestible summary? See the
34- [migration guide in the docs](https://docs.sentry.io/platforms/python/migration/2.x-to-3.x)
35- with the most common migration patterns.
27+ - ref(spotlight): Do not import `sentry_sdk.spotlight` unless enabled (#4607) by @sentrivana
28+ - ref(gnu-integration): update clickhouse stacktrace parsing (#4598) by @MeredithAnya
3629
37- ⚠️ This is a pre-release. If you feel like taking it for a spin, we'd be grateful
38- for your feedback. How was the migration? Is everything working as expected? Is
39- *nothing* working as expected? Something in between? Please let us know
40- [on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
41- [on Discord](https://discord.com/invite/Ww9hbqr).
30+ ## 2.33.1
31+
32+ ### Various fixes & improvements
33+
34+ - fix(integrations): allow explicit op parameter in `ai_track` (#4597) by @mshavliuk
35+ - fix: Fix `abs_path` bug in `serialize_frame` (#4599) by @szokeasaurusrex
36+ - Remove pyrsistent from test dependencies (#4588) by @musicinmybrain
37+ - Remove explicit `__del__`'s in threaded classes (#4590) by @sl0thentr0py
38+ - Remove forked from test_transport, separate gevent tests and generalize capturing_server to be module level (#4577) by @sl0thentr0py
39+ - Improve token usage recording (#4566) by @antonpirker
4240
4341## 2.33.0
4442
0 commit comments