KEMBAR78
Comparing v2.62.2...v2.62.3 · googleapis/sdk-platform-java · GitHub
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: googleapis/sdk-platform-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.62.2
Choose a base ref
...
head repository: googleapis/sdk-platform-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.62.3
Choose a head ref
  • 7 commits
  • 60 files changed
  • 5 contributors

Commits on Sep 19, 2025

  1. chore(main): release 2.62.3-SNAPSHOT (#3909)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>2.62.3-SNAPSHOT</summary>
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    473e1a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. fix(mtls): Fix EndpointContext's determineEndpoint logic to respect e…

    …nv var (#3912)
    
    Only attempt to create a default MtlsProvider in "determineEndpoint" if
    client certificate usage is enabled by the env var
    GOOGLE_API_USE_CLIENT_CERTIFICATE.
    
    Advisory Note: GOOGLE_API_USE_CLIENT_CERTIFICATE will default to true
    (if not set) in a future release, so if you do not wish to enable mTLS
    (such as for testing environments) please explicitly set
    GOOGLE_API_USE_CLIENT_CERTIFICATE to false before executing your test
    suite.
    
    Fixes #3911 ☕️
    andyrzhao authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    e5948d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. chore: update googleapis commit at Thu Sep 18 02:28:40 UTC 2025 (#3908)

    chore: update googleapis commit at Thu Sep 18 02:28:40 UTC 2025
    cloud-java-bot authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    678728e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    604d9a9 View commit details
    Browse the repository at this point in the history
  3. ci: update ci template to JDK 25 (#3920)

    Thank you for opening a Pull Request! Before submitting your PR, please
    read our [contributing
    guidelines](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md).
    
    There are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a
    [bug/issue](https://github.com/googleapis/gapic-generator-java/issues/new/choose)
    before writing your code! That way we can discuss the change, evaluate
    designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> ☕️
    mpeddada1 authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    f2c4616 View commit details
    Browse the repository at this point in the history
  4. ci: update showcase tests and build java tests to JDK 25 (#3918)

    Skipping the format check (there still appear to be some JDK 25 issues
    spotify/fmt-maven-plugin#210).
    
    ---------
    
    Co-authored-by: Diego Marquez <diegomarquezp@google.com>
    mpeddada1 and diegomarquezp authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    90b0a33 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.62.3 (#3914)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>2.62.3</summary>
    
    ##
    [2.62.3](v2.62.2...v2.62.3)
    (2025-10-02)
    
    
    ### Bug Fixes
    
    * **mtls:** Fix EndpointContext's determineEndpoint logic to respect env
    var
    ([#3912](#3912))
    ([e5948d0](e5948d0))
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Mridula <66699525+mpeddada1@users.noreply.github.com>
    release-please[bot] and mpeddada1 authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    e4e38eb View commit details
    Browse the repository at this point in the history
Loading