-
BREAKING CHANGES:
- For connecting to remote
httpmock
servers during tests using any of theconnect
methods like
MockServer::connect,
MockServer::connect_async,
MockServer::connect_from_env, or
MockServer::connect_from_env_async,
you must now activate theremote
feature. This feature is not enabled by default.
- For connecting to remote
-
Improvements:
- The dependency tree has been significantly slimmed down when the
remote
feature is not enabled. - If the new
remote
feature is not enabled,httpmock
no longer has a dependency on a real HTTP client.
As a result, certain TLS issues previously reported by users
should no longer arise.
- The dependency tree has been significantly slimmed down when the
-
This release also updates all dependencies to the most recent version.
-
The minimum Rust version has been bumped to 1.70.