Releases: firebase/firebase-admin-python
Releases · firebase/firebase-admin-python
Firebase Admin Python SDK v6.6.0
New Features
- feat(firestore): Upgrade
google-cloud-firestore
to support Firestore Multi Database (#827) - feat: Support passing
google.auth
typed 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-Client
metric 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.Response
in 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
TooManyAttemptsTryLaterError
andResetPasswordExceedLimitError
(#777) - Add rate limiting exceptions. (#695)
- [chore] Rename pytest teardown methods from deprecated
teardown
toteardown_method
(#768) - [chore] Upgrade
actions/setup-python
to v5 (#765)
Firebase Admin Python SDK v6.4.0
New Features
- feat(fcm): Enabled the
direct_boot_ok
parameter for FCM Android Config. (#734)
Bug Fixes
- fix(fcm): Export
send_each
andsend_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_OUTPUT
and bumpactions/checkout
to 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)