TestContainers v1.1.7 Release Notes

Release Date: 2016-11-19 // over 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿณ Compensate for premature TCP socket opening in Docker for Mac (#160, #236)
    • โœ… (Internal) Stabilise various parts of Testcontainers' self test suite (#241)
    • ๐Ÿ›  Fix mounting of classpath resources when those resources are in a JAR file (#213)
    • โฌ‡๏ธ Reduce misleading error messages caused mainly by trying to perform operations on stopped containers (#243)

    ๐Ÿ”„ Changed

    • ๐Ÿ”ง Uses a default MySQL and MariaDB configuration to reduce memory footprint (#209, #243)
    • ๐Ÿณ Docker Compose can optionally now use a local docker-compose executable rather than running inside a container (#200)
    • โž• Add support for privileged mode containers (#234, #235)
    • ๐Ÿ‘ Allow container/network cleanup (ResourceReaper) to be triggered programmatically (#231)
    • โž• Add optional tailing of logs for containers spawned by Docker Compose (#233)
    • โœ… (Internal) Relocate non-proprietary database container tests to a single module