TestContainers v1.7.1 Release Notes

Release Date: 2018-04-20 // about 6 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed missing commons-codec dependency (#642)
    • ๐Ÿ›  Fixed HostPortWaitStrategy throws NumberFormatException when port is exposed but not mapped (#640)
    • ๐Ÿ›  Fixed log processing: multibyte unicode, linebreaks and ASCII color codes. Color codes can be turned on with withRemoveAnsiCodes(false) (#643)
    • ๐Ÿ›  Fixed Docker host IP detection within docker container (detect only if not explicitly set) (#648)
    • โž• Add support for private repositories using docker credential stores/helpers (PR #647, fixes #567)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support multiple HTTP status codes for HttpWaitStrategy (#630)
    • โœ… Mark all long-living threads started by Testcontainers as daemons and group them. (#646)
    • โœ‚ Remove noisy DEBUG logging of Netty packets (#646)
    • โšก๏ธ Updated docker-java to 3.1.0-rc-2 (#646)