File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.40.0
4+
5+ ### Various fixes & improvements
6+
7+ - fix(litestar): Copy request info to prevent cookies mutation (#4883) by @alexander-alderman-webb
8+ - ci: 🤖 Update test matrix with new releases (10/06) (#4890) by @github-actions
9+ - ci: 🤖 Update test matrix with new releases (10/06) (#4889) by @github-actions
10+ - feat(huggingface): Support 1.0.0rc2 (#4873) by @sentrivana
11+ - feat(integrations): add litellm integration (#4864) by @constantinius
12+ - feat(integrations): Add tracing to DramatiqIntegration (#4571) by @Igreh
13+ - fix(tests): Don't assume release is set (#4879) by @sentrivana
14+ - ci: 🤖 Update test matrix with new releases (10/02) (#4880) by @github-actions
15+ - fix(openai-agents): also emit spans for MCP tool calls done by the LLM (#4875) by @constantinius
16+ - feat: Option to not trace HTTP requests based on status codes (#4869) by @alexander-alderman-webb
17+ - fix(openai-agents): Move _set_agent_data call to ai_client_span function (#4876) by @constantinius
18+ - ci: 🤖 Update test matrix with new releases (09/29) (#4872) by @github-actions
19+ - build(deps): update shibuya requirement from <2025.9.22 (#4871) by @dependabot
20+ - feat: Add script to determine lowest supported versions (#4867) by @sentrivana
21+ - docs: Update CONTRIBUTING.md (#4870) by @sentrivana
22+ - ci: Replace `black` and `flake8` with `ruff`. (#4866) by @antonpirker
23+ - feat(toxgen): Generate `TESTPATH` for integrated test suites (#4863) by @sentrivana
24+
325## 2.39.0
426
527### 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.39 .0"
34+ release = "2.40 .0"
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -1343,4 +1343,4 @@ def _get_default_options():
13431343del _get_default_options
13441344
13451345
1346- VERSION = "2.39 .0"
1346+ VERSION = "2.40 .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.39 .0" ,
24+ version = "2.40 .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