File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## 2.6.0
4
27
5
28
- Introduce continuous profiling mode (#2830) by @Zylphrex
Original file line number Diff line number Diff line change 28
28
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
29
29
author = "Sentry Team and Contributors"
30
30
31
- release = "2.6 .0"
31
+ release = "2.7 .0"
32
32
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
33
33
34
34
Original file line number Diff line number Diff line change @@ -529,4 +529,4 @@ def _get_default_options():
529
529
del _get_default_options
530
530
531
531
532
- VERSION = "2.6 .0"
532
+ VERSION = "2.7 .0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.6 .0" ,
24
+ version = "2.7 .0" ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments