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.38.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - tests: Update tox.ini (#4799) by @sentrivana
8
+ - fix(logs): Expect `log_item` as rate limit category (#4798) by @sentrivana
9
+ - feat(integrations): Support gql 4.0-style execute (#4779) by @sentrivana
10
+ - build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#4795) by @dependabot
11
+ - chore: Reexport module `profiler` (#4535) by @zen-xu
12
+ - feat(anthropic): Add proper tool calling data to Anthropic integration (#4769) by @antonpirker
13
+ - Correctly check for a running transaction (#4791) by @antonpirker
14
+ - ci: Fix mypy, gevent (#4790) by @sentrivana
15
+ - ref(tracing): Use float for sample rand (#4677) by @sentrivana
16
+ - Avoid reporting false-positive StopAsyncIteration in the asyncio integration (#4741) by @vmarkovtsev
17
+ - feat(ai): Create transaction in AI agents framworks, when no transaction is running. (#4758) by @constantinius
18
+ - build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#4773) by @dependabot
19
+ - build(deps): bump actions/setup-python from 5 to 6 (#4774) by @dependabot
20
+ - Add log message when `DedupeIntegration` is dropping an error. (#4788) by @antonpirker
21
+ - Add input and output to `invoke_agent` span. (#4785) by @antonpirker
22
+ - Update HuggingFace Hub integration (#4746) by @antonpirker
23
+ - fix(profiling): Re-init continuous profiler (#4772) by @Zylphrex
24
+
3
25
## 2.37.1
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.37.1 "
34
+ release = "2.38.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 @@ -1331,4 +1331,4 @@ def _get_default_options():
1331
1331
del _get_default_options
1332
1332
1333
1333
1334
- VERSION = "2.37.1 "
1334
+ VERSION = "2.38.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.37.1 " ,
24
+ version = "2.38.0 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments