Skip to content

Commit 0c95a73

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.28.0'
2 parents de6856f + c7a17a0 commit 0c95a73

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## 2.28.0
4+
5+
### Various fixes & improvements
6+
7+
- fix(logs): Forward `extra` from logger as attributes (#4374) by @AbhiPrasad
8+
- fix(logs): Canonicalize paths from the logger integration (#4336) by @colin-sentry
9+
- fix(logs): Use new transport (#4317) by @colin-sentry
10+
- fix: Deprecate `set_measurement()` API. (#3934) by @antonpirker
11+
- fix: Put feature flags on isolation scope (#4363) by @antonpirker
12+
- fix: Make use of `SPANDATA` consistent (#4373) by @antonpirker
13+
- fix: Discord link (#4371) by @sentrivana
14+
- tests: Pin snowballstemmer for now (#4372) by @sentrivana
15+
- tests: Regular tox update (#4367) by @sentrivana
16+
- tests: Bump test timeout for recursion stacktrace extract to 2s (#4351) by @booxter
17+
- tests: Fix test_stacktrace_big_recursion failure due to argv (#4346) by @booxter
18+
- tests: Move anthropic under toxgen (#4348) by @sentrivana
19+
- tests: Update tox.ini (#4347) by @sentrivana
20+
- chore: Update GH issue templates for Linear compatibility (#4328) by @stephanie-anderson
21+
- chore: Bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#4358) by @dependabot
22+
323
## 2.27.0
424

525
### Various fixes & improvements

docs/conf.py

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

34-
release = "2.27.0"
34+
release = "2.28.0"
3535
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3636

3737

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,4 +1025,4 @@ def _get_default_options():
10251025
del _get_default_options
10261026

10271027

1028-
VERSION = "2.27.0"
1028+
VERSION = "2.28.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.27.0",
24+
version="2.28.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)