Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-admin-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.7.1
Choose a base ref
...
head repository: firebase/firebase-admin-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 15 files changed
  • 9 contributors

Commits on Feb 5, 2026

  1. 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>
    ashish-kothari and google-labs-jules[bot] authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    584742f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. 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>
    dependabot[bot] authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    472d0ac View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] and lahirumaramba authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    72d4b7d View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] and lahirumaramba authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    b095a06 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. 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
    jonathanedey authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    2d66ae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. 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>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    b29ac82 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    a568b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5169aae View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. 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>
    andrew-signal and jonathanedey authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    d69dcbd View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    d04e15b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. 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>
    3 people authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    ab858ef View commit details
    Browse the repository at this point in the history
Loading