Skip to content

Commit 9bd4436

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.0.0rc3' into sentry-sdk-2.0
2 parents 8aef633 + c043c3c commit 9bd4436

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

CHANGELOG.md

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

3+
## 2.0.0rc3
4+
5+
### Various fixes & improvements
6+
7+
- Use new scopes API default integrations. (#2856) by @antonpirker
8+
- Use new scopes API in openai integration (#2853) by @antonpirker
9+
- Use new scopes API in Celery integration. (#2851) by @antonpirker
10+
- Use new scopes API in Django, SQLAlchemy, and asyncpg integration. (#2845) by @antonpirker
11+
- Use new scopes API in Redis (#2854) by @sentrivana
12+
- Use new scopes API in GQL Integration (#2838) by @szokeasaurusrex
13+
- Use new scopes API in LoggingIntegration (#2861, #2855) by @sentrivana
14+
- Use new scopes API in FastAPI integration (#2836) by @szokeasaurusrex
15+
- Use new scopes API in Ariadne (#2850) by @szokeasaurusrex
16+
- Add optional `keep_alive` (#2842) by @sentrivana
17+
- Add support for celery-redbeat cron tasks (#2643) by @kwigley
18+
- AWS Lambda: aws_event can be an empty list (#2849) by @sentrivana
19+
- GQL: Remove problematic tests (#2835) by @szokeasaurusrex
20+
- Moved `should_send_default_pii` into client (#2840) by @antonpirker
21+
- `should_send_default_pii` shortcut (#2844) by @szokeasaurusrex
22+
- Use `scope.should_send_default_pii` in FastAPI integration (#2846) by @szokeasaurusrex
23+
- Patched functions decorator for integrations (#2454) by @szokeasaurusrex
24+
- Small APIdocs improvement (#2828) by @antonpirker
25+
- Bump checkouts/data-schemas from `ed078ed` to `8232f17` (#2832) by @dependabot
26+
- Update CHANGELOG.md (970c5779) by @sentrivana
27+
- Updated migration guide (#2859) by @antonpirker
28+
29+
_Plus 2 more_
30+
331
## 2.0.0rc2
432

533
## New Features

docs/conf.py

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

31-
release = "2.0.0rc2"
31+
release = "2.0.0rc3"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@ def _get_default_options():
331331
del _get_default_options
332332

333333

334-
VERSION = "2.0.0rc2"
334+
VERSION = "2.0.0rc3"

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

0 commit comments

Comments
 (0)