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 11# Changelog
22
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+
327## 2.34.1
428
529### Various fixes & improvements
Original file line number Diff line number Diff line change 3131copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
3232author = "Sentry Team and Contributors"
3333
34- release = "2.34.1 "
34+ release = "2.35.0 "
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -1329,4 +1329,4 @@ def _get_default_options():
13291329del _get_default_options
13301330
13311331
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):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "2.34.1 " ,
24+ version = "2.35.0 " ,
2525 author = "Sentry Team and Contributors" ,
26262727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments