Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps connectrpc.com/conformance from 1.0.4 to 1.0.5.

Release notes

Sourced from connectrpc.com/conformance's releases.

v1.0.5

What's Changed

  • Expand test cases for in the gRPC-Web Trailers test suite to include server-streaming RPCs by @​timostamm in #935
  • Add explicit test cases for errors with metadata by @​jhump in #970
  • Reduce false negatives in Timeouts/** tests by accepting cases where server cancellation is observed before local context cancellation by @​jhump in #999 and #1028
  • Remove 'Client Message Size/**' tests since they are not defined correctly by @​jhump in #1026
  • Fix missing 'connect-protocol-version' header in raw requests for Connect protocol test cases by @​jhump in #1027
  • Reduce connection load on servers-under-test by caching HTTP client transports by @​anuraaga in #1047
  • Reduce false negatives in Server Message Size/** tests by increasing the delay between requests, to accommodate non-deterministic latency between server terminating the RPC with an error and the client trying to send another message on the same stream by @​anuraaga in #1052

Compatibility

This release includes some changes to test case names. When upgrading, users may need to update configuration for known failing and flaky test cases to work with the new names.

  • Test cases in the gRPC-Web Trailers suite have been renamed to include a unary/ prefix. For example, the test case trailers-in-body/expected is now named unary/trailers-in-body/expected.
  • The Client Message Size suite (and all test cases therein) has been removed. These cases were not correctly exercising the intended behavior (They may be re-added in the future, after re-formulating them.)

New Contributors

Full Changelog: connectrpc/conformance@v1.0.4...v1.0.5

Commits
  • fc1c52e Prepare for v1.0.5 release (#1057)
  • ba48aaf Bump github.com/quic-go/quic-go from 0.55.0 to 0.57.0 (#1054)
  • 56f972e Bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#1053)
  • 0afb26c Bump golang.org/x/net from 0.46.0 to 0.47.0 (#1055)
  • c68e66b Bump golang.org/x/sync from 0.17.0 to 0.18.0 (#1048)
  • 0f39dbb Raise delay for first-request-exceeds-server-limit test (#1052)
  • ec77c39 Bump js-yaml from 4.1.0 to 4.1.1 in /testing/grpcwebclient (#1051)
  • 449d263 Bump actions/checkout from 5 to 6 (#1056)
  • add78e5 Bump github.com/klauspost/compress from 1.18.0 to 1.18.1 (#1046)
  • 0bed9ca Cache HTTP client transports in referenceclient (#1047)
  • 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 <dependency name> 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)

Bumps [connectrpc.com/conformance](https://github.com/connectrpc/conformance) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/connectrpc/conformance/releases)
- [Changelog](https://github.com/connectrpc/conformance/blob/main/RELEASE.md)
- [Commits](connectrpc/conformance@v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: connectrpc.com/conformance
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 8, 2025
@jhump jhump merged commit e9aff4a into main Dec 9, 2025
10 checks passed
@jhump jhump deleted the dependabot/go_modules/internal/conformance/connectrpc.com/conformance-1.0.5 branch December 9, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants