Skip to content

Commit

Permalink
release: 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 19, 2024
1 parent 108c521 commit 8ae0907
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 2.6.0

### SDK Core (ongoing)

By: @spladug (#3072)

### Continuous Profiling (ongoing)

By: @Zylphrex (#2830)

### Various fixes & improvements

- Added contributor image to readme (#3183) by @antonpirker
- fix(tracing): Keep original function signature when decorated (#3178) by @sentrivana
- Cleaning up ASGI tests for Django (#3180) by @antonpirker
- Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) by @antonpirker
- Add Celery receive latency (#3174) by @antonpirker
- Add deprecation comment for profiler internals (#3167) by @sentrivana
- ref(metrics): Update type hints for tag values (#3156) by @elramen
- fix(profiling): Move thread data to trace context (#3157) by @Zylphrex
- fix(django): Fix psycopg3 reconnect error (#3111) by @szokeasaurusrex
- build(deps): bump actions/checkout from 4.1.4 to 4.1.6 (#3147) by @dependabot
- build(deps): bump checkouts/data-schemas from `59f9683` to `8c13457` (#3146) by @dependabot

## 2.5.1

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "2.5.1"
release = "2.6.0"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,4 +522,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.5.1"
VERSION = "2.6.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="2.5.1",
version="2.6.0",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 8ae0907

Please sign in to comment.