From ba6818b400fb55c434c006645dbaef8a62ce8f66 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Wed, 26 Jun 2024 12:45:11 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 268f7432f4..4b1098d1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,29 +2,26 @@ ## 2.7.0 -### Various fixes & improvements - -- Do not raise error when channels is not installed (#3203) by @antonpirker -- Set up typing for OTel (#3168) by @sentrivana -- feat(otel): Autoinstrumentation skeleton (#3143) by @sentrivana -- Update our Codecov setup (#3190) by @antonpirker +- Add `origin` to spans and transactions (#3133) by @antonpirker +- OTel: Set up typing for OTel (#3168) by @sentrivana +- OTel: Auto instrumentation skeleton (#3143) by @sentrivana +- OpenAI: If there is an internal error, still return a value (#3192) by @colin-sentry +- MongoDB: Add MongoDB collection span tag (#3182) by @0Calories +- MongoDB: Change span operation from `db.query` to `db` (#3186) by @0Calories +- MongoDB: Remove redundant command name in query description (#3189) by @0Calories +- Apache Spark: Fix spark driver integration (#3162) by @seyoon-lim +- Apache Spark: Add Spark test suite to tox.ini and to CI (#3199) by @sentrivana +- Codecov: Add failed test commits in PRs (#3190) by @antonpirker +- Update library, Python versions in tests (#3202) by @sentrivana - Remove Hub from our test suite (#3197) by @antonpirker -- tests: Update library, Python versions (#3202) by @sentrivana -- fix(tests): Add Spark testsuite to tox.ini and to CI (#3199) by @sentrivana -- ref(typing): Add additional stub packages for type checking (#3122) by @Daverball -- ref(ci): Create a separate test group for AI (#3198) by @sentrivana -- Fix spark driver integration (#3162) by @seyoon-lim +- Use env vars for default CA cert bundle location (#3160) by @DragoonAethis +- Create a separate test group for AI (#3198) by @sentrivana +- Add additional stub packages for type checking (#3122) by @Daverball +- Proper naming of requirements files (#3191) by @antonpirker +- Pinning pip because new version does not work with some versions of Celery and Httpx (#3195) by @antonpirker - build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#3193) by @dependabot - build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#3171) by @dependabot -- feat(pymongo): Add MongoDB collection span tag (#3182) by @0Calories -- feat(transport): Use env vars for default CA cert bundle location (#3160) by @DragoonAethis -- ref(pymongo): Change span operation from `db.query` to `db` (#3186) by @0Calories -- Add `origin` to spans and transactions (#3133) by @antonpirker -- Propper naming of requirements files (#3191) by @antonpirker -- Pinning pip because new version does not work with some versions of Celery and Httpx (#3195) by @antonpirker -- If there is an internal error, still return a value (#3192) by @colin-sentry -- ref(pymongo): Remove redundant command name in query description (#3189) by @0Calories -- build(deps-dev): update pytest-asyncio requirement (#3087) by @dependabot +- build(deps): update pytest-asyncio requirement (#3087) by @dependabot ## 2.6.0