Skip to content

Releases: testcontainers/testcontainers-rs-modules-community

v0.11.1

26 Sep 20:37
f2bf770

Choose a tag to compare

Documentation

  • Disallow missing docs on crate level and allow where necessary (#222)

Features

  • Implement with_init_sql for Postgres, Mysql and Mariadb (#182)
  • openldap: Tls certs and ldif file (#217)

v0.11.0

25 Sep 17:59
2646eeb

Choose a tag to compare

Bug Fixes

  • Update version to fix crashes in CI (#219)
  • [breaking] Make EULA acception explicit (#218)

Documentation

  • Add docs for the ganachecli module (#190)

Features

  • Add ability to enable properties-config for testcontainers
  • [breaking] Update testcontainers to 0.23.0 (#216)

Miscellaneous Tasks

  • Update redis requirement from 0.26.0 to 0.27.2 (#211)
  • Exclude all-features test run (#174)
  • Update async-nats requirement from 0.35.0 to 0.36.0 (#206)

Refactor

  • [breaking] Require the builder pattern for module initalisation (#161)

Testing

  • Correct password usage

v0.10.0

31 Aug 11:19
480d5ed

Choose a tag to compare

Bug Fixes

  • Doc-test failures (#186)

Documentation

  • Added docs for Apache ZooKeeper (#184)
  • Documented all ports which containers at least expose (#183)
  • Enable rustfmt for doc comments (#187)
  • Fixed rustfmt violation in the openldap module (#189)
  • Fixed a bit of missing docs in the openldap module (#191)
  • Complete the documentation for the meilisearch module (#192)
  • Complete the *_PORT documentation (#195)
  • Add pub mod docs (#193)
  • Documents the neo4j plugins (#194)

Features

  • Added an OpenLDAP testcontainer module (#180)
  • Add support for apache\kafka docker image (#178)
  • [breaking] Update testcontainers to 0.22.0 (#203)

Miscellaneous Tasks

  • Changed from actions-rs to a more maintained CI alternative (#188)

Refactor

  • [breaking] Changed KAFKA_PORT to a ContainerPort (#185)

v0.9.0

30 Jul 21:40
71875a6

Choose a tag to compare

Features

  • Expose watchdog feature of testcontainers (#168)
  • [breaking] Add mongodb replset option with example (#143)
  • [breaking] Update testcontainers to 0.21.0 (#172)

Miscellaneous Tasks

  • Update redis requirement from 0.25.0 to 0.26.0 (#171)

v0.8.0

07 Jul 18:18
66bbad5

Choose a tag to compare

Bug Fixes

  • Wait conditions for postgres module (#162)

Miscellaneous Tasks

  • Made deriving Clone consistent (#156)
  • [breaking] Bump testcontainers to 0.20.0 (#159)

v0.7.1

30 Jun 18:52
c5ce884

Choose a tag to compare

Features

  • Add a Meilisearch module (#154)

v0.7.0

30 Jun 17:39
cd7e1fc

Choose a tag to compare

Miscellaneous Tasks

  • [breaking] Bump testcontainers to 0.19.0 (#152)

v0.6.1

16 Jun 11:58
484b23d

Choose a tag to compare

Documentation

  • Fix example in readme

Features

  • Add Hashicorp Vault test container and test (#148)

v0.6.0

16 Jun 02:24
9c42307

Choose a tag to compare

Features

  • Use HTTP wait strategy for clickhouse (#146)

Miscellaneous Tasks

  • [breaking] Update testcontainers to 0.18.0 (#144)

v0.5.1

14 Jun 21:27
eb8e916

Choose a tag to compare

Documentation

Features

  • Add oracle image impl (#140)
  • Add clickhouse image (#142)