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 11# Changelog
22
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+
315## 2.40.0
416
517### 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.40 .0"
34+ release = "2.41 .0"
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -1339,4 +1339,4 @@ def _get_default_options():
13391339del _get_default_options
13401340
13411341
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):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "2.40 .0" ,
24+ version = "2.41 .0" ,
2525 author = "Sentry Team and Contributors" ,
2626 author_email = "hello@sentry.io" ,
2727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments