Breaking Changes
- Dropped support for Python 3.7 and 3.8 (#892)
- Deprecated support for Python 3.9. Use Python 3.10 or higher when deploying the Admin SDK (#892)
- Dropped AutoML support (#894)
- Dropped
send_all()
andsend_multicast()
FCM APIs (#890) - Removed the dependency on
google-api-python-client
greatly reducing the SDK's bundle size. (#890)
Bug Fixes
- fix(functions): Remove usage of deprecated
datetime.utcnow()
and fix flaky unit test (#896)