Skip to content

0.3.0

Choose a tag to compare

@declark1 declark1 released this 11 Jul 20:02
· 3 commits to main since this release
0ca52ec

This is a small release but can be considered a breaking as the MockServer.grpc() builder method has been deprecated in favor of MockServer::new_grpc() in #53, which should be used instead of MockServer::new().grpc() to create a gRPC mock server. MockServer::new() is unchanged and still creates a HTTP mock server, with MockServer::new_http() added as an alternative.

Starting with this release, the -alpha suffix is dropped from the version, but 0.* releases should still be considered alpha.

What's Changed

  • [Enhancement] Add MockServer::new_http() and MockServer::new_grpc() to specify the server type more explicitly by @declark1 in #53
  • [Fix] Canonicalize headers when creating a HeaderMatcher by @bIgBV in #50

New Contributors

  • @bIgBV made their first contribution in #50