Skip to content

0.30.0

Compare
Choose a tag to compare
@alicederyn alicederyn released this 15 Feb 14:20
· 451 commits to master since this release

This release adds new options to:

  • pull images on startup
  • treat status code 404 as unhealthy

It also adds the following performance improvements:

  • Containers are now killed by defaut at test end, rather than stopped, as most images ignore the stop signal, incurring an unnecessary 10 second delay per test. Tests can explicitly specify ShutdownStrategy.GRACEFUL if for any reason you still need the old behaviour.
  • Docker For Mac users will now be warned if their /etc/hosts configuration looks bad. This issue can affect test performance by an order of magnitude.