|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.44.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- fix(openai): Check response text is present to avoid AttributeError (#5081) by @alexander-alderman-webb |
| 8 | +- fix(pydantic-ai): Do not fail on new `ToolManager._call_tool()` parameters (#5084) by @alexander-alderman-webb |
| 9 | +- tests(huggingface): Avoid `None` version (#5083) by @alexander-alderman-webb |
| 10 | +- ci: Pin `coverage` version for 3.14 Django tests (#5088) by @alexander-alderman-webb |
| 11 | +- chore: X handle update (#5078) by @cleptric |
| 12 | +- fix(openai-agents): add input messages to errored spans as well (#5077) by @shellmayr |
| 13 | +- fix: Add hard limit to log batcher (#5069) by @alexander-alderman-webb |
| 14 | +- fix: Add hard limit to metrics batcher (#5068) by @alexander-alderman-webb |
| 15 | +- fix(integrations): properly handle exceptions in tool calls (#5065) by @constantinius |
| 16 | +- feat: non-experimental `before_send_metric` option (#5064) by @alexander-alderman-webb |
| 17 | +- feat: non-experimental `enable_metrics` option (#5056) by @alexander-alderman-webb |
| 18 | +- fix(integrations): properly distinguish between network.transport and mcp.transport (#5063) by @constantinius |
| 19 | +- feat(integrations): add ability to auto-deactivate lower-level integrations based on map (#5052) by @shellmayr |
| 20 | +- Fix NOT_GIVEN check in anthropic (#5058) by @sl0thentr0py |
| 21 | +- ci: 🤖 Update test matrix with new releases (11/03) (#5054) by @github-actions |
| 22 | +- Add external_propagation_context support (#5051) by @sl0thentr0py |
| 23 | +- chore: Remove `enable_metrics` option (#5046) by @alexander-alderman-webb |
| 24 | +- Allow new integration setup on the instance with config options (#5047) by @sl0thentr0py |
| 25 | +- ci: Run integration tests on Python 3.14t (#4995) by @alexander-alderman-webb |
| 26 | +- docs: Elaborate on Strawberry autodetection in changelog (#5039) by @sentrivana |
| 27 | + |
3 | 28 | ## 2.43.0 |
4 | 29 |
|
5 | 30 | ### Various fixes & improvements |
|
0 commit comments