Skip to content

Commit 9b497d7

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.44.0'
2 parents c747043 + 137c733 commit 9b497d7

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 2.44.0
4+
5+
### Various fixes & improvements
6+
7+
- fix(openai): Check response text is present to avoid AttributeError (#5081) by @alexander-alderman-webb
8+
- fix(pydantic-ai): Do not fail on new `ToolManager._call_tool()` parameters (#5084) by @alexander-alderman-webb
9+
- tests(huggingface): Avoid `None` version (#5083) by @alexander-alderman-webb
10+
- ci: Pin `coverage` version for 3.14 Django tests (#5088) by @alexander-alderman-webb
11+
- chore: X handle update (#5078) by @cleptric
12+
- fix(openai-agents): add input messages to errored spans as well (#5077) by @shellmayr
13+
- fix: Add hard limit to log batcher (#5069) by @alexander-alderman-webb
14+
- fix: Add hard limit to metrics batcher (#5068) by @alexander-alderman-webb
15+
- fix(integrations): properly handle exceptions in tool calls (#5065) by @constantinius
16+
- feat: non-experimental `before_send_metric` option (#5064) by @alexander-alderman-webb
17+
- feat: non-experimental `enable_metrics` option (#5056) by @alexander-alderman-webb
18+
- fix(integrations): properly distinguish between network.transport and mcp.transport (#5063) by @constantinius
19+
- feat(integrations): add ability to auto-deactivate lower-level integrations based on map (#5052) by @shellmayr
20+
- Fix NOT_GIVEN check in anthropic (#5058) by @sl0thentr0py
21+
- ci: 🤖 Update test matrix with new releases (11/03) (#5054) by @github-actions
22+
- Add external_propagation_context support (#5051) by @sl0thentr0py
23+
- chore: Remove `enable_metrics` option (#5046) by @alexander-alderman-webb
24+
- Allow new integration setup on the instance with config options (#5047) by @sl0thentr0py
25+
- ci: Run integration tests on Python 3.14t (#4995) by @alexander-alderman-webb
26+
- docs: Elaborate on Strawberry autodetection in changelog (#5039) by @sentrivana
27+
328
## 2.43.0
429

530
### 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.43.0"
34+
release = "2.44.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
@@ -1441,4 +1441,4 @@ def _get_default_options():
14411441
del _get_default_options
14421442

14431443

1444-
VERSION = "2.43.0"
1444+
VERSION = "2.44.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.43.0",
24+
version="2.44.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)