File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.35.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat(langchain): update integration to from ai.* to gen_ai.* span attributes (#4678) by @shellmayr
8
+ - build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#4684) by @dependabot
9
+ - feat(tracing): AI Agents templates for `@trace` decorator (#4676) by @antonpirker
10
+ - Remove performance papercuts (#4675) by @sentrivana
11
+ - ref(gnu-integration): make path optional (#4688) by @MeredithAnya
12
+ - Update tox.ini (#4689) by @sentrivana
13
+ - Fix Redis CI (#4691) by @sentrivana
14
+ - Help for debugging Cron problems (#4686) by @antonpirker
15
+ - feat(anthropic) Update span attributes to use `gen_ai.*` namespace instead of `ai.*` (#4674) by @constantinius
16
+ - fix(clickhouse): Don't eat the generator data (#4669) by @szokeasaurusrex
17
+ - ref(clickhouse): List `send_data` parameters (#4667) by @szokeasaurusrex
18
+ - feat(tracing): Improve `@trace` decorator. (#4648) by @antonpirker
19
+ - feat(tracing): Add convenience function `update_current_span`. (#4673) by @antonpirker
20
+ - Update `gen_ai.*` and `ai.*` attributes (#4665) by @antonpirker
21
+ - Add `update_data` to `Span`. (#4666) by @antonpirker
22
+ - Fix plugins key codecov (#4655) by @sl0thentr0py
23
+ - Add `enable_logs`, `before_send_log` as top-level options (#4644) by @sentrivana
24
+ - Fix mypy (#4649) by @sentrivana
25
+ - Better checking for empty tools list (#4647) by @antonpirker
26
+
3
27
## 2.34.1
4
28
5
29
### 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.34.1 "
34
+ release = "2.35.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 @@ -1329,4 +1329,4 @@ def _get_default_options():
1329
1329
del _get_default_options
1330
1330
1331
1331
1332
- VERSION = "2.34.1 "
1332
+ VERSION = "2.35.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.34.1 " ,
24
+ version = "2.35.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