yarpc / yab

Call and benchmark YARPC services from the command line.
MIT License
85 stars 33 forks source link

Bump go.uber.org/yarpc from 1.60.0 to 1.65.0 #385

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps go.uber.org/yarpc from 1.60.0 to 1.65.0.

Release notes

Sourced from go.uber.org/yarpc's releases.

v1.65.0

Added

  • protoc-gen-yarpc-go-v2: Added new yarpc proto plugin protoc-gen-yarpc-go-v2. protoc-gen-yarpc-go-v2 generated yarpc protobuf code is compatible with golang protobuf v2 apis.

v1.64.0

Added

  • tchannel: add TLS support for the inbound. Supports accepting TLS and plaintext connections on the same port.

Changed

  • protoc-gen-yarpc-go: expose service reflection metadata.

v1.63.0

Added

  • http - add TLS support for the inbound. Supports accepting TLS and plaintext connections on the same port.

Changed

  • grpc - set default client and server maximum receive message sizes to 64MB from earlier 4MB.

v1.62.0

Added

  • grpc - option to enable multiplexed inbound which accepts TLS and plaintext connections on the same port.

v1.61.0

Added

  • grpc - option to set custom maximum header list size.
Changelog

Sourced from go.uber.org/yarpc's changelog.

[1.65.0] - 2022-09-26

Added

  • protoc-gen-yarpc-go-v2: Added new yarpc proto plugin protoc-gen-yarpc-go-v2. protoc-gen-yarpc-go-v2 generated yarpc protobuf code is compatible with golang protobuf v2 apis.

[1.64.0] - 2022-09-12

Added

  • tchannel: add TLS support for the inbound. Supports accepting TLS and plaintext connections on the same port.

Changed

  • protoc-gen-yarpc-go: expose service reflection metadata.

[1.63.0] - 2022-08-17

Added

  • http - add TLS support for the inbound. Supports accepting TLS and plaintext connections on the same port.

Changed

  • grpc - set default client and server maximum receive message sizes to 64MB from earlier 4MB.

[1.62.0] - 2022-07-27

Added

  • grpc - option to enable multiplexed inbound which accepts TLS and plaintext connections on the same port.

[1.61.0] - 2022-07-19

Added

  • grpc - option to set custom maximum header list size.
Commits
  • 09a1d87 Merge pull request #2167 from yarpc/dev
  • 143b1dc Preparing relase v1.65.0 (#2165)
  • ab5cb16 Introduction of protoc-gen-yarpc-go-v2 plugin compatible with golang protobuf...
  • a1a51b8 [2/n] tls: refactor tlsscenario under tls pkg (#2162)
  • 14b7fec tls: refactor tls mux listener package (#2161)
  • d332645 Back to development
  • 72dd34b Merge pull request #2156 from yarpc/ronakj/release
  • 14a81b8 Preparing release v1.64.0
  • 573af19 protoc-gen-yarpc-go: expose service reflection meta (#2155)
  • 023cdcf [11/n] tlsmux: TChannel inbound integration (#2154)
  • 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)
CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot[bot] commented 1 year ago

Superseded by #387.