Skip to content

Releases: firebase/firebase-admin-java

Firebase Admin Java SDK v8.0.0

30 Jun 19:23
91f6705
Compare
Choose a tag to compare

Bug Fixes

  • fix: Using Java 8 in release and nightly builds (#573)

Miscellaneous

  • [chore] Release 8.0.0 (#579)
  • chore(deps): bump libraries-bom from 20.6.0 to 20.7.0 (#578)
  • chore(deps): bump google-api-client-bom from 1.31.5 to 1.32.1 (#577)
  • Drop 500 from the retriable errorcode list (#576)
  • chore(deps): bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#572)
  • chore(deps): bump maven-source-plugin from 2.2.1 to 3.2.1 (#563)
  • chore(deps): bump slf4j-api from 1.7.30 to 1.7.31 (#574)
  • chore(deps): bump libraries-bom from 20.4.0 to 20.6.0 (#571)
  • Revert "chore(deps): bump maven-javadoc-plugin from 3.2.0 to 3.3.0" (#569)
  • Adding detail RE default value of collapse key. (#568)
  • chore(deps): bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#562)
  • chore(deps): bump libraries-bom from 8.0.0 to 20.4.0 (#558)
  • chore(deps): bump netty.version from 4.1.64.Final to 4.1.65.Final (#564)
  • chore(deps): bump maven-antrun-plugin from 1.7 to 3.0.0 (#559)
  • chore(deps): bump maven-javadoc-plugin from 2.10.4 to 3.2.0 (#539)
  • chore(deps): bump netty.version from 4.1.63.Final to 4.1.64.Final (#560)
  • chore(deps): bump maven-project-info-reports-plugin from 2.9 to 3.1.2 (#553)
  • chore(deps): bump google-api-client-bom from 1.31.4 to 1.31.5 (#556)

Firebase Admin Java SDK v7.3.0

11 May 23:30
c58d86a
Compare
Choose a tag to compare

New Features

  • feat(auth): enables OIDC auth code flow (#532)

Bug Fixes

  • fix(auth): adds missing EMAIL_NOT_FOUND error code (#546)

Miscellaneous

  • [chore] Release v7.3.0 (#555)
  • chore(deps): bump maven-gpg-plugin from 1.5 to 3.0.1 (#548)
  • chore(deps-dev): bump mockito-core from 2.23.4 to 2.28.2 (#554)
  • chore(deps): bump nexus-staging-maven-plugin from 1.6.7 to 1.6.8 (#549)
  • chore(deps): bump netty.version from 4.1.59.Final to 4.1.63.Final (#550)
  • chore(deps): bump jacoco-maven-plugin from 0.8.5 to 0.8.7 (#547)
  • chore(deps): bump exec-maven-plugin from 1.6.0 to 3.0.0 (#542)
  • Auth Javadoc edits (#540)
  • chore(deps): bump maven-surefire-plugin from 2.22.0 to 2.22.2 (#545)
  • chore(deps): bump maven-failsafe-plugin from 2.19.1 to 2.22.2 (#544)
  • chore(deps-dev): bump javax.ws.rs-api from 2.0 to 2.1.1 (#541)
  • chore(deps): bump google-api-client-bom from 1.30.10 to 1.31.4 (#537)
  • chore(deps-dev): bump junit from 4.12 to 4.13.2 (#538)
  • chore(deps): bump slf4j-api from 1.7.25 to 1.7.30 (#536)
  • chore(deps): bump maven-compiler-plugin from 3.6.1 to 3.8.1 (#535)
  • chore: Setup a Dependabot for dependency updates (#534)

Firebase Admin Java SDK v7.2.0

28 Apr 18:15
1c82a9d
Compare
Choose a tag to compare

New Features

  • feat(auth): Link federatedid (#345)
  • feat(auth): Add API to look up users by federated ID. (#340)
  • feat(auth): Add auth emulator support (#523)

Miscellaneous

  • [chore] Release 7.2.0 (#530)
  • Remove the failing integration tests (#528)
  • Fix send-email action version in nightly workflow (#527)
  • chore: Add nightly build workflow (#524)

Firebase Admin Java SDK v7.1.1

10 Mar 19:06
d8b1583
Compare
Choose a tag to compare

Bug Fixes

  • fix(fcm): Gracefully handling non-json error responses (#508)

Miscellaneous

  • [chore] Release 7.1.1 (#518)
  • Update doc string for dryRun in FCM send methods. (#509)
  • Bump netty.version from 4.1.50.Final to 4.1.59.Final (#512)
  • chore(rc): Refactor RC integration tests (#507)
  • Remove delayed response message for holidays (#505)
  • Adding delayed response message for holidays (#504)

Firebase Admin Java SDK v7.1.0

14 Dec 21:14
9862c55
Compare
Choose a tag to compare

New Features

  • feat(rc): Add Remote Config Management API (#502)

Miscellaneous

  • [chore] Release 7.1.0 (#503)
  • Fix comment about max number of events (#488)

Firebase Admin Java SDK v7.0.1

07 Oct 19:56
408b85f
Compare
Choose a tag to compare

Bug Fixes

  • fix(auth): Migrate IAM SignBlob to IAMCredentials SignBlob (#480)
  • fix: Cleaning up FirebaseApp state management (#476)
  • fix(auth): Support verifying tenant ID tokens in FirebaseAuth (#475)

Miscellaneous

  • [chore] Release 7.0.1 (#484)

Firebase Admin Java SDK v7.0.0

19 Aug 17:53
47d4347
Compare
Choose a tag to compare

This release contains several breaking API changes. See the Java Admin SDK v7 migration guide for more details.

Breaking Changes

  • change: New error handling APIs (merging v7 branch into master) (#465)
  • FirebaseAuthException now exposes its error code as an AuthErrorCode value.
  • All implementations of the UserImportHash abstract class are now marked final.
  • FirebaseMessagingException now exposes its error code as a MessagingErrorCode value.
  • Public constructors of the Notification class have been removed. Use Notification.builder() to create new instances.

New Features

  • Added a collection of new APIs for implementing advanced error handling logic. See the error handling guide for more details.
  • Added a new ErrorCode enum that defines all platform error codes.
  • Added a new IncomingHttpResponse class that can be used to access the HTTP response object associated with an exception.

Miscellaneous

  • [chore] Release 7.0.0 (#473)

Firebase Admin Java SDK v6.16.0

12 Aug 17:54
36eb4ea
Compare
Choose a tag to compare

New Features

  • feat(auth): Support for creating tenant-scoped session cookies (#467)

Bug Fixes

  • fix(fcm): Added toString() in TopicManagementResponse for logging (#469)

Miscellaneous

  • [chore] Release 6.16.0 (#471)
  • Fix javadoc error caused by having protected parameters public methods (#470)
  • chore(auth): Added snippets for multitenancy and IdP management (#461)

Firebase Admin Java SDK v6.15.0

23 Jul 18:49
d347ad0
Compare
Choose a tag to compare

New Features

  • feat(auth): Add tenant operations, tenant-aware user operations, and provider config operations (#395)

Bug Fixes

  • fix: Importing GCP dependencies via official BOMs (#451)

Miscellaneous

  • [chore] Release 6.15.0 (#457)
  • Fix documentation strings in Android Notification (#445)

Firebase Admin Java SDK v6.14.0

17 Jun 21:33
ebb0c94
Compare
Choose a tag to compare

Miscellaneous

  • [chore] Release 6.14.0 (#444)
  • Fixed a flaky auth integration test by retrying the GetUser() API call a few times with a small delay (#442)
  • Support direct_boot_ok parameter (#329)
  • Add FcmOptions on MulticastMessage (#439)
  • chore: Upgraded GCP and other util dependencies (#438)
  • chore: Updated integration tests to use non-public rules (#417)