Skip to content

Commit 178c5d2

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.38.0'
2 parents 36ae7c4 + d94652a commit 178c5d2

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.38.0
4+
5+
### Various fixes & improvements
6+
7+
- Feat(huggingface_hub): Update HuggingFace Hub integration (#4746) by @antonpirker
8+
- Feat(Anthropic): Add proper tool calling data to Anthropic integration (#4769) by @antonpirker
9+
- Feat(openai-agents): Add input and output to `invoke_agent` span. (#4785) by @antonpirker
10+
- Feat(AI): Create transaction in AI agents framworks, when no transaction is running. (#4758) by @constantinius
11+
- Feat(GraphQL): Support gql 4.0-style execute (#4779) by @sentrivana
12+
- Fix(logs): Expect `log_item` as rate limit category (#4798) by @sentrivana
13+
- Fix: CI for mypy, gevent (#4790) by @sentrivana
14+
- Fix: Correctly check for a running transaction (#4791) by @antonpirker
15+
- Fix: Use float for sample rand (#4677) by @sentrivana
16+
- Fix: Avoid reporting false-positive StopAsyncIteration in the asyncio integration (#4741) by @vmarkovtsev
17+
- Fix: Add log message when `DedupeIntegration` is dropping an error. (#4788) by @antonpirker
18+
- Fix(profiling): Re-init continuous profiler (#4772) by @Zylphrex
19+
- Chore: Reexport module `profiler` (#4535) by @zen-xu
20+
- Tests: Update tox.ini (#4799) by @sentrivana
21+
- Build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#4795) by @dependabot
22+
- Build(deps): bump actions/setup-python from 5 to 6 (#4774) by @dependabot
23+
- Build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#4773) by @dependabot
24+
325
## 2.37.1
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.37.1"
34+
release = "2.38.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
@@ -1331,4 +1331,4 @@ def _get_default_options():
13311331
del _get_default_options
13321332

13331333

1334-
VERSION = "2.37.1"
1334+
VERSION = "2.38.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.37.1",
24+
version="2.38.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)