Skip to content

v1.0.0

Compare
Choose a tag to compare
@jhump jhump released this 04 Apr 20:11
· 79 commits to main since this release
13a2ba2

This marks the initial release of the Connect Conformance Test Suite! 🎉

We've been using the release candidates up to this point to improve the behavior of the various Connect implementations. As of this release, new Connect implementations have a valuable asset to use to make sure their new implementation's behavior is correct and will successfully inter-operate with other Connect and gRPC implementations.

What's Changed

Below are the changes since the last release candidate, v1.0.0-rc4.

Bugfixes

  • Fix some gRPC test cases that failed to include "TE: Trailers" request header by @jhump in #839
  • If connectconformance test runner fails to parse command-line flags, it should exit with non-zero code by @jhump in #843

Enhancements

  • Reference and gRPC servers send independent header and trailer metadata in error responses for unary and client-stream endpoints by @jhump in #840
  • Improve test runner behavior when client-under-test times out, crashes, or exits prematurely by @jhump in #844

Full Changelog: v1.0.0-rc4...v1.0.0