|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.7.0 |
| 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 |
| 11 | +- 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 | +- build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#3193) by @dependabot |
| 18 | +- 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 |
| 28 | + |
3 | 29 | ## 2.6.0
|
4 | 30 |
|
5 | 31 | - Introduce continuous profiling mode (#2830) by @Zylphrex
|
|
0 commit comments