TestContainers v0.9.8 Release Notes

Release Date: 2015-08-12 // over 8 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change from Spotify docker client library to docker-java, for improved compatibility with latest versions of Docker
    • ๐Ÿ”„ Change from JDK 1.7 minimum requirement to JDK 1.8
    • ๐Ÿณ Replace boot2docker support with docker-machine support
    • ๐Ÿณ Docker images are now prefetched when a @Rule is instantiated
    • Combined Rule and Container classes throughout, for a reduced set of public classes and removal of some duplication
    • ๐Ÿ‘Œ Improvements to container cleanup, especially removal of data volumes
    • ๐ŸŒฒ General improvements to error handling, logging etc throughout

    โž• Added

    • ๐Ÿณ Docker Compose support
    • ๐Ÿณ Automatic docker environment disk space check