v1.0.0
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