TestContainers v1.3.0 Release Notes

Release Date: 2017-06-05 // almost 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved container cleanup if startup failed (#336, #335)

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgraded docker-java library to 3.0.10 (#349)
    • โž• Added basic audit logging of Testcontainers' actions via a specific SLF4J logger name with metadata captured via MDC. Intended for use in highly shared Docker environments.
    • โœ… Use string-based detection of Selenium container startup (#328, #351)
    • โœ… Use string-based detection of PostgreSQL container startup (#327, #317)
    • โšก๏ธ Update libraries to recent versions (#333)
    • โœ… Introduce abstraction over files and classpath resources, allowing recursive copying of directories (#313)