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.45.0
4+
5+ ### Various fixes & improvements
6+
7+ - fix: Cast message and detail attributes before appending exception notes (#5114) by @alexander-alderman-webb
8+ - fix(integrations): ensure that GEN_AI_AGENT_NAME is properly set for GEN_AI spans under an invoke_agent span (#5030) by @constantinius
9+ - test: add tests for either FastMCP implementation (#5075) by @constantinius
10+ - feat: Attach `server.address` to metrics (#5113) by @alexander-alderman-webb
11+ - chore: Deprecate description truncation option for Redis spans (#5073) by @alexander-alderman-webb
12+ - chore: Deprecate `max_spans` LangChain parameter (#5074) by @alexander-alderman-webb
13+ - fix(logs): Update `sentry.origin` (#5112) by @sentrivana
14+ - chore(toxgen): Check availability of pip and add detail to exceptions (#5076) by @alexander-alderman-webb
15+ - chore: add MCP SDK Pydantic AI and OpenAI Agents to the list of auto enabled integrations (#5111) by @constantinius
16+ - ci: 🤖 Update test matrix with new releases (11/17) (#5110) by @github-actions
17+ - fix(ci): Re-enable skipped tests (#5104) by @sentrivana
18+ - Force coverage core ctrace for 3.14 (#5108) by @sl0thentr0py
19+ - feat(integrations): implement context management for invoke_agent spans (#5089) by @constantinius
20+ - feat(loguru): Capture extra (#5096) by @sentrivana
21+ - OTLPIntegration (#4877) by @sl0thentr0py
22+
323## 2.44.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.44 .0"
34+ release = "2.45 .0"
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -1442,4 +1442,4 @@ def _get_default_options():
14421442del _get_default_options
14431443
14441444
1445- VERSION = "2.44 .0"
1445+ VERSION = "2.45 .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.44 .0" ,
24+ version = "2.45 .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