Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update grpc-java monorepo to v1.64.0 #560

Merged
merged 1 commit into from
May 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.grpc:grpc-stub 1.63.0 -> 1.64.0 age adoption passing confidence
io.grpc:grpc-services 1.63.0 -> 1.64.0 age adoption passing confidence
io.grpc:grpc-protobuf 1.63.0 -> 1.64.0 age adoption passing confidence
io.grpc:grpc-netty-shaded 1.63.0 -> 1.64.0 age adoption passing confidence

Release Notes

grpc/grpc-java (io.grpc:grpc-stub)

v1.64.0

API Changes
  • compiler: the option jakarta_omit was renamed @generated=omit (#​11086) (8a21afc)
New Features
  • New API LoadBalancer.getChannelTarget() (4561bb5)
  • opentelemetry: Publish new module grpc-opentelemetry (5ba1a55). The feature is still missing documentation and an example. It only supports metrics; tracing and logs will be future enhancements. See gRFC A66
  • bazel: Add support for bzlmod (#​11046) (d1890c0)
  • bazel: Replace usages of the old compatibility maven targets with @maven targets (0064991)
  • okhttp: Support serverBuilder.maxConcurrentCallsPerConnection (Fixes #​11062). (#​11063) (8050723)
  • xds: Experimental metrics recording in WRR LB (06df25b, 35a171b, 2897b39), to be exported by grpc-opentelemetry if explicitly enabled in GrpcOpenTelemetry. See gRFC A78
  • rls: Experimental metrics recording in RLS LB (a9fb272, a1d1932, 8133318), to be exported by grpc-opentelemetry if explicitly enabled in GrpcOpenTelemetry
Improvements
  • examples: support bazel build for retry policy example (58de563)
  • netty: Allow deframer errors to close stream with a status code, as long as headers have not yet been sent (e036b1b). This will greatly improve the debuggability of certain server errors in particular cases. Instead of the client seeing “CANCELLED: RST_STREAM closed stream. HTTP/2 error code: CANCEL”, they could see “RESOURCE_EXHAUSTED: gRPC message exceeds maximum size 4194304: 6144592
  • netty: Improve handling of unexpected write queue promise failures (#​11016)
  • servlet: Avoid unnecessary FINEST hex string conversion by checking log level. Fixes #​11031. (f7ee5f3)
  • StatusException/StatusRuntimeException hide stack trace in a simpler way (#​11064) (e36f099)
  • util: Status desc for outlier detection ejection (#​11036) (10cb4a3)
  • binder: Helper class to allow in process servers to use peer uids in test (#​11014) (537dbe8)
  • Add load() statements for the Bazel builtin top-level java symbols (#​11105) (add8c37)
  • Add StatusProto.toStatusException overload to accept Throwable (#​11083) (5c9b492)
Bug fixes
  • Fix retry race condition that can lead to double decrementing inFlightSubStreams and so miss calling closed (#​11026) (bdb6230)
  • Change defaults to use the older PickFirstLoadBalancer and disable Happy Eyeballs. This disables a performance optimization added in v1.63. (#​11120) We have had a report that the new implementation can trigger a NullPointerException
  • core: Transition to CONNECTING immediately when exiting idle (2c5f0c2). Previously the visible state change from channel.getState() was delayed until the name resolver returned results. This had no impact to RPC behavior
  • xds: Specify a locale for upper/lower case conversions (e630593)
  • rls: Synchronization fixes in CachingRlsLbClient (6e97b18). These races had not been witnessed in practice
  • rls: Guarantee backoff will update RLS picker (f9b6e5f). This fixes a regression introduced by 6e97b18 that could hang RPCs instead of using fallback, but fixes a pre-existing bug that could greatly delay RPCs from using fallback.
  • rls: Fix time handling in CachingRlsLbClient (da619e2). This could have caused backoff entries to improperly be considered expired
  • xds: Properly disable the default endpoint identification algorithm with XdsChannelCredentials (097a46b). The credential does its own verification and the default needs to be disabled for SPIFFE
  • netty: Release SendGrpcFrameCommand when stream is missing (#​11116) (fb9a108)
  • okhttp: Remove finished stream even if a pending stream was started (d21fe32)
Dependencies
  • cronet: Update Cronet to latest release + Move to Stable Cronet APIs. (5a8da19)
  • cronet: @​javadoc update android permission MODIFY_NETWORK_ACCOUNTING (deprecated) => UPDATE_DEVICE_STATS (c703a1e)
  • cronet: Update to Java-8 API's and tighten the scopes (163efa3)
  • cronet: Update to StandardCharsets and assertNotNull API's (77e59b2)
Acknowledgements

@​panchenko
@​Ashok-Varma
@​benjaminp
@​AutomatedTester
@​hypnoce
@​keith
@​laglangyue
@​rostik404
@​ryanpbrewster
@​abtom
@​hvadehra
@​rtadepalli

v1.63.1

Bug fixes
  • netty: Release SendGrpcFrameCommand when stream is missing (#​11116) (fb9a108)
  • Change defaults to use the older PickFirstLoadBalancer and disable Happy Eyeballs. This disables a performance optimization added in v1.63.0 (#​11120) We have had a report that the new implementation can trigger a NullPointerException

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type:dependencies 🔧 Update one or more dependencies label May 29, 2024
@renovate renovate bot enabled auto-merge (squash) May 29, 2024 00:25
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.67%. Comparing base (9f53cc7) to head (4696fe9).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #560      +/-   ##
==========================================
+ Coverage   31.61%   31.67%   +0.06%     
==========================================
  Files          58       58              
  Lines        3122     3122              
==========================================
+ Hits          987      989       +2     
+ Misses       2135     2133       -2     
Flag Coverage Δ
shulker-addon-matchmaking 22.53% <ø> (+0.63%) ⬆️
shulker-crds 92.30% <ø> (ø)
shulker-kube-utils 11.25% <ø> (ø)
shulker-operator 59.45% <ø> (ø)
shulker-utils 88.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@renovate renovate bot merged commit f714fe1 into main May 29, 2024
15 checks passed
@renovate renovate bot deleted the renovate/grpc-java-monorepo branch May 29, 2024 00:38
jeremylvln pushed a commit that referenced this pull request Aug 24, 2024
## [0.9.0](v0.8.1...v0.9.0) (2024-08-24)

### ⚠ BREAKING CHANGES

* upgrade all workspace (#618)

### ✨ Features ✨

* **shulker-crds:** specify scale subresource for ProxyFleet and MinecraftServerFleet ([#623](#623)) ([569e010](569e010))
* support reconnecting players to cluster ([#364](#364)) ([1a2266e](1a2266e))
* upgrade all workspace ([#618](#618)) ([6a34b62](6a34b62))

### 🐛 Bug Fixes 🐛

* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.38.0 ([#545](#545)) ([d5e1ad0](d5e1ad0))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.39.0 ([#547](#547)) ([d786cb6](d786cb6))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.39.1 ([#561](#561)) ([b0745b4](b0745b4))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.40.0 ([#580](#580)) ([469fb17](469fb17))
* **deps:** update dependency com.google.api.grpc:proto-google-common-protos to v2.42.0 ([#620](#620)) ([f13cd98](f13cd98))
* **deps:** update dependency com.google.guava:guava to v33.1.0-jre ([#500](#500)) ([d865881](d865881))
* **deps:** update dependency com.google.guava:guava to v33.2.0-jre ([#546](#546)) ([bfbb4aa](bfbb4aa))
* **deps:** update dependency com.google.guava:guava to v33.2.1-android ([#577](#577)) ([c0858d9](c0858d9))
* **deps:** update dependency com.google.guava:guava to v33.2.1-jre ([#578](#578)) ([2a3a7b9](2a3a7b9))
* **deps:** update dependency com.google.protobuf:protobuf-java to v3.25.4 ([#619](#619)) ([266a85e](266a85e))
* **deps:** update dependency net.kyori:adventure-api to v4.17.0 ([#556](#556)) ([52e3b0e](52e3b0e))
* **deps:** update dependency net.kyori:adventure-platform-bungeecord to v4.3.3 ([#582](#582)) ([05e3471](05e3471))
* **deps:** update dependency redis.clients:jedis to v5.1.3 ([#568](#568)) ([90745de](90745de))
* **deps:** update fabric8-kubernetes-client monorepo to v6.12.1 ([#548](#548)) ([dfc3b98](dfc3b98))
* **deps:** update fabric8-kubernetes-client monorepo to v6.13.0 ([#576](#576)) ([a9a13d7](a9a13d7))
* **deps:** update grpc-java monorepo to v1.63.0 ([#549](#549)) ([c45fea4](c45fea4))
* **deps:** update grpc-java monorepo to v1.64.0 ([#560](#560)) ([f714fe1](f714fe1))

### 📚 Documentation 📚

* add search ([#616](#616)) ([9a6813b](9a6813b))
* change "Mounting volumes" example text ([#526](#526)) ([f271222](f271222))
* fix Mincraft typo ([#527](#527)) ([875de67](875de67))
Copy link

🎉 This issue has been resolved in version 0.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies 🔧 Update one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants