Skip to content

Releases: testcontainers/testcontainers-elixir

v1.11.6

19 Nov 20:49
Compare
Choose a tag to compare

What's Changed

  • Fixed the mix task testcontainers.test to allow passing parameters to the mix test task. See the README for details by @jarlah
  • Removed the wrapper module around Logger (what was I thinking?) and switched to using Logger directly by @jarlah
  • Bumped dialyxir from 1.4.4 to 1.4.5 by @dependabot in #152

Full Changelog: v1.11.5...v1.11.6

v1.11.5

17 Nov 20:40
Compare
Choose a tag to compare

What's Changed

  • fix: use XDG_RUNTIME_DIR dynamically in default socket paths by @jarlah

Previously, the release required DOCKER_HOST to be set to work correctly. With this fix, rootless Docker socket paths are now resolved automatically.

Full Changelog: v1.11.4...v1.11.5

v1.11.4

17 Nov 10:47
Compare
Choose a tag to compare

What's Changed

  • Finally fixed rootless podman support 🚀 by @jarlah
  • Refactor and improve the logic for resolving docker host ❤️ by @jarlah
  • Bump tesla from 1.13.0 to 1.13.2 by @dependabot in #148

Full Changelog: v1.11.3...v1.11.4

v1.11.3

10 Nov 18:53
Compare
Choose a tag to compare

What's Changed

  • fix for missing rootless support 🚀 by @jarlah in #147

Full Changelog: v1.11.2...v1.11.3

v1.11.2

10 Nov 16:04
Compare
Choose a tag to compare

v1.11.1

10 Nov 15:54
Compare
Choose a tag to compare
v1.11.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

07 Nov 10:09
Compare
Choose a tag to compare
v1.11.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.10.5...v1.11.0

v1.10.5

02 Oct 06:29
Compare
Choose a tag to compare

What's Changed

  • update docker_engine_api to latest version, which removes warnings by @jarlah in 6fe9065
  • Mix task didn't exit with exit code from System.cmd by @jarlah in f8f3050
  • fix copy paste issue, duplicate lines in case match by @jarlah in 8616e87
  • Bump dialyxir from 1.4.3 to 1.4.4 by @dependabot in #130

Full Changelog: v1.10.4...v1.10.5

v1.10.4

30 Sep 08:56
5e8ac62
Compare
Choose a tag to compare

What's Changed

  • fix reuse not working and improve mix task with watch feature by @jarlah in #128

Full Changelog: v1.10.3...v1.10.4

v1.10.3

29 Sep 20:27
ebc135f
Compare
Choose a tag to compare

What's Changed

  • fix reuse issue causing database containers to pile up when using mix task @jarlah in #127

Full Changelog: v1.10.2...v1.10.3