Releases: firebase/firebase-admin-python
Releases · firebase/firebase-admin-python
Release list
Firebase Admin Python SDK v7.5.0
New Features
- feat(fcm): Enable
fidand deprecatetokenfor Send API (#951)
Bug Fixes
- fix(deps): Added universe_domain override to MockGoogleComputeEngineCredential (#954)
Miscellaneous
- [chore] Release 7.5.0 (#958)
- chore(deps): update pytest-mock requirement from >=3.6.1 to >=3.15.1 (#959)
- chore(deps): update pytest-localserver requirement (#961)
- chore(deps): update pytest requirement from >=8.2.2 to >=8.4.2 (#946)
- chore(deps): update google-cloud-firestore requirement (#947)
- chore(deps): update pyjwt requirement from >=2.10.1 to >=2.12.1 (#948)
- chore: Pinned cryptography version for older PyPy interpreters (#952)
Firebase Admin Python SDK v7.4.0
Firebase Admin Python SDK v7.3.0
Firebase Admin Python SDK v7.2.0
New Features
- feat(functions): Enable Cloud Task Queue Emulator support (#920)
Bug Fixes
- fix(functions): Refresh credentials before enqueueing first task (#907)
- fix(auth): Fixed auth error code parsing (#908)
Miscellaneous
- [chore] Release 7.2.0 (#937)
- chore: Update release workflows for push triggers (#935)
- chore: Update github actions workflows and integration test resources (#932)
- chore: Update default branch to
main(#926) - chore: Fix auth snippet typo (#924)
- chore(deps): bump pylint from 3.3.7 to 3.3.9 (#917)
- chore: Fix typo (#913)
- chore: Removed invalid
asyncio_default_fixture_loop_scopeconfig (#912) - chore: Added an
AGENTS.mdfile to instruct AI agents how to interact with this repository (#906)
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)