TestContainers v1.1.6 Release Notes

Release Date: 2016-09-22 // over 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix logging of discovered Docker environment variables (#218)
    • ๐Ÿ‘€ Adopt longer timeout periods for testing docker client configurations, and allow these to be further customised through system properties (#217, see *ClientProviderStrategy classes)
    • ๐Ÿ›  Fix docker compose directory mounting on windows (#224)
    • ๐Ÿณ Handle and ignore further categories of failure in retrieval of docker environment disk space (#225)

    ๐Ÿ”„ Changed

    • โž• Add extra configurability options (database name, username, password) for PostgreSQL DB containers (#220)
    • โž• Add MariaDB container type (#215)
    • ๐Ÿณ Use Docker Compose down action for more robust teardown of compose environments
    • ๐Ÿณ Ensure that Docker Compose operations run sequentially rather than concurrently if JUnit tests are parallelized (#226)
    • ๐Ÿ‘ Allow multiple Docker Compose files to be specified, to allow for extension/composition of services (#227)