Skip to content

Commit c67b730

Browse files
committed
release: 2.0.0rc3
1 parent 8aef633 commit c67b730

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+
## 2.0.0rc3
4+
5+
### Various fixes & improvements
6+
7+
- Use new scopes default integrations. (#2856) by @antonpirker
8+
- Updated migration guide (#2859) by @antonpirker
9+
- Use new scopes api in openai integration (#2853) by @antonpirker
10+
- Use new scopes API in Celery integration. (#2851) by @antonpirker
11+
- Use new scopes API in Django, SQLAlchemy, and asyncpg integration. (#2845) by @antonpirker
12+
- Update CHANGELOG.md (970c5779) by @sentrivana
13+
- release: 1.43.0 (2020ecac) by @getsentry-bot
14+
- ref(redis): Use new scopes API (#2854) by @sentrivana
15+
- feat: Add optional `keep_alive` (#2842) by @sentrivana
16+
- ref(gql): Use new scopes API in GQL Integration (#2838) by @szokeasaurusrex
17+
- ref: Ariadne integration new scope API (#2850) by @szokeasaurusrex
18+
- ref(logging): New scopes API in LoggingIntegration (#2855) by @szokeasaurusrex
19+
- fix(awslambda): aws_event can be an empty list (#2849) by @sentrivana
20+
- Revert "ref(logging): New scopes API in LoggingIntegration" (#2861) by @sentrivana
21+
- ref(logging): New scopes API in LoggingIntegration (#2861) by @sentrivana
22+
- ref: Use `scope.should_send_default_pii` in FastAPI integration (#2846) by @szokeasaurusrex
23+
- build(deps): bump checkouts/data-schemas from `ed078ed` to `8232f17` (#2832) by @dependabot
24+
- ref: `should_send_default_pii` shortcut (#2844) by @szokeasaurusrex
25+
- ref(fastapi): Use new scopes API in FastAPI integration (#2836) by @szokeasaurusrex
26+
- ref: Patched functions decorator for integrations (#2454) by @szokeasaurusrex
27+
- feat(integrations): Add support for celery-redbeat cron tasks (#2643) by @kwigley
28+
- Moved should_send_default_pii into client (#2840) by @antonpirker
29+
- Small APIdocs improvement (#2828) by @antonpirker
30+
- test(gql): Remove problematic tests (#2835) by @szokeasaurusrex
31+
32+
_Plus 2 more_
33+
334
## 2.0.0rc2
435

536
## 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)