Skip to content

Releases: firebase/firebase-admin-python

Firebase Admin Python SDK v6.6.0

07 Nov 22:48
1b131f0
Compare
Choose a tag to compare

New Features

  • feat(firestore): Upgrade google-cloud-firestore to support Firestore Multi Database (#827)
  • feat: Support passing google.auth typed credentials in initialize_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

11 Mar 14:53
32b900b
Compare
Choose a tag to compare

New Features

  • feat(functions): Add task queue API support (#770)

Bug Fixes

  • fix: doc quotes (#778)
  • fix: doc spacing (#775)

Miscellaneous

  • [chore] Release 6.5.0 (#779)
  • Export rate limiting error types TooManyAttemptsTryLaterError and ResetPasswordExceedLimitError (#777)
  • Add rate limiting exceptions. (#695)
  • [chore] Rename pytest teardown methods from deprecated teardown to teardown_method (#768)
  • [chore] Upgrade actions/setup-python to v5 (#765)

Firebase Admin Python SDK v6.4.0

23 Jan 22:53
b992604
Compare
Choose a tag to compare

New Features

  • feat(fcm): Enabled the direct_boot_ok parameter for FCM Android Config. (#734)

Bug Fixes

  • fix(fcm): Export send_each and send_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 bump actions/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)

Firebase Admin Python SDK v6.3.0

05 Dec 17:36
3773b64
Compare
Choose a tag to compare

New Features

  • feat: add clockSkewSeconds (#714)

Bug Fixes

  • fix: Add PyJWKClientError to raised errors documentation and handle possible uncaught errors. (#733)
  • fix: Correctly catch DefaultCredentialsError when looking up project_id (#720)

Miscellaneous

  • [chore] Release 6.3.0 (#742)
  • Deprecated support for Python 3.7 (#741)
  • Update github.ref value in release.yml (#730)

Firebase Admin Python SDK v6.2.0

22 Jun 18:51
59a22b3
Compare
Choose a tag to compare

New Features

  • feat(fcm): Add send_each and send_each_for_multicast for FCM batch send (#706)

Miscellaneous

  • [chore] Release 6.2.0 (#708)
  • Add release notes to project URLs in PyPI (#679)
  • chore(auth): Update Auth API to v2 (#691)
  • chore: Fix pypy tests (#694)

Firebase Admin Python SDK v6.1.0

02 Feb 18:04
5c21b81
Compare
Choose a tag to compare

Breaking Changes

  • change(ml): Deprecate AutoML model support (#670)

Miscellaneous

  • [chore] Release 6.1.0 (#672)
  • chore(firestore): Upgrade google-cloud-firestore to include COUNT queries (#671)

Firebase Admin Python SDK v6.0.1

17 Oct 19:18
b9e95e8
Compare
Choose a tag to compare

Bug Fixes

  • fix(fac): Include pyjwt in distribution artifacts (#654)

Miscellaneous

  • [chore] Release 6.0.1 (#655)
  • password_hash obtained from Firebase Auth backend needs to be base64URL decoded before import to avoid double encoding (#652)

Firebase Admin Python SDK v6.0.0

06 Oct 18:44
6c565f2
Compare
Choose a tag to compare

Breaking Changes

  • change: Drop Python 3.6 support (#645)

New Features

  • feat: Add function to verify an App Check token (#642)

Miscellaneous

  • [chore] Release 6.0.0 (#649)

Firebase Admin Python SDK v5.4.0

22 Sep 22:59
78d2e44
Compare
Choose a tag to compare

Breaking Changes

  • change: Deprecated support for Python 3.6 (#646)

Miscellaneous

  • [chore] Release 5.4.0 (#647)
  • Bug fix - Changing variable from "MemoryCost" to "cpuMemCost" in standard_scrypt method (#643)

Firebase Admin Python SDK v5.3.0

25 Aug 19:15
336dbef
Compare
Choose a tag to compare

New Features

  • feat(firestore): Async Firestore (#635)

Miscellaneous

  • [chore] Release 5.3.0 (#637)
  • Remove failing nightly tests in project_management (#636)
  • add GitHub URL for PyPi (#613)
  • Revert "Add delayed response message for holidays (#597)" (#600)
  • chore: Update Node.js version in CI workflow (#602)
  • Add delayed response message for holidays (#597)