-
Notifications
You must be signed in to change notification settings - Fork 306
Comparing changes
Open a pull request
base repository: firebase/firebase-admin-java
base: v9.7.1
head repository: firebase/firebase-admin-java
compare: main
- 11 commits
- 15 files changed
- 9 contributors
Commits on Feb 5, 2026
-
feat(rc): Support Remote Config managed value types (#1167)
* Support Remote Config managed value types Update Remote Config API to support managed value types Added support for Rollouts, Experiments, and Personalization value types in the Remote Config API. - Updated `ParameterValue` to include `RolloutValue`, `PersonalizationValue`, and `ExperimentValue` subclasses. - Added factory methods `ofRollout`, `ofPersonalization`, and `ofExperiment` to `ParameterValue`. - Updated `TemplateResponse` to parse `rolloutValue`, `personalizationValue`, and `experimentValue` fields from the backend response. - Added unit tests for the new value types. --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 584742f - Browse repository at this point
Copy the full SHA 584742fView commit details
Commits on Feb 11, 2026
-
chore(deps): Bump com.google.cloud:libraries-bom from 26.74.0 to 26.7…
…5.0 (#1179) Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.74.0 to 26.75.0. - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](googleapis/java-cloud-bom@v26.74.0...v26.75.0) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-version: 26.75.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 472d0ac - Browse repository at this point
Copy the full SHA 472d0acView commit details -
chore(deps-dev): Bump org.apache.maven.plugins:maven-compiler-plugin (#…
…1180) Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.1 to 3.15.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 72d4b7d - Browse repository at this point
Copy the full SHA 72d4b7dView commit details -
chore(deps): Bump netty.version from 4.2.9.Final to 4.2.10.Final (#1178)
Bumps `netty.version` from 4.2.9.Final to 4.2.10.Final. Updates `io.netty:netty-codec-http` from 4.2.9.Final to 4.2.10.Final - [Commits](netty/netty@netty-4.2.9.Final...netty-4.2.10.Final) Updates `io.netty:netty-handler` from 4.2.9.Final to 4.2.10.Final - [Commits](netty/netty@netty-4.2.9.Final...netty-4.2.10.Final) Updates `io.netty:netty-transport` from 4.2.9.Final to 4.2.10.Final - [Commits](netty/netty@netty-4.2.9.Final...netty-4.2.10.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.10.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-handler dependency-version: 4.2.10.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.netty:netty-transport dependency-version: 4.2.10.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b095a06 - Browse repository at this point
Copy the full SHA b095a06View commit details
Commits on Feb 18, 2026
-
fix: Reimplement HTTP/2 response entity consumption using ApacheHttp2…
…AsyncEntityConsumer and ApacheHttp2Entity (#1181) * fix: Reimplement HTTP/2 response entity consumption using ApacheHttp2AsyncEntityConsumer and ApacheHttp2Entity * fix: Address gemini review
Configuration menu - View commit details
-
Copy full SHA for 2d66ae9 - Browse repository at this point
Copy the full SHA 2d66ae9View commit details
Commits on Feb 23, 2026
-
chore(deps): Bump com.google.cloud:libraries-bom from 26.75.0 to 26.7…
…6.0 (#1185) Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.75.0 to 26.76.0. - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](googleapis/java-cloud-bom@v26.75.0...v26.76.0) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-version: 26.76.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b29ac82 - Browse repository at this point
Copy the full SHA b29ac82View commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a568b65 - Browse repository at this point
Copy the full SHA a568b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5169aae - Browse repository at this point
Copy the full SHA 5169aaeView commit details
Commits on Mar 3, 2026
-
Add support for new bandwidthConstrainedOk flag used to deliver notif…
…ications to sat networks (#1145) Co-authored-by: Jonathan Edey <145066863+jonathanedey@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d69dcbd - Browse repository at this point
Copy the full SHA d69dcbdView commit details
Commits on Mar 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d04e15b - Browse repository at this point
Copy the full SHA d04e15bView commit details
Commits on Apr 27, 2026
-
feat(rc):Add exposurePercent to ExperimentValues (#1201)
* Add exposurePercent to ExperimentValues * fix comments * fix build * Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * fix build * fix build * fix build * fix build * fix build * fix build * fix build * resolved comments * resolved comments * resolved comments * resolved comments * Update TemplateResponse.java * Update Template.java --------- Co-authored-by: Varun Rathore <varunrathore@google.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab858ef - Browse repository at this point
Copy the full SHA ab858efView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.7.1...main