Releases: firebase/firebase-admin-java
Releases · firebase/firebase-admin-java
Firebase Admin Java SDK v8.0.0
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
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
Firebase Admin Java SDK v7.1.1
Firebase Admin Java SDK v7.1.0
Firebase Admin Java SDK v7.0.1
Firebase Admin Java SDK v7.0.0
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 anAuthErrorCode
value.- All implementations of the
UserImportHash
abstract class are now markedfinal
. FirebaseMessagingException
now exposes its error code as aMessagingErrorCode
value.- Public constructors of the
Notification
class have been removed. UseNotification.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
Firebase Admin Java SDK v6.15.0
Firebase Admin Java SDK v6.14.0
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)