22
33## 3.0.0a3
44
5- ### Various fixes & improvements
6-
7- - fix(integrations): allow explicit op parameter in `ai_track` (#4597) by @mshavliuk
8- - fix: Fix `abs_path` bug in `serialize_frame` (#4599) by @szokeasaurusrex
9- - Remove pyrsistent from test dependencies (#4588) by @musicinmybrain
10- - Setup opentelemetry patch only once (#4595) by @sl0thentr0py
11- - Don't use remote server in tests.. (#3152) by @sl0thentr0py
12- - Fix merge (#3152) by @sl0thentr0py
13- - Remove explicit __del__'s in threaded classes (#4590) by @sl0thentr0py
14- - ci: Check strictly for success (#4589) by @szokeasaurusrex
15- - test: Remove `test_installed_modules` (#4593) by @szokeasaurusrex
16- - Remove forked from test_transport, separate gevent tests and generalize capturing_server to be module level (#4577) by @sl0thentr0py
17- - Improve token usage recording (#4566) by @antonpirker
18- - Remove eventlet support (#4584) by @sl0thentr0py
19- - meta: Update CHANGELOG.md (98b107fd) by @szokeasaurusrex
20- - release: 2.33.0 (220a235b) by @getsentry-bot
21- - feat(langchain): Support `BaseCallbackManager` (#4486) by @szokeasaurusrex
22- - tests: Regenerate tox.ini (#4583) by @sentrivana
23- - Add custom sampling context testcases (#4579) by @sl0thentr0py
24- - feat(tracing): Add option to exclude specific span origins (#4463) by @sl0thentr0py
25- - Cleanup op and description mapping (#4560) by @sl0thentr0py
26- - Remove all forked markers in test_api (#4576) by @sl0thentr0py
27- - Remove forked marker in client uwsgi test (#4575) by @sl0thentr0py
28- - Fix pytest collection warning (#4574) by @sl0thentr0py
29- - Remove print statements from excepthook test (#4573) by @sl0thentr0py
30- - Use `span.data` instead of `measurements` for token usage (#4567) by @antonpirker
31-
32- _Plus 42 more_
33-
34- ## 3.0.0a2
35-
365We're excited to announce that version 3.0 of the Sentry Python SDK is now
376available. This release is the result of a long-term effort to use OpenTelemetry
387under the hood for tracing. This switch opens the door for us to leverage the
@@ -51,25 +20,23 @@ for your feedback. How was the migration? Is everything working as expected? Is
5120[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
5221[on Discord](https://discord.com/invite/Ww9hbqr).
5322
54- ## 3.0.0a1
23+ ## 2.33.2
5524
56- We're excited to announce that version 3.0 of the Sentry Python SDK is now
57- available. This release is the result of a long-term effort to use OpenTelemetry
58- under the hood for tracing. This switch opens the door for us to leverage the
59- full power of OpenTelemetry, so stay tuned for more integrations and features
60- in future releases.
25+ ### Various fixes & improvements
6126
62- Looking to upgrade from Sentry SDK 2.x to 3.x? See the
63- [full list of changes](MIGRATION_GUIDE.md) for a comprehensive overview
64- of what's changed. Looking for a more digestible summary? See the
65- [migration guide in the docs](https://docs.sentry.io/platforms/python/migration/2.x-to-3.x)
66- 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
6729
68- ⚠️ This is a pre-release. If you feel like taking it for a spin, we'd be grateful
69- for your feedback. How was the migration? Is everything working as expected? Is
70- *nothing* working as expected? Something in between? Please let us know
71- [on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
72- [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
7340
7441## 2.33.0
7542
0 commit comments