fix(deps): Update dependency io.grpc:grpc-protobuf to v1.59.0#138
Merged
kodiakhq[bot] merged 2 commits intomainfrom Nov 1, 2023
Merged
fix(deps): Update dependency io.grpc:grpc-protobuf to v1.59.0#138kodiakhq[bot] merged 2 commits intomainfrom
kodiakhq[bot] merged 2 commits intomainfrom
Conversation
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 27, 2023
🤖 I have created a release *beep* *boop* --- ## [0.0.13](v0.0.12...v0.0.13) (2023-11-26) ### Bug Fixes * add date types to ArrowHelper ([#141](#141)) ([21e4981](21e4981)) * **deps:** Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.15.3 ([#133](#133)) ([627b49d](627b49d)) * **deps:** Update dependency com.fasterxml.jackson.core:jackson-core to v2.15.3 ([#135](#135)) ([235781d](235781d)) * **deps:** Update dependency com.google.guava:guava to v32.1.3-jre ([#136](#136)) ([eb7b853](eb7b853)) * **deps:** Update dependency gradle to v8.4 ([#137](#137)) ([8675852](8675852)) * **deps:** Update dependency io.grpc:grpc-protobuf to v1.59.0 ([#138](#138)) ([88d3e71](88d3e71)) * **deps:** Update dependency io.grpc:grpc-stub to v1.59.0 ([#140](#140)) ([556b91b](556b91b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.58.0->1.59.0Release Notes
grpc/grpc-java (io.grpc:grpc-protobuf)
v1.59.0gRPC Java 1.59.0 Release Notes
PLANNED ABI BREAKAGE!
This breaks the ABI of the
@ExperimentalApiclasses listed below.This does not impact source code (API); it only impacts code compiled with a different version of gRPC than it runs with (ABI).
Users that recompiled their code using grpc-java
v1.36.0(released on Feb 23, 2021) and later, ARE NOT AFFECTED.Users that compiled their source using grpc-java earlier than
v1.36.0may need to recompile when upgrading to grpc-javav1.59.0.See details in #10406.
Affected classes
Class
io.grpc.internal.AbstractManagedChannelImplBuilderis deleted, and no longer in the class hierarchy of the channel builders:io.grpc.netty.NettyChannelBuilderio.grpc.okhttp.OkhttpChannelBuilderio.grpc.cronet.CronetChannelBuilderClass
io.grpc.internal.AbstractServerImplBuilderis deleted, and no longer in the class hierarchy of the server builders:io.grpc.netty.NettyServerBuilderio.grpc.inprocess.InProcessServerBuilderAPI Changes
AbstractManagedChannelImplBuilderandAbstractServerImplBuilderare removed (#10530). This is ABI-breaking, see the warning above. (#10406)v1.36.0to ease removal of internal ABIs. (#10406)ForwardingChannelBuilder2, an ABI-safe version ofForwardingChannelBuilder, which will be deprecated in the following release. (#10585, #10406)LoadBalancer.FixedResultPickerconvenience class for load balancer implementations. It is a replacement forErrorPickerandEMPTY_PICKERadded in 1.58.0Behavior Changes
Improvements
Bug Fixes
Documentation
Dependencies
Acknowledgements
John Cormie (@jdcormie)
Stephane Landelle (@slandelle)
@kotlaja
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 this update again.
This PR has been generated by Renovate Bot.