|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 3.0.0a3 |
| 4 | + |
| 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 | + |
3 | 34 | ## 3.0.0a2
|
4 | 35 |
|
5 | 36 | We're excited to announce that version 3.0 of the Sentry Python SDK is now
|
|
0 commit comments