Skip to content

Releases: testcontainers/testcontainers-java

2.0.5

Choose a tag to compare

@github-actions github-actions released this 20 Apr 17:41
5c44820

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

16 changes

2.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 02:37
ccd28bf

What's Changed

📖 Documentation

📦 Dependency updates

2.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Dec 21:36
43c6a97

What's Changed

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

7 changes

1.21.4

Choose a tag to compare

@eddumelendez eddumelendez released this 15 Dec 23:47
d509c81

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

2.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Nov 18:03
623ea96

What's Changed

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

  • Add getBaseUrl() to NginxContainer using NGINX_DEFAULT_PORT (#11137) @ghusta

📦 Dependency updates

2.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Oct 15:49
da52524

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

Choose a tag to compare

@github-actions github-actions released this 14 Oct 20:06
a62518b

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

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:48
bebbb2c

What's Changed

1.21.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:42
2bdd299

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

Choose a tag to compare

@github-actions github-actions released this 29 May 20:07
df3ed30

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