Skip to content

Commit 9ebf102

Browse files
committed
release: 3.0.0a6
1 parent 55273b7 commit 9ebf102

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 3.0.0a6
4+
5+
### Various fixes & improvements
6+
7+
- Add experimental async transport (#4572) by @sl0thentr0py
8+
- Update tox.ini (#3152) by @sl0thentr0py
9+
- Fix clickhouse logic for generator case (#4722) by @sl0thentr0py
10+
- Fix langchain merge (#3152) by @sl0thentr0py
11+
- Fix some typing after merge (#3152) by @sl0thentr0py
12+
- Fix is_transaction check in client after merge (#3152) by @sl0thentr0py
13+
- Update tox.ini (#4721) by @sentrivana
14+
- Update CHANGELOG.md (fb4faf60) by @sentrivana
15+
- release: 2.35.1 (c2a21aad) by @getsentry-bot
16+
- fix(openai-agents): Isolate agent run (#4720) by @sentrivana
17+
- fixed tests for new openai-agents (#3152) by @sl0thentr0py
18+
- updated tests (#3152) by @sl0thentr0py
19+
- Replaced set_data calls with set_attributes (#3152) by @sl0thentr0py
20+
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#4709) by @dependabot
21+
- build(deps): bump actions/setup-java from 4 to 5 (#4716) by @dependabot
22+
- build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#4717) by @dependabot
23+
- build(deps): bump actions/create-github-app-token from 2.1.0 to 2.1.1 (#4710) by @dependabot
24+
- fix(tracing): Do not attach stacktrace to transaction (#4713) by @Zylphrex
25+
- update changelog (5eafb784) by @antonpirker
26+
- updated changelog (895c3cd6) by @antonpirker
27+
- release: 2.35.0 (71f61af1) by @getsentry-bot
28+
- feat(langchain): update integration to from ai.* to gen_ai.* span attributes (#4678) by @shellmayr
29+
- Add async span context manager (#4680) by @sl0thentr0py
30+
- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#4684) by @dependabot
31+
32+
_Plus 12 more_
33+
334
## 3.0.0a5
435

536
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3434
author = "Sentry Team and Contributors"
3535

36-
release = "3.0.0a5"
36+
release = "3.0.0a6"
3737
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3838

3939

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,4 +1389,4 @@ def _get_default_options() -> dict[str, Any]:
13891389
del _get_default_options
13901390

13911391

1392-
VERSION = "3.0.0a5"
1392+
VERSION = "3.0.0a6"

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

0 commit comments

Comments
 (0)