TestContainers v1.4.0 Release Notes

Release Date: 2017-07-09 // almost 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed the case when disk's size is bigger than Integer's max value (#379, #380)
    • ๐Ÿ›  Fixed erroneous version reference used during CI testing of shaded dependencies
    • ๐Ÿ›  Fixed leakage of Vibur and Tomcat JDBC test dependencies in jdbc-test and mysql modules (#382)
    • โž• Added timeout and retries for creation of RemoteWebDriver (#381, #373, #257)
    • ๐Ÿ›  Fixed various shading issues
    • ๐Ÿ‘Œ Improved removal of containers/networks when using Docker Compose, eliminating irrelevant errors during cleanup (#342, #394)

    ๐Ÿ”„ Changed