File tree 4 files changed +23
-3
lines changed
4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## 2.27.0
4
24
5
25
### Various fixes & improvements
Original file line number Diff line number Diff line change 31
31
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
32
32
author = "Sentry Team and Contributors"
33
33
34
- release = "2.27 .0"
34
+ release = "2.28 .0"
35
35
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
36
36
37
37
Original file line number Diff line number Diff line change @@ -1025,4 +1025,4 @@ def _get_default_options():
1025
1025
del _get_default_options
1026
1026
1027
1027
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):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.27 .0" ,
24
+ version = "2.28 .0" ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments