Skip to content

Releases: GoodforGod/testcontainers-extensions

v0.13.1

11 Mar 00:15
a13f813

Choose a tag to compare

What's Changed

  • Added FlywayJdbcMigrationEngine execute not in transaction to avoid complex request locking for Postgres by @GoodforGod in #29
  • Updated ClickHouse migration dependency

Full Changelog: v0.13.0...v0.13.1

v0.13.0

26 Nov 21:07

Choose a tag to compare

  • Added Kafka Native image support
  • Added Redpanda extension
  • Added Scylla extension
  • Added NATS extension
  • Updated TestContainers dependency 1.19.8 -> 1.21.3
  • Updated ClickHouse to support new driver 0.9.2+ and clickhouse-liquibase migrator
  • Fixed JdbcConnection jdbc url parsing for manual construction

v0.12.2

03 Mar 07:23
abfbd58

Choose a tag to compare

  • Postgres substitution image fixed
  • Redis wait 25ms for stability added

v0.12.1

13 Nov 11:46
7564bf9

Choose a tag to compare

Features:

  • CassandraConnection initialization improved
  • ClickHouse & Cockroach annotations public fixed

v0.12.0

18 Oct 23:04
235e2df

Choose a tag to compare

Features:

  • Java 17 as new baseline
  • Clickhouse extension added
  • Minio extension added
  • JDBC connection timeout improved
  • Kafka Kraft support fixed
  • Testcontainers dependency up 1.17.6 -> 1.19.8
  • Other dependencies updated

v0.11.0

21 May 17:57
d13de0b

Choose a tag to compare

Features:

  • Cassandra Keyspace support and creation by default added
  • Cassandra Cognitor migration library support added
  • Cassandra Migration#dropMode TRUNCATE/DROP support added

v0.10.2

21 May 06:42
7505970

Choose a tag to compare

Features:

  • ScriptCassandraMigrationEngine behavior changed TRUNCATE->DROP table for Cassandra migration drop phase

v0.10.1

19 Apr 00:06
d210574

Choose a tag to compare

Features:

  • ConnectionKafka#properties simplified

v0.10.0

14 Apr 22:09
8582703

Choose a tag to compare

Features:

  • All Extra containers removed (logic encapsulated)
  • @Nested tests support added
  • Connection can be created from container of URLs declaration
  • Migration & Connection & Annotation methods naming standardized
  • Connections performance improvements and optimizations (use of pools and reuse for consumers)
  • Dependencies updated

v0.9.6

25 Feb 21:31
374f4eb

Choose a tag to compare

Features

  • Postgres downgrade 16.2 -> 15.6
  • Cassandra script & driver config scan fixes