Skip to content

0.3.0

Compare
Choose a tag to compare
@javahippie javahippie released this 23 Oct 21:24

Special thanks to @dharrigan, @robhanlon22, @dborinsk, @holyjak for their contributions to this release!

Get it here: https://clojars.org/clj-test-containers

[0.3.0] - 2020-10-23

Added

  • #25: Add support for a container wait stategy
  • #35: Add support for docker version 2.4.0 - upgrading testcontainers-java version
  • #27: Add support for accessing container logs
  • #38: Add type hints to silence reflection warnings
  • #33: Add more options to the HTTP wait strategy
  • #28: Link to the java lib
  • #23: Configure clojure.spec, spec out a few functions
  • #24: cljstyle redux, with pre-commit hook
  • #21: Install and configure cljstyle

Changed

  • #29: init-network should be called create-network!