|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements |
6 | 6 |
|
7 | | -- Make sure to use the default decimal context in our code (#4231) by @antonpirker |
8 | | -- tests: Move aiohttp under toxgen (#4319) by @sentrivana |
9 | | -- tests: Fix version picking in toxgen (#4323) by @sentrivana |
| 7 | +- fix: Make sure to use the default decimal context in our code (#4231) by @antonpirker |
10 | 8 | - fix(integrations): ASGI integration not capture transactions in Websocket (#4293) by @guodong000 |
11 | | -- Make all relevant types public (#4315) by @antonpirker |
12 | | -- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4318) by @dependabot |
13 | | -- test(logs): Avoid failure when running with integrations enabled (#4316) by @rominf |
| 9 | +- feat(typing): Make all relevant types public (#4315) by @antonpirker |
14 | 10 | - feat(spans): Record flag evaluations as span attributes (#4280) by @cmanallen |
15 | | -- toxgen: Remove unused code and rerun (#4313) by @sentrivana |
16 | | -- toxgen: Add cohere (#4304) by @sentrivana |
17 | | -- toxgen: Migrate fastapi (#4302) by @sentrivana |
18 | | -- toxgen: Add huggingface_hub (#4299) by @sentrivana |
19 | | -- toxgen: Add huey (#4298) by @sentrivana |
| 11 | +- test(logs): Avoid failure when running with integrations enabled (#4316) by @rominf |
| 12 | +- tests: Remove unused code and rerun (#4313) by @sentrivana |
| 13 | +- tests: Add cohere to toxgen (#4304) by @sentrivana |
| 14 | +- tests: Migrate fastapi to toxgen (#4302) by @sentrivana |
| 15 | +- tests: Add huggingface_hub to toxgen (#4299) by @sentrivana |
| 16 | +- tests: Add huey to toxgen (#4298) by @sentrivana |
20 | 17 | - tests: Update tox.ini (#4297) by @sentrivana |
| 18 | +- tests: Move aiohttp under toxgen (#4319) by @sentrivana |
| 19 | +- tests: Fix version picking in toxgen (#4323) by @sentrivana |
| 20 | +- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4318) by @dependabot |
21 | 21 |
|
22 | 22 | ## 2.26.1 |
23 | 23 |
|
|
0 commit comments