|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.58.0a1 |
| 4 | + |
| 5 | +### New Features ✨ |
| 6 | + |
| 7 | +- (ci) Cancel in-progress PR workflows on new commit push by @joshuarli in [#5994](https://github.com/getsentry/sentry-python/pull/5994) |
| 8 | +- Send GenAI spans as V2 envelope items by @alexander-alderman-webb in [#6079](https://github.com/getsentry/sentry-python/pull/6079) |
| 9 | + |
| 10 | +### Bug Fixes 🐛 |
| 11 | + |
| 12 | +- (google_genai) Redact binary data in inline_data and fix multi-part message extraction by @ericapisani in [#5977](https://github.com/getsentry/sentry-python/pull/5977) |
| 13 | +- (profiler) Stop nulling buffer on teardown by @ericapisani in [#6075](https://github.com/getsentry/sentry-python/pull/6075) |
| 14 | + |
| 15 | +### Internal Changes 🔧 |
| 16 | + |
| 17 | +#### Anthropic |
| 18 | + |
| 19 | +- Revert input truncation by @alexander-alderman-webb in [#6113](https://github.com/getsentry/sentry-python/pull/6113) |
| 20 | +- Revert input transformation by @alexander-alderman-webb in [#6108](https://github.com/getsentry/sentry-python/pull/6108) |
| 21 | + |
| 22 | +#### Google Genai |
| 23 | + |
| 24 | +- Revert input truncation by @alexander-alderman-webb in [#6111](https://github.com/getsentry/sentry-python/pull/6111) |
| 25 | +- Revert input transformation by @alexander-alderman-webb in [#6105](https://github.com/getsentry/sentry-python/pull/6105) |
| 26 | + |
| 27 | +#### Langchain |
| 28 | + |
| 29 | +- Revert input truncation by @alexander-alderman-webb in [#6115](https://github.com/getsentry/sentry-python/pull/6115) |
| 30 | +- Revert input transformation by @alexander-alderman-webb in [#6109](https://github.com/getsentry/sentry-python/pull/6109) |
| 31 | + |
| 32 | +#### Litellm |
| 33 | + |
| 34 | +- Revert input truncation by @alexander-alderman-webb in [#6112](https://github.com/getsentry/sentry-python/pull/6112) |
| 35 | +- Revert input transformation by @alexander-alderman-webb in [#6107](https://github.com/getsentry/sentry-python/pull/6107) |
| 36 | + |
| 37 | +#### Pydantic Ai |
| 38 | + |
| 39 | +- Revert input truncation by @alexander-alderman-webb in [#6106](https://github.com/getsentry/sentry-python/pull/6106) |
| 40 | +- Remove dead `Model.request` patch by @alexander-alderman-webb in [#5956](https://github.com/getsentry/sentry-python/pull/5956) |
| 41 | + |
| 42 | +#### Other |
| 43 | + |
| 44 | +- (ai) Revert binary blob truncation by @alexander-alderman-webb in [#6110](https://github.com/getsentry/sentry-python/pull/6110) |
| 45 | +- (langgraph) Revert input truncation by @alexander-alderman-webb in [#6114](https://github.com/getsentry/sentry-python/pull/6114) |
| 46 | +- (openai) Revert input truncation by @alexander-alderman-webb in [#6117](https://github.com/getsentry/sentry-python/pull/6117) |
| 47 | +- (openai-agents) Revert input truncation by @alexander-alderman-webb in [#6116](https://github.com/getsentry/sentry-python/pull/6116) |
| 48 | +- Set explicit base-branch for codecov action by @ericapisani in [#5992](https://github.com/getsentry/sentry-python/pull/5992) |
| 49 | + |
3 | 50 | ## 2.58.0 |
4 | 51 |
|
5 | 52 | ### New Features ✨ |
|
0 commit comments