Skip to content

Bollard v0.3.0

Compare
Choose a tag to compare
@fussybeaver fussybeaver released this 07 Mar 20:46
· 815 commits to master since this release
1c559d5

This version introduces the following changes:

  • Remove the Connect type parameter.
  • Remove the generic Docker::connect_with method.
  • Introduce a Docker::connect_with_host_to_reply that is only available in test.
  • Convert all unit tests from Docker::connect_with to Docker::connect_with_host_to_reply.
  • Introduce Docker::connect_with_local and Docker::connect_with_local_defaults.