Skip to content

Commit 8ae0907

Browse files
committed
release: 2.6.0
1 parent 108c521 commit 8ae0907

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

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

3+
## 2.6.0
4+
5+
### SDK Core (ongoing)
6+
7+
By: @spladug (#3072)
8+
9+
### Continuous Profiling (ongoing)
10+
11+
By: @Zylphrex (#2830)
12+
13+
### Various fixes & improvements
14+
15+
- Added contributor image to readme (#3183) by @antonpirker
16+
- fix(tracing): Keep original function signature when decorated (#3178) by @sentrivana
17+
- Cleaning up ASGI tests for Django (#3180) by @antonpirker
18+
- Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) by @antonpirker
19+
- Add Celery receive latency (#3174) by @antonpirker
20+
- Add deprecation comment for profiler internals (#3167) by @sentrivana
21+
- ref(metrics): Update type hints for tag values (#3156) by @elramen
22+
- fix(profiling): Move thread data to trace context (#3157) by @Zylphrex
23+
- fix(django): Fix psycopg3 reconnect error (#3111) by @szokeasaurusrex
24+
- build(deps): bump actions/checkout from 4.1.4 to 4.1.6 (#3147) by @dependabot
25+
- build(deps): bump checkouts/data-schemas from `59f9683` to `8c13457` (#3146) by @dependabot
26+
327
## 2.5.1
428

529
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

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.5.1"
31+
release = "2.6.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
@@ -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

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.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)