Skip to content

Commit a7a3fb1

Browse files
committed
release: 2.43.0
1 parent 76cc416 commit a7a3fb1

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

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

3+
## 2.43.0
4+
5+
### Various fixes & improvements
6+
7+
- fix(google-genai): Set agent name (#5038) by @sentrivana
8+
- fix(integrations): hooking into error tracing function to find out if an execute tool span should be set to error (#4986) by @constantinius
9+
- fix(django): Improve logic for classifying cache hits and misses (#5029) by @alexander-alderman-webb
10+
- chore(metrics): Rename \_metrics to metrics (#5035) by @alexander-alderman-webb
11+
- fix(tracemetrics): Bump metric buffer size to 1k (#5031) by @k-fish
12+
- fix startlette deprecation warning (#5034) by @DeoLeung
13+
- fix(strawberry): Remove autodetection, always use sync extension (#4984) by @sentrivana
14+
- ci: 🤖 Update test matrix with new releases (10/27) (#5033) by @github-actions
15+
- build(deps): bump actions/upload-artifact from 4 to 5 (#5032) by @dependabot
16+
- ci: Prepare for new major branch, remove potel-base from actions (#5003) by @sentrivana
17+
- fix(ai): truncate messages for google genai (#4992) by @shellmayr
18+
- feat(integrations): MCP Python SDK (#4964) by @constantinius
19+
- feat(integrations): pydantic-ai integration (#4906) by @constantinius
20+
- fix(ai): add message truncation to litellm (#4973) by @shellmayr
21+
- feat(langchain): Support v1 (#4874) by @sentrivana
22+
- ci: Run `common` test suite on Python 3.14t (#4969) by @alexander-alderman-webb
23+
- feat: Officially support 3.14 & run integration tests on 3.14 (#4974) by @sentrivana
24+
- Make logger template format safer to missing kwargs (#4981) by @sl0thentr0py
25+
- tests(huggingface): Support 1.0.0rc7 (#4979) by @alexander-alderman-webb
26+
- feat: Enable HTTP request code origin by default (#4967) by @alexander-alderman-webb
27+
- ci: Run `common` test suite on Python 3.14 (#4896) by @sentrivana
28+
- ci: 🤖 Update test matrix with new releases (10/20) (#4957) by @github-actions
29+
330
## 2.42.1
431

532
### 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.42.1"
34+
release = "2.43.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
@@ -1433,4 +1433,4 @@ def _get_default_options():
14331433
del _get_default_options
14341434

14351435

1436-
VERSION = "2.42.1"
1436+
VERSION = "2.43.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.42.1",
24+
version="2.43.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)