Skip to content

Releases: testcontainers/testcontainers-elixir

v1.8.0

15 May 18:26
a4e48a5
Compare
Choose a tag to compare

Changed

Minor breaking changes

  • Method is_starting renamed to after_start by @jarlah in #93

Other changes

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

04 Mar 15:26
Compare
Choose a tag to compare

Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

21 Dec 16:48
Compare
Choose a tag to compare

Changed

  • Improved elixir version support with downgrading to elixir 1.13 by @Argonus in #65
  • updated ex_docker_engine_api to latest version that supports elixir 1.13 by @jarlah
  • updated Ryuk to latest version 0.6.0 by @jarlah

Full Changelog: v1.5.1...v1.6.0

v1.5.1

14 Dec 09:42
Compare
Choose a tag to compare

Changed

  • fix: use ecto migrator with_repo to avoid swallowing migration errors by @jarlah in #60

Full Changelog: v1.5.0...v1.5.1

v1.5.0

01 Dec 06:30
Compare
Choose a tag to compare

Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2

28 Nov 15:52
Compare
Choose a tag to compare

Changed

  • remove container shutdown logic in ecto module that was not needed and caused weird errors on successful test completion. This can cause issues with using experimental option persistent_volume_name, so extra care is needed when using the latter.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Nov 22:49
Compare
Choose a tag to compare

Changed

  • stop the ecto repo before stopping the container, to avoid unnecessary errors from the repo when the database is terminated

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 Nov 12:20
Compare
Choose a tag to compare

Feature Release v1.4.0

Changed

  • Bump dialyxir from 1.4.1 to 1.4.2 by @dependabot in #42
  • Bump ex_doc from 0.30.8 to 0.30.9 by @dependabot in #43
  • cassandra container by @jarlah in #45
  • minio container by @jarlah in #46
  • dont autoremove containers, only the reaper container will be be autoremoved on clean/unclean exit. Allows debugging failed containers.

Full Changelog: v1.3.1...v1.4.0

v1.3.1

07 Nov 19:51
Compare
Choose a tag to compare

Changed

  • predefined containers should now use the correct host addresss for connect urls/params, and not just always localhost.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Nov 21:31
Compare
Choose a tag to compare

Feature Release v1.3.0

Changed

  • dynamic host port (and db credentials) while using Testcontainers.Ecto module 🥳 no more duplicate configuration 🥳 Testcontainers.Ecto will override the configuration for the repo. See README and/or examples for updated usage.

Full Changelog: v1.2.11...v1.3.0