Skip to content

Commit 9f5db48

Browse files
committed
release: 3.0.0a1
1 parent b39b0f9 commit 9f5db48

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.0a1
4+
5+
### Various fixes & improvements
6+
7+
- CI fixes (#3152) by @sl0thentr0py
8+
- Update tox, remove redis-latest (#3152) by @sl0thentr0py
9+
- Update version in setup.py (#3152) by @sl0thentr0py
10+
- Update version (#3152) by @sl0thentr0py
11+
- Add thread info to HTTP breadcrumbs (#4368) by @sl0thentr0py
12+
- tests: Regular tox update (#4367) by @sentrivana
13+
- build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#4358) by @dependabot
14+
- Put feature flags on isolation scope (#4363) by @antonpirker
15+
- Add top level API for `add_atttachment`. (#4360) by @sl0thentr0py
16+
- Fix FastAPI recursive exceptions (#4334) by @sl0thentr0py
17+
- Respect parent_sampled decision in propagation_context sentry-trace header (#4356) by @sl0thentr0py
18+
- Add logger.debug for sampler decisions for root spans (#4355) by @sl0thentr0py
19+
- Fix feature flags in potel (#4353) by @sl0thentr0py
20+
- Fix migration guide formatting (#3152) by @sl0thentr0py
21+
- tests: bump test timeout for recursion stacktrace extract to 2s (#4351) by @booxter
22+
- feat(ourlogs): canonicalize paths from the logger integration (#4336) by @colin-sentry
23+
- chore(ourlogs): Use new transport (#4317) by @colin-sentry
24+
- tests: fix test_stacktrace_big_recursion failure due to argv (#4346) by @booxter
25+
- tests: Move anthropic under toxgen (#4348) by @sentrivana
26+
- Deprecate `set_measurement()` API. (#3934) by @antonpirker
27+
- tests: Update tox.ini (#4347) by @sentrivana
28+
- Traces sample rate default change (#4335) by @sl0thentr0py
29+
- Introduce underscore span attributes (#4331) by @sl0thentr0py
30+
- Add migration note about SentrySpanProcessor and SentryPropagator (#3152) by @sl0thentr0py
31+
32+
_Plus 236 more_
33+
334
## 2.27.0
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 = "2.27.0"
36+
release = "3.0.0a1"
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
@@ -985,4 +985,4 @@ def _get_default_options():
985985
del _get_default_options
986986

987987

988-
VERSION = "2.27.0"
988+
VERSION = "3.0.0a1"

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

0 commit comments

Comments
 (0)