Skip to content

Releases: GoodforGod/testcontainers-extensions

v0.12.0

18 Oct 23:04
235e2df
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features:

  • ConnectionKafka#properties simplified

v0.10.0

14 Apr 22:09
8582703
Compare
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
Compare
Choose a tag to compare

Features

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

v0.9.5

20 Feb 23:31
7cd0369
Compare
Choose a tag to compare

Features:

  • Migration engines refactored to improve migration speed

v0.9.4

19 Dec 00:52
2667479
Compare
Choose a tag to compare

Features:

  • KafkaConnection topic reset fix

v0.9.3

18 Nov 12:48
4a9a351
Compare
Choose a tag to compare

Features:

  • Kafka KRaft if available enabled by default support added
  • Kafka consumer topic check when assigned fixed

v0.9.2

18 Nov 01:28
a086f71
Compare
Choose a tag to compare

Features:

  • KafkaConnection consumer#subscrube replaced with assign
  • KafkaConnection topic recreation reinforced
  • JDBC migration improved
  • Cassandra migration improved