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

Bump protoc-gen-grpc-java from 1.27.1 to 1.28.1 #103

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps protoc-gen-grpc-java from 1.27.1 to 1.28.1.

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.28.1

Bug Fixes

  • xds: implement more clear specifications for locality filtering (allow localities with 0 endpoint, ignore localities with 0 weight, check for locality priority continuity). (#6875)

v1.28.0

gRPC Java 1.28.0 Release Notes

API Changes

  • core: service config parsing now validates the final config object via LoadBalancerProvider#parseLoadBalancingPolicyConfig. LoadBalancer developers should use parsed config(loadBalancingPolicyConfig) in ResolvedAddresses instead of deprecated attribute io.grpc.LoadBalancer.ATTR_LOAD_BALANCING_CONFIG.
  • core: remove stickiness from round robin (#6698)

Behavioral Changes

  • core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) (#6637)
    • gRPCLB policy selection is being stabilized according to this gRFC. gRPCLB policy will not be automatically selected even if there are SRV addresses resolved. You need to explicitly specify the selection by service config (in TXT records, or via ManagedChannelBuilder#defaultServiceConfig or ManagedChannelBuilder#defaultLoadBalancingPolicy).

New Features

  • This release adds an experimental client side implementation of xDSv2 APIs. This allows a gRPC client written in Java to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future.

Bug Fixes

  • netty: fix a deadlock on start gRPC server (#6601)
  • netty: negotiated application level protocol is now checked against the correct ALPN list in the SslContext settings
  • okhttp: fix incorrect connection-level flow control handling at beginning of connection.
  • alts: Fix using the wrong way of checking if Conscrypt is available (#6672)
  • grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
  • alts: do not exclude opencensus-api from google-oauth2's transitive dependencies (#6607)
    • grpc-alts was broken since 1.27.0 release for missing opencensus-api used in google-oauth2. This was due to opencensus-api dependency was eliminated from grpc-core. Now it should be included.

Documentation

  • stub,examples: Clarify CallStreamObserver's Javadoc (#6561)

Dependencies

  • Bump Netty to 4.1.45.Final and tcnative to 2.0.28.Final
  • Bump okhttp to 2.7.4
  • Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.20.0

Acknowledgements

@chrisschek @cushon Liam Miller-Cushon @elharo Elliotte Rusty Harold @gfelbing Georg Welzel @hatahet Ziad Hatahet @leventov Roman Leventov @sourabhsparkala Sourabh Sarvotham Parkala @ZhenLian Zhen Lian

v1.27.2

Bug Fixes

  • grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
Commits
  • 1ee322c Bump version to 1.28.1
  • 56bf3a6 Update README etc to reference 1.28.1
  • cf4121d xds: patch unit tests for changes in locality filtering (#6881) (#6885)
  • 2581a57 xds: filter EDS localities with clarified specifications (#6874) (#6875)
  • 45ef4af buildscripts: allow per-xds test case artifacts (#6857) (#6861)
  • 8599712 buildscripts: checkout matching grpc/grpc branch for xds test
  • ff0e101 buildscripts,interop-testing: Increase logging for xDS tests
  • b3ddccf buildscripts: update xds test server arg (#6816) (#6826)
  • 2c2ae3c Bump version to 1.28.1-SNAPSHOT
  • 3dbd250 Bump version to 1.28.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@graemerocher graemerocher merged commit 795da17 into master Apr 16, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.grpc-protoc-gen-grpc-java-1.28.1 branch April 16, 2020 06:09
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.

1 participant