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