File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.28.0
4+
5+ ### Various fixes & improvements
6+
7+ - feat(logs): Forward extra from logger as attributes (#4374) by @AbhiPrasad
8+ - Make use of `SPANDATA` consistent (#4373) by @antonpirker
9+ - Fix Discord link (#4371) by @sentrivana
10+ - Pin snowballstemmer for now (#4372) by @sentrivana
11+ - tests: Regular tox update (#4367) by @sentrivana
12+ - build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#4358) by @dependabot
13+ - Put feature flags on isolation scope (#4363) by @antonpirker
14+ - tests: bump test timeout for recursion stacktrace extract to 2s (#4351) by @booxter
15+ - feat(ourlogs): canonicalize paths from the logger integration (#4336) by @colin-sentry
16+ - chore(ourlogs): Use new transport (#4317) by @colin-sentry
17+ - tests: fix test_stacktrace_big_recursion failure due to argv (#4346) by @booxter
18+ - tests: Move anthropic under toxgen (#4348) by @sentrivana
19+ - Deprecate `set_measurement()` API. (#3934) by @antonpirker
20+ - tests: Update tox.ini (#4347) by @sentrivana
21+ - Update GH issue templates for Linear compatibility (#4328) by @stephanie-anderson
22+
323## 2.27.0
424
525### Various fixes & improvements
Original file line number Diff line number Diff line change 3131copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
3232author = "Sentry Team and Contributors"
3333
34- release = "2.27 .0"
34+ release = "2.28 .0"
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -1025,4 +1025,4 @@ def _get_default_options():
10251025del _get_default_options
10261026
10271027
1028- VERSION = "2.27 .0"
1028+ VERSION = "2.28 .0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "2.27 .0" ,
24+ version = "2.28 .0" ,
2525 author = "Sentry Team and Contributors" ,
26262727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments