Skip to content

Commit a0c836b

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.7.0'
2 parents 9506913 + 3314307 commit a0c836b

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 2.7.0
4+
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
16+
- Remove Hub from our test suite (#3197) by @antonpirker
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
22+
- build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#3193) by @dependabot
23+
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#3171) by @dependabot
24+
- build(deps): update pytest-asyncio requirement (#3087) by @dependabot
25+
326
## 2.6.0
427

528
- Introduce continuous profiling mode (#2830) by @Zylphrex

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
2929
author = "Sentry Team and Contributors"
3030

31-
release = "2.6.0"
31+
release = "2.7.0"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,4 @@ def _get_default_options():
529529
del _get_default_options
530530

531531

532-
VERSION = "2.6.0"
532+
VERSION = "2.7.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="2.6.0",
24+
version="2.7.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)