|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.43.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- fix(google-genai): Set agent name (#5038) by @sentrivana |
| 8 | +- fix(integrations): hooking into error tracing function to find out if an execute tool span should be set to error (#4986) by @constantinius |
| 9 | +- fix(django): Improve logic for classifying cache hits and misses (#5029) by @alexander-alderman-webb |
| 10 | +- chore(metrics): Rename \_metrics to metrics (#5035) by @alexander-alderman-webb |
| 11 | +- fix(tracemetrics): Bump metric buffer size to 1k (#5031) by @k-fish |
| 12 | +- fix startlette deprecation warning (#5034) by @DeoLeung |
| 13 | +- fix(strawberry): Remove autodetection, always use sync extension (#4984) by @sentrivana |
| 14 | +- ci: 🤖 Update test matrix with new releases (10/27) (#5033) by @github-actions |
| 15 | +- build(deps): bump actions/upload-artifact from 4 to 5 (#5032) by @dependabot |
| 16 | +- ci: Prepare for new major branch, remove potel-base from actions (#5003) by @sentrivana |
| 17 | +- fix(ai): truncate messages for google genai (#4992) by @shellmayr |
| 18 | +- feat(integrations): MCP Python SDK (#4964) by @constantinius |
| 19 | +- feat(integrations): pydantic-ai integration (#4906) by @constantinius |
| 20 | +- fix(ai): add message truncation to litellm (#4973) by @shellmayr |
| 21 | +- feat(langchain): Support v1 (#4874) by @sentrivana |
| 22 | +- ci: Run `common` test suite on Python 3.14t (#4969) by @alexander-alderman-webb |
| 23 | +- feat: Officially support 3.14 & run integration tests on 3.14 (#4974) by @sentrivana |
| 24 | +- Make logger template format safer to missing kwargs (#4981) by @sl0thentr0py |
| 25 | +- tests(huggingface): Support 1.0.0rc7 (#4979) by @alexander-alderman-webb |
| 26 | +- feat: Enable HTTP request code origin by default (#4967) by @alexander-alderman-webb |
| 27 | +- ci: Run `common` test suite on Python 3.14 (#4896) by @sentrivana |
| 28 | +- ci: 🤖 Update test matrix with new releases (10/20) (#4957) by @github-actions |
| 29 | + |
3 | 30 | ## 2.42.1 |
4 | 31 |
|
5 | 32 | ### Various fixes & improvements |
|
0 commit comments