Releases: testcontainers/testcontainers-elixir
Releases · testcontainers/testcontainers-elixir
v1.11.6
What's Changed
- Fixed the mix task
testcontainers.test
to allow passing parameters to themix test
task. See the README for details by @jarlah - Removed the wrapper module around
Logger
(what was I thinking?) and switched to usingLogger
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
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
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
v1.11.2
What's Changed
This is a release that fixes issues with v1.11.0
Ref:
https://github.com/testcontainers/testcontainers-elixir/releases/tag/v1.11.0
and
https://github.com/testcontainers/testcontainers-elixir/releases/tag/v1.11.1
Full Changelog: v1.10.5...v1.11.2
v1.11.1
v1.11.0
What's Changed
- move docker engine api into main source tree by @jarlah in #135
- remove all dialyzer warnings and add dialyzer workflow by @jarlah
- Bump ex_aws from 2.5.5 to 2.5.7 by @dependabot in #137
- Bump tesla from 1.12.1 to 1.13.0 by @dependabot in #139
- Bump ex_aws_s3 from 2.5.4 to 2.5.5 by @dependabot in #140
Full Changelog: v1.10.5...v1.11.0
v1.10.5
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