Skip to content

Commit 7a8f9be

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.6.0'
2 parents 108c521 + 95d5ab7 commit 7a8f9be

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 2.6.0
4+
5+
- Introduce continuous profiling mode (#2830) by @Zylphrex
6+
- Profiling: Add deprecation comment for profiler internals (#3167) by @sentrivana
7+
- Profiling: Move thread data to trace context (#3157) by @Zylphrex
8+
- Explicitly export cron symbols for typecheckers (#3072) by @spladug
9+
- Cleaning up ASGI tests for Django (#3180) by @antonpirker
10+
- Celery: Add Celery receive latency (#3174) by @antonpirker
11+
- Metrics: Update type hints for tag values (#3156) by @elramen
12+
- Django: Fix psycopg3 reconnect error (#3111) by @szokeasaurusrex
13+
- Tracing: Keep original function signature when decorated (#3178) by @sentrivana
14+
- Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) by @antonpirker
15+
- Added contributor image to readme (#3183) by @antonpirker
16+
- bump actions/checkout from 4.1.4 to 4.1.6 (#3147) by @dependabot
17+
- bump checkouts/data-schemas from `59f9683` to `8c13457` (#3146) by @dependabot
18+
319
## 2.5.1
420

521
This change fixes a regression in our cron monitoring feature, which caused cron checkins not to be sent. The regression appears to have been introduced in version 2.4.0.

docs/conf.py

+1-1
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.5.1"
31+
release = "2.6.0"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,4 @@ def _get_default_options():
522522
del _get_default_options
523523

524524

525-
VERSION = "2.5.1"
525+
VERSION = "2.6.0"

setup.py

+1-1
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.5.1",
24+
version="2.6.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)