Skip to content

Releases: testcontainers/testcontainers-java

1.19.7

05 Mar 17:44
4b5b34a
Compare
Choose a tag to compare

Testcontainers for Java 1.19.7

Modules

Elasticserach

  • Enable lazy certificates for Elasticsearch (#7991) @pioorg

HiveMQ

MongoDB

  • Support mongodb/mongodb-community-server and mongodb/mongodb-enterprise-server (#8386) @eddumelendez

PostgreSQL

📖 Documentation

📦 Dependency updates

1.19.6

21 Feb 21:55
0fd331a
Compare
Choose a tag to compare

Testcontainers for Java 1.19.6

Modules

New modules

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.5

08 Feb 14:12
c210afb
Compare
Choose a tag to compare

Testcontainers for Java 1.19.5

Important

This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See #8169 for more details.

1.19.4

25 Jan 15:33
dc0e3da
Compare
Choose a tag to compare

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @inponomarev

Minio

MySQL

Redpanda

Selenium

  • Increase default startup timeout to 60 seconds (#4357) @Aloren

What's Changed

  • Fix labeler file to v5 structure (#7956) @eddumelendez
  • Add mikepenz/action-junit-report (#7894) @eddumelendez
  • Update docs version to ${GITHUB_REF##*/} (#7862) @github-actions
  • Update testcontainers version to ${GITHUB_REF##*/} (#7863) @github-actions

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

7 changes

1.19.3

21 Nov 15:52
832d943
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

1.19.2

15 Nov 02:02
6d33055
Compare
Choose a tag to compare

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

📖 Documentation

📦 Dependency updates

12 changes

1.19.1

02 Oct 16:52
dd1427e
Compare
Choose a tag to compare

Testcontainers for Java 1.19.1

Core

Modules

Redpanda

  • Additional listener should inherit the configured authentication method (#7594) @lburgazzoli

What's Changed

☠️ Deprecations

📖 Documentation

📦 Dependency updates

7 changes

1.19.0

21 Aug 17:49
15dcb62
Compare
Choose a tag to compare

Testcontainers for Java 1.19.0

Core

Modules

ClickHouse

Elasticsearch

DB2

GCloud

JUnit Jupiter

  • Fix call to stop containers when using @Testcontainers(parallel = true) (#7394) @eddumelendez

Kafka

See https://java.testcontainers.org/modules/kafka/

MS SQL Server

QuestDB

Redpanda

  • Add Redpanda improvements (#7320) @eddumelendez
    • Allow to enable authorization and authentication methods
    • Allow to add additional listeners. E.g. using it with toxiproxy or redpanda console
    • Enable rest proxy
    • Configure rpk

See https://java.testcontainers.org/modules/redpanda/

Solace

Spock

What's Changed

☠️ Deprecations

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

14 changes

1.18.3

31 May 16:25
b0902a9
Compare
Choose a tag to compare

Testcontainers for Java 1.18.2 introduced new strategies to detect the docker.sock. There was an issue reported, see #7082. It's is highly recommended to use version 1.18.3.

What's Changed

🧹 Housekeeping

  • Demote "testcontainers.properties not found" message to debug log level (#7035) @perlun

1.18.2

30 May 11:07
ca5824a
Compare
Choose a tag to compare

Highlights ✨

🐛 Bug Fixes

🚀 Features & Enhancements

📖 Documentation

🧹 Housekeeping