TestContainers v1.2.0 Release Notes

Release Date: 2017-03-12 // about 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix various escaping issues that may arise when paths contain spaces (#263, #279)
    • ๐Ÿ“š General documentation fixes/improvements (#300, #303, #304)
    • ๐Ÿ‘Œ Improve reliability of ResourceReaper when there are a large number of containers returned by docker ps -a (#295)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support Docker for Windows via TCP socket connection (#291, #297, #309). _Note that Docker Compose is not yet supported under Docker for Windows (see #306)
    • ๐Ÿ”ฆ Expose docker-java's CreateContainerCmd API for low-level container tweaking (#301)
    • โœ… Shade org.newsclub and Guava dependencies (#299, #292)
    • โž• Add org.testcontainers label to all containers created by Testcontainers (#294)