|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 34 | ## 2.0.0rc2
|
4 | 35 |
|
5 | 36 | ## New Features
|
|
0 commit comments