File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-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: Add `concurrent.futures` patch to threading integration (#4770) by @alexander-alderman-webb
8+
9+ The SDK now makes sure to automatically preserve span relationships when using `ThreadPoolExecutor`.
10+ - chore: Remove old metrics code (#4899) by @sentrivana
11+
12+ Removed all code related to the deprecated experimental metrics feature (`sentry_sdk.metrics`).
13+ - ref: Remove "experimental" from log function name (#4901) by @sentrivana
14+ - fix(ai): Add mapping for gen_ai message roles (#4884) by @shellmayr
15+ - feat(metrics): Add trace metrics behind an experiments flag (#4898) by @k-fish
16+
317## 2.40.0
418
519### 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" ,
26262727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments