Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jun 26, 2024
1 parent e60c0b6 commit 3314307
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3314307

Please sign in to comment.