|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements |
6 | 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_ |
| 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 | +- Fix(AI): Make agents integrations set the span status in case of error (#4820) by @antonpirker |
| 12 | +- Fix(dedupe): Use weakref in dedupe where possible (#4834) by @sl0thentr0py |
| 13 | +- 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 |
| 15 | +- Fix(OpenAI): Don't swallow userland exceptions in openai (#4861) by @sl0thentr0py |
| 16 | +- Docs: Update contributing guidelines with instructions to run tests with tox (#4857) by @alexander-alderman-webb |
| 17 | +- 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 |
| 32 | + |
33 | 33 |
|
34 | 34 | ## 2.38.0 |
35 | 35 |
|
|
0 commit comments