|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.52.0a6 |
| 4 | + |
| 5 | +### Bug Fixes 🐛 |
| 6 | + |
| 7 | +#### Openai Agents |
| 8 | + |
| 9 | +- Patch `execute_final_output()` functions following library refactor by @alexander-alderman-webb in [#5453](https://github.com/getsentry/sentry-python/pull/5453) |
| 10 | +- Patch `execute_handoffs()` functions following library refactor by @alexander-alderman-webb in [#5452](https://github.com/getsentry/sentry-python/pull/5452) |
| 11 | +- Patch `run_single_turn_streamed()` functions following library refactor by @alexander-alderman-webb in [#5451](https://github.com/getsentry/sentry-python/pull/5451) |
| 12 | +- Patch `run_single_turn()` functions following library refactor by @alexander-alderman-webb in [#5450](https://github.com/getsentry/sentry-python/pull/5450) |
| 13 | +- Patch models functions following library refactor by @alexander-alderman-webb in [#5449](https://github.com/getsentry/sentry-python/pull/5449) |
| 14 | +- Patch tool functions following library refactor by @alexander-alderman-webb in [#5445](https://github.com/getsentry/sentry-python/pull/5445) |
| 15 | + |
| 16 | +#### Other |
| 17 | + |
| 18 | +- (anthropic) Fix token accounting by @shellmayr in [#5490](https://github.com/getsentry/sentry-python/pull/5490) |
| 19 | +- (google-genai) Remove agent spans for simple requests by @alexander-alderman-webb in [#5443](https://github.com/getsentry/sentry-python/pull/5443) |
| 20 | + |
| 21 | +### Documentation 📚 |
| 22 | + |
| 23 | +- New integration guide by @alexander-alderman-webb in [#5476](https://github.com/getsentry/sentry-python/pull/5476) |
| 24 | + |
| 25 | +### Internal Changes 🔧 |
| 26 | + |
| 27 | +#### Openai Agents |
| 28 | + |
| 29 | +- Expect new tool fields by @alexander-alderman-webb in [#5471](https://github.com/getsentry/sentry-python/pull/5471) |
| 30 | +- New tool field and library error log by @alexander-alderman-webb in [#5454](https://github.com/getsentry/sentry-python/pull/5454) |
| 31 | + |
| 32 | +#### Other |
| 33 | + |
| 34 | +- (agents) Add sentry skills to be used by warden in CI reviews by @ericapisani in [#5485](https://github.com/getsentry/sentry-python/pull/5485) |
| 35 | +- (ai) Add configuration for dotagents by @ericapisani in [#5480](https://github.com/getsentry/sentry-python/pull/5480) |
| 36 | +- (github) Add warden configuration by @ericapisani in [#5484](https://github.com/getsentry/sentry-python/pull/5484) |
| 37 | +- (repo) Add .serena to .gitignore by @ericapisani in [#5464](https://github.com/getsentry/sentry-python/pull/5464) |
| 38 | +- 🤖 Update test matrix with new releases (02/19) by @github-actions in [#5483](https://github.com/getsentry/sentry-python/pull/5483) |
| 39 | +- 🤖 Update test matrix with new releases (02/18) by @github-actions in [#5475](https://github.com/getsentry/sentry-python/pull/5475) |
| 40 | +- Use fixed clickhouse action, remove aws-sam-cli dependency by @sentrivana in [#5457](https://github.com/getsentry/sentry-python/pull/5457) |
| 41 | + |
| 42 | +### Other |
| 43 | + |
| 44 | +- [do not merge] feat: Span streaming & new span API by @sentrivana in [#5317](https://github.com/getsentry/sentry-python/pull/5317) |
| 45 | +- Update CHANGELOG.md by @alexander-alderman-webb in [f75a9ac1](https://github.com/getsentry/sentry-python/commit/f75a9ac1059b648644c05189deffd3c7ddc0931a) |
| 46 | +- Update CHANGELOG.md by @alexander-alderman-webb in [b700fa85](https://github.com/getsentry/sentry-python/commit/b700fa85d8d722891ad84cefaec73a9aeeaafa16) |
| 47 | +- release: 2.53.0 by @alexander-alderman-webb in [45379e20](https://github.com/getsentry/sentry-python/commit/45379e206c992d5f5ab782b1e13dc609cedbdd5f) |
| 48 | + |
3 | 49 | ## 2.52.0a5 |
4 | 50 |
|
5 | 51 | This is an alpha release for internal testing of span streaming. |
|
0 commit comments