|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements |
6 | 6 |
|
7 | | -- Fix flaky transport test (#3666) by @sentrivana |
8 | 7 | - Add support for async calls in Anthropic and OpenAI integration (#3497) by @vetyy |
9 | | -- fix(spotlight): More defensive Django spotlight middleware injection (#3665) by @BYK |
10 | | -- Allow custom transaction names in asgi (#3664) by @sl0thentr0py |
11 | | -- tests: Falcon RC1 (#3662) by @sentrivana |
12 | | -- build(deps): Remove pin on sphinx (#3650) by @dependabot |
13 | | -- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#3651) by @dependabot |
14 | | -- fix(langchain): handle case when parent span wasn't traced (#3656) by @rbasoalto |
15 | | -- Fix mypy (#3657) by @sentrivana |
| 8 | +- Allow custom transaction names in ASGI (#3664) by @sl0thentr0py |
| 9 | +- Langchain: Handle case when parent span wasn't traced (#3656) by @rbasoalto |
16 | 10 | - Fix Anthropic integration when using tool calls (#3615) by @kwnath |
17 | | -- Test with newer Falcon version (#3653) by @sentrivana |
18 | | -- feat(falcon): Run test suite with Falcon 4.0.0b3 (#3644) by @sentrivana |
19 | | -- Remove ensure_integration_enabled_async (#3632) by @sentrivana |
| 11 | +- More defensive Django Spotlight middleware injection (#3665) by @BYK |
| 12 | +- Remove `ensure_integration_enabled_async` (#3632) by @sentrivana |
| 13 | +- Test with newer Falcon version (#3644, #3653, #3662) by @sentrivana |
| 14 | +- Fix mypy (#3657) by @sentrivana |
| 15 | +- Fix flaky transport test (#3666) by @sentrivana |
| 16 | +- Remove pin on `sphinx` (#3650) by @sentrivana |
| 17 | +- Bump `actions/checkout` from `4.2.0` to `4.2.1` (#3651) by @dependabot |
20 | 18 |
|
21 | 19 | ## 2.16.0 |
22 | 20 |
|
|
0 commit comments