yorkie-team / yorkie

Yorkie is a document store for collaborative applications.
https://yorkie.dev
Apache License 2.0
771 stars 143 forks source link

Bump connectrpc.com/connect from 1.12.0 to 1.16.0 #827

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps connectrpc.com/connect from 1.12.0 to 1.16.0.

Release notes

Sourced from connectrpc.com/connect's releases.

v1.16.0

This release is mostly bug fixes but also reconciles connect-go with recent updates to the specification regarding mapping of RPC error codes to/from HTTP status codes (see connectrpc RFC 003)

What's Changed

Other changes

  • Revise RPC error code HTTP status code mappings per latest changes to spec by @​jhump in #706

Enhancements

  • Only send a grpc-status-details-bin trailer in the gRPC protocol if the error has details by @​bhollis in #713

Bugfixes

  • Fix ErrorWriter IsSupported check to report false on ambiguous content-type and options indicate connect protocol version header is required by @​emcfarlane in #700
  • In Connect unary protocol, fallback to code based on HTTP status if unable to deserialize code from JSON body by @​jhump in #702
  • Fix ErrorWriter to recognize protocols, even if content-type indicates unrecognized codec by @​emcfarlane in #701
  • Fix some places in the framework that weren't correctly recognizing and returning context-based error code (e.g. "canceled" or "deadline_exceeded") by @​jhump in #709
  • Use "unimplemented" code for stream cardinality violations by @​jhump in #712
  • Restrict which metadata in an error can be propagated into response metadata by @​emcfarlane in #711

New Contributors

Full Changelog: https://github.com/connectrpc/connect-go/compare/v1.15.0...v1.16.0

v1.15.0

What's Changed

Since the last release, we have been significantly increasing coverage of our conformance suite. This has identified several inconsistencies with other Connect, gRPC, and gRPC-Web implementations. This release includes several fixes that will help align this implementation with others, behavior that can be verified by the conformance tests going forward. The fixes are backward-compatible with gRPC and Connect clients and servers. They fix some aspects of the wire representation and edge-case handling of spurious requests and responses, and they may affect users directly inspecting HTTP requests and responses.

Governance

Enhancements

  • Add transport-level retry support for RPCs with unary and server-stream RPCs. This also improves efficiency by eliminating a goroutine and a message copy. By @​emcfarlane in #649
  • Prefer "application/grpc" over "application/grpc+proto" content-type when issuing gRPC calls. This accommodates Google Cloud Platform servers, which don't fully implement the gRPC specification. By @​lrewega in #655
  • Small efficiency gains in on all outbound HTTP requests and unary Connect response validation by @​mattrobenolt in #682, #683
  • Improve efficiency handling gRPC-Web and Connect end-of-stream messages by @​jhump in #678

Bugfixes

  • Fix HTTP status to Code mapping by @​emcfarlane in #673
  • Client should verify response content-type by @​jhump in #679
  • Omit erroneous @type attribute from Connect error detail debug string by @​jhump in #688
  • Use context to correctly classify some errors with Canceled or DeadlineExceeded code by @​emcfarlane in #659
  • Fix trailers-only response handling and some gRPC error coding by @​jhump in #677, #690

Full Changelog: https://github.com/connectrpc/connect-go/compare/v1.14.0...v1.15.0

v1.14.0

What's Changed

Security

  • Update google.golang.org/protobuf to v1.32.0 to fix a security vulnerability in protojson thanks to @​jhump in #660. For more information, refer to the protobuf v1.32.0 release notes.

... (truncated)

Commits
  • 0208427 Prepare for v1.16.0 (#714)
  • dbd9097 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /internal/conformanc...
  • 90df12f Only send a serialized Status in the gRPC protocol if it has details (#713)
  • 7b3b344 Restrict metadata headers in error propagation (#711)
  • fbcf0ff Use "unimplemented" code for cardinality violations (#712)
  • c22fe4f Update a couple of more places where we should return a context error if ther...
  • befee1d Update to latest protobuf-go, v1.33.0 (#707)
  • 872a6fd Fix ErrorWriter to be codec agnostic (#701)
  • e3f35a6 Revise code mappings per latest changes to spec (#706)
  • 75d634f In Connect unary protocol, fallback to code based on HTTP status if unable to...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 50.81%. Comparing base (f3231c2) to head (d81e5e5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #827 +/- ## ======================================= Coverage 50.81% 50.81% ======================================= Files 70 70 Lines 10226 10226 ======================================= Hits 5196 5196 Misses 4504 4504 Partials 526 526 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 5 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.