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/google-cloud-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.55.0
Choose a base ref
...
head repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.56.0
Choose a head ref
  • 12 commits
  • 2,211 files changed
  • 7 contributors

Commits on May 1, 2025

  1. chore(main): release 1.56.0-SNAPSHOT (#11551)

    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    * chore(main): release 1.56.0-SNAPSHOT
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    0cf1651 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. chore: Update generation configuration at Sun May 4 02:33:49 UTC 2025 (

    …#11554)
    
    * chore: Update generation configuration at Fri May  2 23:58:13 UTC 2025
    
    * chore: generate libraries at Sat May  3 00:00:24 UTC 2025
    
    * chore: Update generation configuration at Sun May  4 02:33:49 UTC 2025
    
    * chore: generate libraries at Sun May  4 02:36:04 UTC 2025
    cloud-java-bot authored May 5, 2025
    Configuration menu
    Copy the full SHA
    0f9d110 View commit details
    Browse the repository at this point in the history
  2. fix: update dependency com.google.cloud:sdk-platform-java-config to v…

    …3.46.3 (#11531)
    
    * fix: update dependency com.google.cloud:sdk-platform-java-config to v3.46.3
    
    * chore: Use Java 17 for lint
    
    ---------
    
    Co-authored-by: Lawrence Qiu <[email protected]>
    renovate-bot and lqiu96 authored May 5, 2025
    Configuration menu
    Copy the full SHA
    5f9a9e7 View commit details
    Browse the repository at this point in the history
  3. fix: include gax testlib for native image testing (#11556)

    * fix: include gax testlib for native image testing
    
    gax-java [contains native-image configurations](https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/gax/src/test/resources/META-INF/native-image/com.google.api/gax/native-image.properties) that are common to all libraries.
    
    This fixes the ongoing nightly failures with messages such as:
    ```
    1) If it is intended that objects of type 'jdk.proxy4.$Proxy68' are persisted in the image heap, add 
    
        '--initialize-at-build-time=org.junit.Ignore,java.lang.annotation.Annotation'
    ```
    
    and
    
    ```
    1) If it is intended that objects of type 'org.junit.runners.model.FrameworkField' are persisted in the image heap, add 
    
        '--initialize-at-build-time=org.junit.runners.model.FrameworkField'
    ```
    
    The gax testlib [includes these classes](https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/gax/src/test/resources/META-INF/native-image/com.google.api/gax/native-image.properties):
    ```
    Args=--initialize-at-build-time=java.lang.annotation.Annotation,\
      org.junit.experimental.categories.Category,\
      org.junit.experimental.categories.CategoryValidator,\
      org.junit.Ignore,\
      org.junit.runner.RunWith,\
      org.junit.runners.model.FrameworkField,\
      org.junit.validator.AnnotationValidator,\
      org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator,\
      org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
    ```
    
    * fix: include gax testlib in specific poms
    
    * chore: run lint job on java 17
    
    This matches the minimum supported java version by the spotify fmt plugin
    diegomarquezp authored May 5, 2025
    Configuration menu
    Copy the full SHA
    3d398b7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    d93802c View commit details
    Browse the repository at this point in the history
  2. chore: Update generation configuration at Tue May 6 02:30:59 UTC 2025 (

    …#11559)
    
    * chore: Update generation configuration at Tue May  6 02:30:59 UTC 2025
    
    * chore: generate libraries at Tue May  6 02:33:06 UTC 2025
    cloud-java-bot authored May 6, 2025
    Configuration menu
    Copy the full SHA
    e811d3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e84230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00f0713 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91b1eb9 View commit details
    Browse the repository at this point in the history
  6. feat: Generate IAM v3 Library (#11557)

    * feat: Generate IAM v3 Library
    
    * chore: Add v3 owlbot configs
    
    * chore: generate libraries at Mon May  5 20:02:05 UTC 2025
    
    * chore: Update deps
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    lqiu96 and cloud-java-bot authored May 6, 2025
    Configuration menu
    Copy the full SHA
    a91ea2f View commit details
    Browse the repository at this point in the history
  7. feat: Generate IAM v3beta Library (#11565)

    * feat: Generate IAM v3beta Library
    
    * feat: Generate IAM v3beta Library
    
    * chore: generate libraries at Tue May  6 18:43:43 UTC 2025
    
    * chore: Update deps for v3beta
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    lqiu96 and cloud-java-bot authored May 6, 2025
    Configuration menu
    Copy the full SHA
    fa0236b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. chore(main): release 1.56.0 (#11555)

    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore(main): release 1.56.0
    
    * chore: update CHANGELOG.md in modules
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: yoshi-code-bot <[email protected]>
    release-please[bot] and yoshi-code-bot authored May 7, 2025
    Configuration menu
    Copy the full SHA
    c8ae810 View commit details
    Browse the repository at this point in the history
Loading