|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.39.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- Don't swallow userland exceptions in openai (#4861) by @sl0thentr0py |
| 8 | +- feat(toxgen): Remove timestamp prone to merge conflicts (#4860) by @sentrivana |
| 9 | +- chore: Slim down test matrix (#4856) by @sentrivana |
| 10 | +- docs: Update contributing guidelines with instructions to run tests with tox (#4857) by @alexander-alderman-webb |
| 11 | +- chore: Clean up toxgen (#4855) by @sentrivana |
| 12 | +- feat(toxgen): Cache release data (#4835) by @sentrivana |
| 13 | +- fix(AI): Make agents integrations set the span status in case of error (#4820) by @antonpirker |
| 14 | +- fix(langchain): don't record tool call output if not include_prompt / should_send_default_pii (#4836) by @shellmayr |
| 15 | +- build(deps): bump actions/setup-python from 5 to 6 (#4830) by @dependabot |
| 16 | +- fix: Pin shibuya (#4839) by @sentrivana |
| 17 | +- Use weakref in dedupe where possible (#4834) by @sl0thentr0py |
| 18 | +- tests: Remove old system for checking for regressions (#4826) by @sentrivana |
| 19 | +- ci: 🤖 Update test matrix with new releases (09/22) (#4831) by @github-actions |
| 20 | +- tests: Move requests under toxgen (#4825) by @sentrivana |
| 21 | +- tests: Move rq under toxgen (#4818) by @sentrivana |
| 22 | +- tests: Move redis under toxgen (#4824) by @sentrivana |
| 23 | +- test(spark): Improve `test_spark` speed (#4822) by @mgaligniana |
| 24 | +- tests: Move httpx under toxgen (#4780) by @sentrivana |
| 25 | +- tests: Move ray under toxgen (#4810) by @sentrivana |
| 26 | +- tests: Move sanic under toxgen & add option to control how many releases to pick (#4767) by @sentrivana |
| 27 | +- ci: 🤖 Update test matrix with new releases (09/18) (#4816) by @github-actions |
| 28 | +- tests: Move pure_eval under toxgen (#4815) by @sentrivana |
| 29 | +- fix(Django): Avoid evaluating complex Django object in span.data/span.attributes (#4804) by @antonpirker |
| 30 | +- fix: Fix links to files in toxgen PRs (#4807) by @sentrivana |
| 31 | + |
| 32 | +_Plus 5 more_ |
| 33 | + |
3 | 34 | ## 2.38.0
|
4 | 35 |
|
5 | 36 | ### Various fixes & improvements
|
|
0 commit comments