Releases: firebase/firebase-admin-python
Releases · firebase/firebase-admin-python
Firebase Admin Python SDK v7.1.0
Firebase Admin Python SDK v7.0.0
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-clientgreatly reducing the SDK's bundle size. (#890) 
Bug Fixes
- fix(functions): Remove usage of deprecated 
datetime.utcnow()and fix flaky unit test (#896) 
Miscellaneous
Firebase Admin Python SDK v6.9.0
Firebase Admin Python SDK v6.8.0
Firebase Admin Python SDK v6.7.0
New Features
- feat(rc): Sever Side Remote Config Integration (#863)
 
Miscellaneous
- [chore] Release 6.7.0 (#867)
 - chore: Add tests for 
Reference.listen()(#851) - pass clinet"s params to SSEClient (#845)
 - Revert "chore: Adding delayed response message for holidays (#842)" (#848)
 - chore: Adding delayed response message for holidays (#842)
 - chore: Skip integration test for deprecated FCM API and bump pypy CI to 3.9 (#840)
 
Firebase Admin Python SDK v6.6.0
New Features
- feat(firestore): Upgrade 
google-cloud-firestoreto support Firestore Multi Database (#827) - feat: Support passing 
google.authtyped credentials ininitialize_app()(#821) - feat(firestore): Add Firestore Multi Database Support (#818)
 
Miscellaneous
- [chore] Release 6.6.0 Take 2 (#830)
 - [chore] Release 6.6.0 (#829)
 - chore: Add 
X-Goog-Api-Clientmetric header to requests (#826) - chore: Create dependabot.yml (#820)
 - [chore] Bump cachecontrol (#819)
 - chore: Update 
actions/upload-artifact(#812) - chore(deps): bump actions/download-artifact in /.github/workflows (#810)
 - chore: Remove Python 3.7 from workflows (#806)
 - Fix link to 
requests.Responsein FirebaseError. (#800) - chore: Update integration test resources (#796)
 
Firebase Admin Python SDK v6.5.0
New Features
- feat(functions): Add task queue API support (#770)
 
Bug Fixes
Miscellaneous
- [chore] Release 6.5.0 (#779)
 - Export rate limiting error types 
TooManyAttemptsTryLaterErrorandResetPasswordExceedLimitError(#777) - Add rate limiting exceptions. (#695)
 - [chore] Rename pytest teardown methods from deprecated 
teardowntoteardown_method(#768) - [chore] Upgrade 
actions/setup-pythonto v5 (#765) 
Firebase Admin Python SDK v6.4.0
New Features
- feat(fcm): Enabled the 
direct_boot_okparameter for FCM Android Config. (#734) 
Bug Fixes
- fix(fcm): Export 
send_eachandsend_each_for_multicast(#749) - fix(auth): Fix iOSBundleId parameter name (#727)
 
Miscellaneous
- [chore] Release 6.4.0 Take 3 (#763)
 - [chore] Release 6.4.0 Take #2 (#762)
 - [chore] Release 6.4.0 (#760)
 - chore: Update PyPi to use trusted publisher for authentication and correctly escape change log body. (#759)
 - Revert "[chore] Release 6.4.0" (#757)
 - [chore] Release 6.4.0 (#756)
 - Use GitHub CLI in publish workflow. (#753)
 - chore: Add python 3.11 and 3.12 to CI tests (#754)
 - Update release and ci workflows to use 
GITHUB_OUTPUTand bumpactions/checkoutto v4. (#752) - Add missing return type for firebase_admin.firestore.client() (#747)
 - chore: Update Firebase test project setup instructions. (#736)
 - chore: Bump github actions CI to use Node 20 (#748)