Skip to content

Commit 045bf70

Browse files
committed
release: 3.0.0a4
1 parent f03d30c commit 045bf70

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.0a4
4+
5+
### Various fixes & improvements
6+
7+
- updated version (#3152) by @sl0thentr0py
8+
- changelog updated (#3152) by @sl0thentr0py
9+
- updated changelog (#3152) by @sl0thentr0py
10+
- ref(gnu-integration): update clickhouse stacktrace parsing (#4598) by @MeredithAnya
11+
- Setup opentelemetry patch only once (#4595) by @sl0thentr0py
12+
- Don't use remote server in tests.. (#3152) by @sl0thentr0py
13+
- Fix merge (#3152) by @sl0thentr0py
14+
- Remove eventlet support (#4584) by @sl0thentr0py
15+
- Add custom sampling context testcases (#4579) by @sl0thentr0py
16+
- feat(tracing): Add option to exclude specific span origins (#4463) by @sl0thentr0py
17+
- Cleanup op and description mapping (#4560) by @sl0thentr0py
18+
- Adapt AI Agent Monitoring for potel (#4551) by @sl0thentr0py
19+
- feat(otel): Add resource to TracerProvider (#4550) by @sl0thentr0py
20+
- fix(tracing): Use `hasattr` for `_ctx_token` (#4541) by @sl0thentr0py
21+
- fix: Ensure tags values are strings (#4459) by @sl0thentr0py
22+
- Migrate typing (#4500) by @sl0thentr0py
23+
- Remove OpenAI agents from Potel (#4523) by @sl0thentr0py
24+
- fixed some merge problems (#3152) by @sl0thentr0py
25+
- missing spandata (#3152) by @sl0thentr0py
26+
- Fix sessions test (#3152) by @sl0thentr0py
27+
- Revert "fix: Rename op `db` to `db.query` (#4444)" (#3152) by @sl0thentr0py
28+
- fix: Rename op `db` to `db.query` (#4444) by @sl0thentr0py
29+
- Generate tox again and remove 3.6 stuff (#3152) by @sl0thentr0py
30+
- Implement trace_propagation_targets for propagator (#4460) by @sl0thentr0py
31+
32+
_Plus 263 more_
33+
334
## 3.0.0a3
435

536
We're excited to announce that version 3.0 of the Sentry Python SDK is now

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 = "2.33.1"
36+
release = "3.0.0a4"
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
@@ -1241,4 +1241,4 @@ def _get_default_options() -> dict[str, Any]:
12411241
del _get_default_options
12421242

12431243

1244-
VERSION = "2.33.1"
1244+
VERSION = "3.0.0a4"

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

0 commit comments

Comments
 (0)