Releases: firebase/firebase-admin-python
Releases · firebase/firebase-admin-python
Firebase Admin Python SDK v5.2.0
New Features
- feat(auth): enables OIDC auth code flow (#549)
Miscellaneous
- [chore] Release 5.2.0 (#596)
- Fixing integration tests (#595)
- correct kwargs documentation in docstrings (#559)
- Added return type for
bucket
function (#591)
Firebase Admin Python SDK v5.1.0
New Features
- feat(auth): ability to delete provider in auth (#579)
Bug Fixes
- fix: Fixing a broken integration test (#582)
- fix: Extracting GAPIC API calls into a new module (#581)
Miscellaneous
- [chore] Release 5.1.0 (#587)
Firebase Admin Python SDK v5.0.3
Miscellaneous
- [chore] Release 5.0.3 (#580)
- Allows google-api-core[grpc] versions 2.X.X (#576)
- Speed up the PageIterator by evaluating items once per page (#572)
Firebase Admin Python SDK v5.0.2
Bug Fixes
- fix(auth): check if user disabled on check_revoked (#565)
- fix(fcm): A workaround for the concurrency issues in googleapiclient (#558)
Miscellaneous
- [chore] Release 5.0.2 (#567)
- chore: Configuring GitHub issue templates (#562)
Firebase Admin Python SDK v5.0.1
Bug Fixes
- fix(auth): adds missing EMAIL_NOT_FOUND error code (#550)
Miscellaneous
- [chore] Release 5.0.1 (#557)
Firebase Admin Python SDK v5.0.0
Breaking Changes
- change: Drop Python 3.5 support (#542)
New Features
- feat(auth): Add auth emulator support via the FIREBASE_AUTH_EMULATOR_HOST environment variable. (#531)
Bug Fixes
- fix: Accept Path-like objects in credential factory functions (#510)
- fix: Using alg=none header for custom tokens in emulator mode (#541)
- fix(auth): Setting httpTimeout on certificate fetch requests (#538)
Miscellaneous
- [chore] Release 5.0.0 (#547)
- Fix Typo in messaging.py (#546)
- chore: Upgraded Google Auth, Cloud Firestore, and Cloud Storage dependencies (#544)
- Remove failing integration test added for nightly (#545)
- chore: Add nightly build workflow (#540)
Firebase Admin Python SDK v4.5.3
Bug Fixes
- fix(auth): Make auth client respect app options httpTimeout (#536)
Miscellaneous
- [chore] Release 4.5.3 (#537)
Firebase Admin Python SDK v4.5.2
Miscellaneous
- [chore] Release 4.5.2 (#533)
- Remove use of method_whitelist when possible (#532)
Firebase Admin Python SDK v4.5.1
Bug Fixes
- fix(rtdb): Support parsing non-US RTDB instance URLs (#517)
Miscellaneous
- [chore] Release 4.5.1 (#527)
- Add Py3.9 support (#525)
- Remove delayed response message for holidays (#526)
- Adding delayed response message for holidays (#520)
Firebase Admin Python SDK v4.5.0
Changes
- change: Deprecated support for Python 3.5 (#511)
Bug Fixes
- fix(fcm): Converting unexpected gapic runtime errors to FirebaseError (#509)
Miscellaneous
- [chore] Release 4.5.0 (#516)
- Fixed typo in code comments. (#497)