TestContainers v1.4.3 Release Notes

Release Date: 2017-10-14 // over 6 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed local Docker Compose executable name resolution on Windows (#416, #460)
    • ๐Ÿ›  Fixed TAR composition on Windows (#444)
    • ๐Ÿ‘ Allowing addExposedPort to be used after ports have been specified with withExposedPorts (#453)
    • โœ… Stopping creation of temporary directory prior to creating temporary file (#443)

    ๐Ÿ”„ Changed

    • โž• Added forResponsePredicate method to HttpWaitStrategy to test response body (#441)
    • ๐Ÿ”„ Changed DockerClientProviderStrategy to be loaded via Service Loader (#434, #435)
    • ๐Ÿณ Made it possible to specify docker compose container in configuration (#422, #425)
    • โœ… Clarified wording of pre-flight check messages (#457, #436)
    • โž• Added caching of failure to find a docker daemon, so that subsequent tests fail fast. This is likely to be a significant improvement in situations where there is no docker daemon available, dramatically reducing run time and log output when further attempts to find the docker daemon cannot succeed.
    • ๐Ÿ‘ Allowing JDBC containers' username, password and DB name to be customized (#400, #354)