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 1
1
# Changelog
2
2
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
+
3
25
## 2.39.0
4
26
5
27
### 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.39 .0"
34
+ release = "2.40 .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 @@ -1343,4 +1343,4 @@ def _get_default_options():
1343
1343
del _get_default_options
1344
1344
1345
1345
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):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.39 .0" ,
24
+ version = "2.40 .0" ,
25
25
author = "Sentry Team and Contributors" ,
26
26
author_email = "hello@sentry.io" ,
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments