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.70.0 #401

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v1.70.0

[1.70.0] - 2023-02-16 Fixed

  • grpc: apply compression only on the outbounds with compression enabled.

v1.69.1

No release notes provided.

v1.69.0

Added

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

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.

... (truncated)

Changelog

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

[1.70.0] - 2023-02-16

Fixed

  • grpc: apply compression only on the outbounds with compression enabled.

[1.69.1] - 2023-1-24

Changed

-- yarpcerrors: export logic to get server and client fault type

[1.69.0] - 2022-11-10

Added

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

[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.

... (truncated)

Commits
  • 3f20a99 Merge pull request #2202 from yarpc/ronakj/release
  • 2ba580f Preparing release v1.70.0
  • 2ccc9b9 http: isolate outbound url schema change impacting all outbounds (#2201)
  • e58c0b7 Merge pull request #2199 from yarpc/fix-compression
  • e4022c8 Merge branch 'dev' into fix-compression
  • 7a4a0a8 Back to development
  • 9fb46c1 grpc: apply compression only on outbounds with compression enabled
  • 8ccd79a Merge pull request #2198 from yarpc/allenlu/release
  • f685228 Preparing release v1.69.1
  • 42c0081 Merge branch 'dev' into allenlu/release
  • 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 #412.