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

Update io.grpc:grpc-* to v1.55.1 #1583

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Conversation

solrbot
Copy link
Collaborator

@solrbot solrbot commented Apr 23, 2023

This PR contains the following updates:

Package Type Update Change Pending
io.grpc:grpc-xds dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-stub dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-services dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-protobuf-lite dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-protobuf dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-netty-shaded dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-netty dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-grpclb dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-googleapis dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-core dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-context dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-auth dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-api dependencies minor 1.54.0 -> 1.55.1 1.56.0
io.grpc:grpc-alts dependencies minor 1.54.0 -> 1.55.1 1.56.0

Release Notes

grpc/grpc-java

v1.55.1

The 1.55.0 release failed. There were no artifacts published for it.

API Changes
  • services: Rename MetricRecorder.setQps/clearQps to setQpsMetric/clearQpsMetric (#​10031)
Behavior Changes
  • gcp-observability: Remove monitored resource detection for logging (https://github.com/grpc/grpc-java/pull/10020). The cloud libraries will fill in these details instead
  • protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9
New Features
  • api: Stabilize the frequently used compression APIs (#​9942): CallOptions.withCompression, CallOptions.getCompressor, AbstractStub.withCompression, ServerCall.setCompression, ServerCall.setMessageCompression
  • api: Stabilize Detachable and HasByteBuffer
  • gcp-observability: Stabilize GcpObservability (https://github.com/grpc/grpc-java/pull/10024). The GcpObservability API provides a simple way to export logging, tracing, and metrics to Google Cloud Operations. See the Google Cloud blog post.
  • census: Add new tracer annotation to indicate the time when name resolution completed for those RPCs that experienced name resolution delay, or the time when picking subchannel completed for those RPCs that experienced picking subchannel delay. (#​10014, #​10044)
  • protoc-gen-grpc-java: binary for s390x is now published (#​9455). The glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and later
  • authz: Added FileWatcherAuthorizationServerInterceptor (#​9775)
  • services: Added OrcaMetricReportingServerInterceptor.create(MetricRecorder) which adds common metrics per-RPC (#​9902)
  • android: Add UdsChannelBuilder for using LocalSocket an Android (#​8418)
  • alts: Observe the GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES environment variable user to adjust the max number of concurrent ALTS handshakes (#​10016)
  • binder: Expose client identity via PeerUid and PeerUids (#​9952)
  • binder: Add BindServiceFlags.setAllowActivityStarts() for BIND_ALLOW_ACTIVITY_STARTS added in Android U (#​10008)
Bug Fixes
  • core: Fix NPE race during hedging (https://github.com/grpc/grpc-java/pull/10007), fixing a Netty buffer memory leak for cancelled RPCs
  • core: Allow transparent retries after a retry attempt and the configured max retries was 1 (#​10066)
  • okhttp: properly implement OkHttpServerBuilder.maxConnectionAgeGrace() (#​9968)
  • xds: Enable federation support. See gRFC A47
  • xds: Enable Weighted Round Robin LB policy support. See gRFC A58
  • xds: Avoid ClassCastException if the control plane changes the top-level policy (#​10091). This is expected to be unlikely, but is possible
  • xds: Fix java.util.NoSuchElementException: SecurityProtocolNegotiators$ClientSdsHandler#​0 (#​10118). This error did not cause any problems, other than unnecessary logging
  • xds: Avoid using the default locale for case insensitive path matching (#​10148)
  • googleapis: Enable ignore_resource_deletion for google-c2p: resolver’s default xds bootstrap (#​10121)
  • rls: Refresh name resolution on rejected addresses (#​10032)
New Examples
Dependencies
  • protobuf-java and protobuf-java-util upgraded to 3.22.3 (#​10045)
Acknowledgements

v1.54.1

Bug Fixes

Behavior Changes

API stabilizations


Configuration

📅 Schedule: Branch creation - "* * * * 0" (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.


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

This PR has been generated by Renovate Bot

@solrbot solrbot force-pushed the renovate/io.grpc-grpc branch from 3560f3f to 706c66d Compare May 13, 2023 23:47
@solrbot solrbot changed the title Update io.grpc:grpc-* to v1.54.1 Update io.grpc:grpc-* to v1.55.1 May 13, 2023
@solrbot solrbot force-pushed the renovate/io.grpc-grpc branch from 706c66d to a64c139 Compare May 15, 2023 21:43
@solrbot solrbot changed the title Update io.grpc:grpc-* to v1.55.1 Update io.grpc:grpc-* May 15, 2023
@solrbot solrbot changed the title Update io.grpc:grpc-* Update io.grpc:grpc-* to v1.55.1 May 15, 2023
@solrbot solrbot force-pushed the renovate/io.grpc-grpc branch from a64c139 to 6575b65 Compare May 28, 2023 11:39
@solrbot solrbot changed the title Update io.grpc:grpc-* to v1.55.1 Update io.grpc:grpc-* May 28, 2023
@solrbot solrbot changed the title Update io.grpc:grpc-* Update io.grpc:grpc-* to v1.55.1 May 28, 2023
@solrbot solrbot force-pushed the renovate/io.grpc-grpc branch 2 times, most recently from 6aba824 to 352ed8a Compare June 8, 2023 02:42
@solrbot solrbot changed the title Update io.grpc:grpc-* to v1.55.1 Update io.grpc:grpc-* Jun 8, 2023
@solrbot solrbot changed the title Update io.grpc:grpc-* Update io.grpc:grpc-* to v1.55.1 Jun 8, 2023
@solrbot solrbot force-pushed the renovate/io.grpc-grpc branch 2 times, most recently from dd86062 to 440f10a Compare June 14, 2023 12:35
@solrbot solrbot force-pushed the renovate/io.grpc-grpc branch from 440f10a to 25df0fe Compare June 14, 2023 18:27
@risdenk risdenk merged commit 1465935 into apache:main Jun 14, 2023
risdenk pushed a commit that referenced this pull request Jun 14, 2023
janhoy pushed a commit to solrbot/apache-_-solr that referenced this pull request Jun 14, 2023
epugh pushed a commit that referenced this pull request Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants