Skip to content

Releases: firebase/firebase-admin-python

Firebase Admin Python SDK v5.0.0

28 Apr 18:33
ebf0961
Compare
Choose a tag to compare

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

18 Mar 22:41
3bdb182
Compare
Choose a tag to compare

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

18 Feb 21:29
c10c747
Compare
Choose a tag to compare

Miscellaneous

  • [chore] Release 4.5.2 (#533)
  • Remove use of method_whitelist when possible (#532)

Firebase Admin Python SDK v4.5.1

12 Jan 20:00
b35abb9
Compare
Choose a tag to compare

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

09 Dec 19:25
eefc31b
Compare
Choose a tag to compare

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)

Firebase Admin Python SDK v4.4.0

15 Sep 20:41
873aa7c
Compare
Choose a tag to compare

New Features

  • feat(ml): Adding Firebase ML support for AutoML models (#489)

Miscellaneous

  • [chore] Release 4.4.0 Take 2
  • [chore] Release 4.4.0 (#490)
  • chore: Temporarily disabling a lint rule (#485)
  • Fix doc spelling (#486)
  • Fixed a flaky auth integration test by retrying the GetUser() API call (#469)
  • Add auth bulk get/delete snippets (#464)

Firebase Admin Python SDK v4.3.0

14 May 19:35
74b5179
Compare
Choose a tag to compare

New Features

  • feat(auth): Add bulk get/delete methods (#400)

Miscellaneous

  • [chore] Release 4.3.0 (#462)
  • Followup to #400 to ensure all new types are exported (#461)
  • Firebase ML: fixed displayName and tags regexes to match changed backend requirements. (#459)
  • Move shebang to top of file. (#458)

Firebase Admin Python SDK v4.2.0

30 Apr 18:47
0afcad8
Compare
Choose a tag to compare

New Features

  • feat(auth): Adding multi-tenancy and IdP management APIs (#450)

Bug Fixes

  • fix(auth): Fixed some API reference mistakes (#456)

Miscellaneous

  • [chore] Release 4.2.0 (#457)

Firebase Admin Python SDK v4.1.0

21 Apr 20:48
9a0b5ae
Compare
Choose a tag to compare

New Features

  • feat(ml): Adding Firebase ML management APIs (#447)

Miscellaneous

  • [chore] Release 4.1.0
  • Revert "[chore] Release 4.1.0 (#451)" (#452)
  • [chore] Release 4.1.0 (#451)

Firebase Admin Python SDK v4.0.1

30 Mar 18:51
af1b456
Compare
Choose a tag to compare

Bug Fixes

  • fix(rtdb): Fixed a bug in the Reference.listen() API (#418)
  • fix(fcm): Updated topic management error format (#417)

Miscellaneous

  • [chore] Release 4.0.1 (#434)
  • chore: Cleaning up scripts used in the old release process (#416)