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.24.0
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.25.0
Choose a head ref
  • 19 commits
  • 153 files changed
  • 12 contributors

Commits on Aug 2, 2023

  1. chore(main): release 2.24.1-SNAPSHOT (#1898)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    65f73d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 8, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    a18fe80 View commit details
    Browse the repository at this point in the history
  2. ci: add downstream compatibility checks (#1909)

    * ci: add downstream compatibility checks
    
    * ci: add downstream compatibility github actions job
    
    * ci: install xmllint
    
    * ci: install xmllint
    
    * ci: install xmllint
    
    * ci: provide default REPOS_UNDER_TEST value
    
    * ci: exit script in google-cloud-java directory
    
    * ci: split downstream compatibility into parallel tests
    
    * ci: reduce log noise from sdk-platform-java install step
    
    * ci: don't fail fast in downstream testing
    
    * ci: perform downstream testing on last release, not HEAD
    
    * chore: improve comments
    
    * ci: add tests for helper scripts
    burkedavison authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f86eca2 View commit details
    Browse the repository at this point in the history
  3. fix: use && in equals check to avoid possible NPE (#1927)

    * fix: use && in equals check to avoid possible NPE
    
    * chore: update goldens
    burkedavison authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    815567c View commit details
    Browse the repository at this point in the history
  4. chore: Resolve flaky HttpJsonDirectServerStreamingCallableTest test (#…

    …1915)
    
    * chore: Use static channel and clientContext
    
    * chore: Resolve lint issues
    
    * chore: Shutdown before await termination
    
    * chore: Double the wait time to 2s
    
    * chore: Double the wait time to 2s
    lqiu96 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ca6cd83 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. chore: add comments to showcase grpc library (#1929)

    * chore: add comments to showcase grpc library
    
    * chore: remove grpc version from annotation
    
    * chore: configure current showcase to include comments
    
    * chore: add include sources argument to verify mvn profiles
    diegomarquezp authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    933cad5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. feat: add generate_library.sh without post processing (#1916)

    * feat: add
    
    * generate gapic and proto folder
    
    * refactor utilities
    
    * add an action to verify
    
    * checkout googleapis-gen
    
    * setup repo name
    
    * add commit hash of googleapis-gen
    
    * change secret
    
    * change token
    
    * change to git clone
    
    * change user name
    
    * add input list
    
    * include resources folder in main
    
    * remove grpc version in `*ServiceGrpc.java`
    
    * change destination path
    
    * compare generation result with googleapis-gen
    
    * fix type in diff command
    
    * checkout repo using checkout action
    
    * checkout repos as nested repo
    
    * sparse checkout googleapis
    
    * Revert "sparse checkout googleapis"
    
    This reverts commit 3d612f8.
    
    * change library
    
    * change step name
    
    * add a readme
    
    * make grpc version optional
    
    * make protobuf version optional
    
    * checkout master branch, rather than a commit hash
    
    * allow snapshot version of generator
    
    * download snapshot of generator parent pom
    
    * update README
    
    * download generator and grpc using mvn
    
    * change error message
    
    * add maven central mirror
    
    * add comments in utilities
    
    * add comments
    
    * add an integration test
    
    * fail fast if no file is found
    
    * do not delete google/
    
    * get protobuf version from WORKSPACE
    
    * add instructions on download `google/` from googleapis
    
    * add comments
    
    * update description of `destination_path`
    
    * update comments
    
    * download dependencies using `curl`
    
    * increase download time
    
    * remove comment
    
    * add samples directory in readme
    
    * remove prerequisite about `proto_path`
    
    * add explanation in prerequisite
    
    * add example to generate showcase
    
    * add a comment
    JoeWang1127 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ffc058a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. build(deps): bump cryptography from 41.0.2 to 41.0.3 in /.kokoro (#1899)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.2...41.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e0d2326 View commit details
    Browse the repository at this point in the history
  2. docs: [iam] Minor formatting (#1902)

    * docs: Minor formatting
    
    PiperOrigin-RevId: 553099804
    
    Source-Link: googleapis/googleapis@f48d1a3
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/9607990f4c3217bac6edd8131614cfcc71744a6f
    Copy-Tag: eyJwIjoiamF2YS1pYW0vLk93bEJvdC55YW1sIiwiaCI6Ijk2MDc5OTBmNGMzMjE3YmFjNmVkZDgxMzE2MTRjZmNjNzE3NDRhNmYifQ==
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * docs: Minor formatting
    
    PiperOrigin-RevId: 553099804
    
    Source-Link: googleapis/googleapis@f48d1a3
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/9607990f4c3217bac6edd8131614cfcc71744a6f
    Copy-Tag: eyJwIjoiamF2YS1pYW0vLk93bEJvdC55YW1sIiwiaCI6Ijk2MDc5OTBmNGMzMjE3YmFjNmVkZDgxMzE2MTRjZmNjNzE3NDRhNmYifQ==
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5ec1142 View commit details
    Browse the repository at this point in the history
  3. chore: clean up hermetic build script and test (#1943)

    * feat: add
    
    * generate gapic and proto folder
    
    * refactor utilities
    
    * add an action to verify
    
    * checkout googleapis-gen
    
    * setup repo name
    
    * add commit hash of googleapis-gen
    
    * change secret
    
    * change token
    
    * change to git clone
    
    * change user name
    
    * add input list
    
    * include resources folder in main
    
    * remove grpc version in `*ServiceGrpc.java`
    
    * change destination path
    
    * compare generation result with googleapis-gen
    
    * fix type in diff command
    
    * checkout repo using checkout action
    
    * checkout repos as nested repo
    
    * sparse checkout googleapis
    
    * Revert "sparse checkout googleapis"
    
    This reverts commit 3d612f8.
    
    * change library
    
    * change step name
    
    * add a readme
    
    * make grpc version optional
    
    * make protobuf version optional
    
    * checkout master branch, rather than a commit hash
    
    * allow snapshot version of generator
    
    * download snapshot of generator parent pom
    
    * update README
    
    * download generator and grpc using mvn
    
    * change error message
    
    * add maven central mirror
    
    * add comments in utilities
    
    * add comments
    
    * add an integration test
    
    * fail fast if no file is found
    
    * do not delete google/
    
    * get protobuf version from WORKSPACE
    
    * add instructions on download `google/` from googleapis
    
    * add comments
    
    * update description of `destination_path`
    
    * update comments
    
    * download dependencies using `curl`
    
    * increase download time
    
    * remove comment
    
    * add samples directory in readme
    
    * remove prerequisite about `proto_path`
    
    * add explanation in prerequisite
    
    * add example to generate showcase
    
    * chore: clean up hermetic build script and test
    
    Allow running on OSX in addition to Linux.
    
    * fix exit code
    
    * fix sed
    
    * fix rm command
    
    * run multiple os
    
    * change cpu arch for macos
    
    * change os arch
    
    * change tag to commit hash
    
    * remove 3p action
    
    * change inputs
    
    ---------
    
    Co-authored-by: JoeWang1127 <[email protected]>
    meltsufin and JoeWang1127 authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6545fd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde34fb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. feat: [common-protos,common-protos] add new FieldBehavior value IDENT…

    …IFIER (#1937)
    
    * feat: add new FieldBehavior value IDENTIFIER
    
    PiperOrigin-RevId: 559119958
    
    Source-Link: googleapis/googleapis@f5987af
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/cdecaddcc425659d3fc2e43caa820ba067607961
    Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJjZGVjYWRkY2M0MjU2NTlkM2ZjMmU0M2NhYTgyMGJhMDY3NjA3OTYxIn0=
    
    feat: add new FieldBehavior value IDENTIFIER
    
    PiperOrigin-RevId: 559119958
    
    Source-Link: googleapis/googleapis@f5987af
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/cdecaddcc425659d3fc2e43caa820ba067607961
    Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJjZGVjYWRkY2M0MjU2NTlkM2ZjMmU0M2NhYTgyMGJhMDY3NjA3OTYxIn0=
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    24ae2a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. chore: add unit tests for utilities.sh (#1948)

    * chore: add unit tests for `generate_library.sh`
    
    * add tests
    
    * add test execution loop
    
    * add test for `search_additional_protos`
    
    * add tests for `search_additional_protos`
    
    * add tests for `get_gapic_opts`
    
    * add test for `remove_grpc_version`
    
    * add tests for download protobuf and grpc plugin
    
    * add tests for invalid download test
    
    * code reformat
    
    * fix typo
    
    * test exit code when download failed
    JoeWang1127 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6e9ef3f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix: remove -H:-RunReachabilityHandlersConcurrently (#1892)

    * fix: remove -H:-RunReachabilityHandlersConcurrently and legacy ProtobufMessageFeature.java
    burkedavison authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9cc52e1 View commit details
    Browse the repository at this point in the history
  2. chore: shell code format (#1961)

    * chore: shell code format
    
    * reformat
    
    * reformat
    
    * reformat
    
    * reformat
    
    * code format
    
    * change test resource name
    
    * change resource directory
    JoeWang1127 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    44701e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. feat: Adding vendor and vendor information in header (#1963)

    * chore: Adding vendor and vendor information in java-version header
    ddixit14 authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ed44aa7 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.25.0 (#1904)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1ac5fa3 View commit details
    Browse the repository at this point in the history
Loading