Skip to content

Commit 91cc2bc

Browse files
committed
release: 2.40.0
1 parent bf77a86 commit 91cc2bc

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3232
author = "Sentry Team and Contributors"
3333

34-
release = "2.39.0"
34+
release = "2.40.0"
3535
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3636

3737

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,4 +1343,4 @@ def _get_default_options():
13431343
del _get_default_options
13441344

13451345

1346-
VERSION = "2.39.0"
1346+
VERSION = "2.40.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
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",

0 commit comments

Comments
 (0)