|
2 | 2 |
|
3 | 3 | ## 2.7.0
|
4 | 4 |
|
5 |
| -### Various fixes & improvements |
6 |
| - |
7 |
| -- Do not raise error when channels is not installed (#3203) by @antonpirker |
8 |
| -- Set up typing for OTel (#3168) by @sentrivana |
9 |
| -- feat(otel): Autoinstrumentation skeleton (#3143) by @sentrivana |
10 |
| -- Update our Codecov setup (#3190) by @antonpirker |
| 5 | +- Add `origin` to spans and transactions (#3133) by @antonpirker |
| 6 | +- OTel: Set up typing for OTel (#3168) by @sentrivana |
| 7 | +- OTel: Auto instrumentation skeleton (#3143) by @sentrivana |
| 8 | +- OpenAI: If there is an internal error, still return a value (#3192) by @colin-sentry |
| 9 | +- MongoDB: Add MongoDB collection span tag (#3182) by @0Calories |
| 10 | +- MongoDB: Change span operation from `db.query` to `db` (#3186) by @0Calories |
| 11 | +- MongoDB: Remove redundant command name in query description (#3189) by @0Calories |
| 12 | +- Apache Spark: Fix spark driver integration (#3162) by @seyoon-lim |
| 13 | +- Apache Spark: Add Spark test suite to tox.ini and to CI (#3199) by @sentrivana |
| 14 | +- Codecov: Add failed test commits in PRs (#3190) by @antonpirker |
| 15 | +- Update library, Python versions in tests (#3202) by @sentrivana |
11 | 16 | - Remove Hub from our test suite (#3197) by @antonpirker
|
12 |
| -- tests: Update library, Python versions (#3202) by @sentrivana |
13 |
| -- fix(tests): Add Spark testsuite to tox.ini and to CI (#3199) by @sentrivana |
14 |
| -- ref(typing): Add additional stub packages for type checking (#3122) by @Daverball |
15 |
| -- ref(ci): Create a separate test group for AI (#3198) by @sentrivana |
16 |
| -- Fix spark driver integration (#3162) by @seyoon-lim |
| 17 | +- Use env vars for default CA cert bundle location (#3160) by @DragoonAethis |
| 18 | +- Create a separate test group for AI (#3198) by @sentrivana |
| 19 | +- Add additional stub packages for type checking (#3122) by @Daverball |
| 20 | +- Proper naming of requirements files (#3191) by @antonpirker |
| 21 | +- Pinning pip because new version does not work with some versions of Celery and Httpx (#3195) by @antonpirker |
17 | 22 | - build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#3193) by @dependabot
|
18 | 23 | - build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#3171) by @dependabot
|
19 |
| -- feat(pymongo): Add MongoDB collection span tag (#3182) by @0Calories |
20 |
| -- feat(transport): Use env vars for default CA cert bundle location (#3160) by @DragoonAethis |
21 |
| -- ref(pymongo): Change span operation from `db.query` to `db` (#3186) by @0Calories |
22 |
| -- Add `origin` to spans and transactions (#3133) by @antonpirker |
23 |
| -- Propper naming of requirements files (#3191) by @antonpirker |
24 |
| -- Pinning pip because new version does not work with some versions of Celery and Httpx (#3195) by @antonpirker |
25 |
| -- If there is an internal error, still return a value (#3192) by @colin-sentry |
26 |
| -- ref(pymongo): Remove redundant command name in query description (#3189) by @0Calories |
27 |
| -- build(deps-dev): update pytest-asyncio requirement (#3087) by @dependabot |
| 24 | +- build(deps): update pytest-asyncio requirement (#3087) by @dependabot |
28 | 25 |
|
29 | 26 | ## 2.6.0
|
30 | 27 |
|
|
0 commit comments