Releases ยท testcontainers/testcontainers-java

2.0.3

What's Changed

๐Ÿ› Bug Fixes

๐Ÿ“– Documentation

๐Ÿ“ฆ Dependency updates

7 changes

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

2.0.2

2.0.1

What's Changed

๐Ÿ› Bug Fixes

  • Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQLContainer (#11119) @eddumelendez
  • Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb.MariaDBContainer (#11117) @eddumelendez
  • Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserver.MSSQLServerContainer (#11118) @eddumelendez
  • Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postgresql.PostgreSQLContainer (#11120) @eddumelendez

๐Ÿ“– Documentation

๐Ÿงน Housekeeping

2.0.0

Testcontainers 2.0.0

Main changes

  • Removed JUnit 4 support
  • Updated transitive dependencies
  • All modules are now prefixed with testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysql
  • Container classes relocated to org.testcontainers.<module-name> package. For example, new MySQLContainer class is under org.testcontainers.mysql

What's Changed

โš ๏ธ Breaking API changes

๐Ÿš€ Features & Enhancements

๐Ÿ› Bug Fixes

  • Fix Kafka listeners and advertised listeners config to come out of sync (#11068) @ThomasKasene
  • Fix support to set a custom database name in Host-less JDBC urls (#10603) @maxhov
  • Make MySQLContainer compatible with mysql:9.3.0 (#10185) @livk-cloud

๐Ÿ“– Documentation

๐Ÿงน Housekeeping

๐Ÿ“ฆ Dependency updates

46 changes

Read more

1.21.3

What's Changed

1.21.2

What's Changed

  • Update ryuk version to 0.12.0 (#10357) @eddumelendez
  • Update docs version to 1.21.1 (#10281) @github-actions
  • Update testcontainers version to 1.21.1 (#10282) @github-actions

๐Ÿ“– Documentation

๐Ÿ“ฆ Dependency updates

  • Update Gradle Wrapper from undefined to 8.14.2 (#10352) @github-actions

1.21.1

What's Changed

  • Update docs version to 1.21.0 (#10193) @github-actions
  • Update testcontainers version to 1.21.0 (#10194) @github-actions

๐Ÿš€ Features & Enhancements

๐Ÿ› Bug Fixes

  • Use generic init script filename when copying it into a Cassandra container (#9606) @maximevw

๐Ÿ“– Documentation

๐Ÿ“ฆ Dependency updates

1.21.0

What's Changed

  • Fix typo in LGTM container method (#10189) @jaydeluca
  • Pass start command required in Solr 10 (#10174) @epugh
  • [solr] Replace "create_core" with "create" command (#10172) @epugh
  • Update docs version to ${GITHUB_REF##*/} (#10063) @github-actions
  • Update testcontainers version to ${GITHUB_REF##*/} (#10062) @github-actions

โš ๏ธ Breaking API changes

๐Ÿš€ Features & Enhancements

โ˜ ๏ธ Deprecations

๐Ÿ› Bug Fixes

๐Ÿ“– Documentation

๐Ÿงน Housekeeping

๐Ÿ“ฆ Dependency updates

  • Update Gradle Wrapper from undefined to 8.13 (#10033) @github-actions
  • Update docker-java version to 3.4.2 (#10071) @eddumelendez

1.20.6

What's Changed

  • Bump confluentinc/cp-kcat from 7.4.1 to 7.9.0 (#10000) @julianladisch
  • Set sourceCompatibility and targetCompatibility to 1.8 in spock module