File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.41.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat(metrics): Add trace metrics behind an experiments flag (#4898) by @k-fish
8
+ - ref: Remove "experimental" from log func name (#4901) by @sentrivana
9
+ - chore: Remove old metrics code (#4899) by @sentrivana
10
+ - ci: Bump Python version for linting (#4897) by @sentrivana
11
+ - feat: Add concurrent.futures patch to threading integration (#4770) by @alexander-alderman-webb
12
+ - fix(ai): add mapping for gen_ai message roles (#4884) by @shellmayr
13
+ - ci: Remove toxgen check (#4892) by @sentrivana
14
+
3
15
## 2.40.0
4
16
5
17
### 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.40 .0"
34
+ release = "2.41 .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 @@ -1339,4 +1339,4 @@ def _get_default_options():
1339
1339
del _get_default_options
1340
1340
1341
1341
1342
- VERSION = "2.40 .0"
1342
+ VERSION = "2.41 .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.40 .0" ,
24
+ version = "2.41 .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