|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 31 | ## 2.0.0rc2
|
4 | 32 |
|
5 | 33 | ## New Features
|
|
0 commit comments