Skip to content

Firebase Admin Python SDK v7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 14:27
2c8a34a

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() and send_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)

Miscellaneous

  • [chore] Release 7.0.0 (#902)
  • chore(deps): bump astroid from 3.3.10 to 3.3.11 (#901)
  • Upgraded Google API Core, Cloud Firestore, and Cloud Storage dependencies (#897)
  • Bump pylint to v3.3.7 and astroid to v3.3.10 (#895)
  • Merge v7 Feature Branch (#900)
  • Adds send each snippets. (#891)