Skip to content

Commit 71f61af

Browse files
committed
release: 2.35.0
1 parent e79c36e commit 71f61af

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

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.34.1"
34+
release = "2.35.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
@@ -1329,4 +1329,4 @@ def _get_default_options():
13291329
del _get_default_options
13301330

13311331

1332-
VERSION = "2.34.1"
1332+
VERSION = "2.35.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.34.1",
24+
version="2.35.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)