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.68.0 #391

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v1.68.0

Added

  • logging: Original context deadline if available is logged under timeout field.

Changed

  • Bump version of google.golang.org/grpc to v1.40.1.

v1.67.0

Added

  • HTTP: add TLS support for the outbound through yaml config and outbound option.

v1.66.0

Added

  • grpc: add TLS support for the outbound through YAML config and dial option.

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.68.0] - 2022-10-20

Added

-- logging: Original context deadline if available is logged under timeout field.

Changed

  • Bump version of google.golang.org/grpc to v1.40.1.

[1.67.0] - 2022-10-20

  • http: add TLS support for the oubound through yaml config and outbound option.

[1.66.0] - 2022-10-10

Added

  • grpc: add TLS support for the outbound through yaml config or dial option.

[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


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 #392.