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.6.0
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: master
Choose a head ref
  • 4 commits
  • 32 files changed
  • 6 contributors

Commits on Sep 23, 2025

  1. feat(rc): Add support for Server-Side Remote Config (#1122)

    * Implementation for Fetching and Caching Server Side Remote Config (#1107)009
    
    * Implementation for Fetching and Caching Server Side Remote Config
    
    * implementation of fetch , cache and load of template
    
    ---------
    
    Co-authored-by: Varun Rathore <varunrathore@google.com>
    
    * Implement custom signal targeting for server side RC (#1108)
    
    Co-authored-by: Athira M <athiramanu@google.com>
    
    * Implement percent evaluation for server side RC (#1114)
    
    * [feat] Implement percent evaluation for server side RC
    
    * Ssrc bugbash fix (#1117)
    
    * Handle empty context
    
    * fix issue related to update time
    
    * fix string equality
    
    * fix textcase
    
    * Fix lint errors
    
    * Add unit tests
    
    * fix for [438426692](getDouble() logs a malformed warning on type conversion failure)
    
    Using getDouble on a string parameter value, returns the appropriate default static value but logs a warning which looks incorrect ("%s" in the warning message?).
    
    * Update ServerTemplateResponse.java to fix b/438607881
    
    In the server template builder flow using cached template, evaluation using custom signals is not working as intended.
    
    * Update getServerRemoteConfig.json to fix b/438607881
    
    * Update getServerTemplateData.json to fix b/438607881
    
    * fix for bugs
    
    * Resolve comment related to revert of ServerVersion Class
    
    * remove serverVersion
    
    * Resolve comments related to Evaluator
    
    * fix indentation
    
    * fix indentation
    
    * fix indentations
    
    * fix multi line indent
    
    * fix multi line indents
    
    * Update ConditionEvaluator.java
    
    * Update ConditionEvaluator.java
    
    ---------
    
    Co-authored-by: Athira M <athiramanu@google.com>
    Co-authored-by: Varun Rathore <varunrathore@google.com>
    
    * Create ParameterValueTest.java
    
    * Fix typo errors
    
    * Change return type and cache regex
    
    * Addressed comment to make cache atomic
    
    * Trigger CI
    
    ---------
    
    Co-authored-by: Varun Rathore <varunrathore@google.com>
    Co-authored-by: Athira M <athiramanu9400@gmail.com>
    Co-authored-by: Athira M <athiramanu@google.com>
    4 people authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    026db9f View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin (#1133)

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-version: 3.5.4
      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 Sep 23, 2025
    Configuration menu
    Copy the full SHA
    c141def View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump netty.version from 4.2.5.Final to 4.2.6.Final (#1131)

    Bumps `netty.version` from 4.2.5.Final to 4.2.6.Final.
    
    Updates `io.netty:netty-codec-http` from 4.2.5.Final to 4.2.6.Final
    - [Commits](netty/netty@netty-4.2.5.Final...netty-4.2.6.Final)
    
    Updates `io.netty:netty-handler` from 4.2.5.Final to 4.2.6.Final
    - [Commits](netty/netty@netty-4.2.5.Final...netty-4.2.6.Final)
    
    Updates `io.netty:netty-transport` from 4.2.5.Final to 4.2.6.Final
    - [Commits](netty/netty@netty-4.2.5.Final...netty-4.2.6.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-codec-http
      dependency-version: 4.2.6.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.netty:netty-handler
      dependency-version: 4.2.6.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.netty:netty-transport
      dependency-version: 4.2.6.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 Sep 23, 2025
    Configuration menu
    Copy the full SHA
    3737fe2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

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