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: cloudquery/plugin-pb-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.16
Choose a base ref
...
head repository: cloudquery/plugin-pb-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.17
Choose a head ref
  • 7 commits
  • 37 files changed
  • 2 contributors

Commits on Apr 2, 2024

  1. fix: Generate Java Code from plugin-pb (#94)

    This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`.
    cq-bot authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    52c313d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. chore: Create CODEOWNERS

    erezrokah authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e22c16e View commit details
    Browse the repository at this point in the history
  2. chore: Update CODEOWNERS

    erezrokah authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    331643a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. chore(deps): Update github-actions (#96)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | gradle/gradle-build-action | action | digest | `942d5e1` -> `4c39dd8` |
    | gradle/wrapper-validation-action | action | digest | `b231772` -> `216d1ad` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2024
    Configuration menu
    Copy the full SHA
    93d5e4d View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update grpc-java monorepo to v1.63.0 (#97)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
    | [io.grpc:grpc-testing](https://github.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
    | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
    | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
    | [io.grpc:grpc-services](https://github.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
    | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java (io.grpc:protoc-gen-grpc-java)</summary>
    
    ### [`v1.63.0`](https://github.com/grpc/grpc-java/releases/tag/v1.63.0)
    
    ##### API Changes
    
    -   xds: Stabilize CsdsService ([#&#8203;11003](https://github.com/grpc/grpc-java/issues/11003)) ([`0d749c5`](https://github.com/grpc/grpc-java/commit/0d749c594))
    -   api: Stabilize server.getListenerSockets ([#&#8203;10910](https://github.com/grpc/grpc-java/issues/10910)) ([`ff34d51`](https://github.com/grpc/grpc-java/commit/ff34d51c7))
    -   servlet: Introduce ServletServerBuilder.buildServlet([#&#8203;10921](https://github.com/grpc/grpc-java/issues/10921)) ([`257d1c2`](https://github.com/grpc/grpc-java/commit/257d1c2db))
    -   api: Allow configuration of the queued byte threshold at which a Stream is considered not ready ([#&#8203;10977](https://github.com/grpc/grpc-java/issues/10977)) ([`2c83ef0`](https://github.com/grpc/grpc-java/commit/2c83ef063))
    
    ##### New Features
    
    xds, dual stack, happy eyeballs: Support dual stack in xds, change list includes:
    
    -   Enable new PickFirst lb policy by default. The new PickFirst implements subchannel picking logic.  ([#&#8203;11002](https://github.com/grpc/grpc-java/issues/11002)) ([`8a9ce99`](https://github.com/grpc/grpc-java/commit/8a9ce990b))
    -   EDS resource now supports additional addresses ([#&#8203;11011](https://github.com/grpc/grpc-java/issues/11011)) ([`38f968f`](https://github.com/grpc/grpc-java/commit/38f968faf))
    -   Change address based outlier detection to endpoint based ([#&#8203;10939](https://github.com/grpc/grpc-java/issues/10939)) ([`c61fe69`](https://github.com/grpc/grpc-java/commit/c61fe6980))
    -   Enable Happy Eyeballs by default ([#&#8203;11022](https://github.com/grpc/grpc-java/issues/11022)) ([`51f811d`](https://github.com/grpc/grpc-java/commit/51f811df8))
    
    ##### Improvements
    
    -   rls: Adding extra debug logs ([#&#8203;10902](https://github.com/grpc/grpc-java/issues/10902)) ([`eba699a`](https://github.com/grpc/grpc-java/commit/eba699ad1))
    -   binder: Add missing Android API annotations ([#&#8203;10841](https://github.com/grpc/grpc-java/issues/10841)) ([`ce2adcc`](https://github.com/grpc/grpc-java/commit/ce2adcca9))
    -   core: Provide DEADLINE_EXCEEDED insights for context deadline ([`3abab95`](https://github.com/grpc/grpc-java/commit/3abab95e7)). When the deadline triggered and the deadline was set on the RPC via the stub or CallOptions, gRPC would gather additional debugging information to help understand where the RPC took so long. However if the deadline came from io.grpc.Context the error was simply “context timed out.” Now the debugging information is provided in both cases
    -   examples: Fix file paths in debug example README ([`e19f1f1`](https://github.com/grpc/grpc-java/commit/e19f1f15a))
    -   compiler: implement ability to skip generation of javax annotation ([#&#8203;10927](https://github.com/grpc/grpc-java/issues/10927)) ([`0d39c2c`](https://github.com/grpc/grpc-java/commit/0d39c2c70)). Pass the option `jakarta_omit` to protoc-gen-grpc-java when generating code
    -   xds: Get rid of xDS v2 proto dependencies ([#&#8203;10968](https://github.com/grpc/grpc-java/issues/10968)) ([`feab4e5`](https://github.com/grpc/grpc-java/commit/feab4e544)). `grpc-xds` jar size has decreased by 35%.
    -   xds: Support retrieving names from wrapped resource containers ([#&#8203;10975](https://github.com/grpc/grpc-java/issues/10975)) ([`867e469`](https://github.com/grpc/grpc-java/commit/867e46940))
    -   netty: improve server handling of writes to reset streams ([#&#8203;10258](https://github.com/grpc/grpc-java/issues/10258)) ([`a68399a`](https://github.com/grpc/grpc-java/commit/a68399a9b))
    -   api: Fix a typo in ServerInterceptor JavaDoc ([#&#8203;10990](https://github.com/grpc/grpc-java/issues/10990)) ([`0b82f01`](https://github.com/grpc/grpc-java/commit/0b82f0126))
    -   servlet: Check log fine level before hex string conversion. ([#&#8203;11038](https://github.com/grpc/grpc-java/issues/11038))
    -   auth: Specify a locale for upper/lower case conversions (1.63.x backport) [#&#8203;11050](https://github.com/grpc/grpc-java/issues/11050)
    
    ##### Bug Fixes
    
    -   xds: Copy data in least request to avoid picker data race ([`f4cc166`](https://github.com/grpc/grpc-java/commit/f4cc166f1)). This fixes a possible regression introduced in 1.60.0. Auditing the buggy code showed it unlikely to cause problems in practice, but that was more by happenstance than by design
    -   xds: Fix data race in the xds client that contacts the control plane ([`d7628a3`](https://github.com/grpc/grpc-java/commit/d7628a3ab))
    -   rls: Fix a local and remote race ([`aa90768`](https://github.com/grpc/grpc-java/commit/aa9076812)). The remote race could cause an RPC to hang until its deadline. It had been seen in practice when the client was severely CPU under-provisioned
    -   xds: Fix xdsNameResolver virtual host lookup authority with xdstp style names. Use service authority instead of ldsResourceName ([#&#8203;10960](https://github.com/grpc/grpc-java/issues/10960)) ([`78b3972`](https://github.com/grpc/grpc-java/commit/78b3972ff))
    -   core: Fix retry race condition that can lead to double decrementing inFlightSubStreams and so miss calling closed ([#&#8203;11026](https://github.com/grpc/grpc-java/issues/11026)) ([#&#8203;11033](https://github.com/grpc/grpc-java/issues/11033))
    -   okhttp: Fix OkHTTP client transport leak ([#&#8203;11060](https://github.com/grpc/grpc-java/issues/11060))
    -   xds: Use empty string when disabling server hostname verification ( [#&#8203;11058](https://github.com/grpc/grpc-java/issues/11058))
    
    ##### Dependencies
    
    -   Upgraded google-auth-library-java to 1.22.0
    
    ##### Acknowledgement
    
    Alex Panchenko
    Benjamin Peterson
    David Ankin
    Prashanth Swaminathan
    Touko Vainio-Kaila
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 1, 2024
    Configuration menu
    Copy the full SHA
    9b5e9d4 View commit details
    Browse the repository at this point in the history
  3. fix: Generate Java Code from plugin-pb (#98)

    This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`.
    cq-bot authored May 1, 2024
    Configuration menu
    Copy the full SHA
    52a1999 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. chore(main): Release v0.0.17 (#95)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.17](v0.0.16...v0.0.17) (2024-05-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update grpc-java monorepo to v1.63.0 ([#97](#97)) ([9b5e9d4](9b5e9d4))
    * Generate Java Code from `plugin-pb` ([#94](#94)) ([52c313d](52c313d))
    * Generate Java Code from `plugin-pb` ([#98](#98)) ([52a1999](52a1999))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    6efbbef View commit details
    Browse the repository at this point in the history
Loading