Releases: testcontainers/testcontainers-elixir
Releases · testcontainers/testcontainers-elixir
v1.13.4
What's Changed
- feat: add host_port option to testcontainers.run task by @jarlah in #201
- Bump ex_doc from 0.38.3 to 0.38.4 by @dependabot[bot] in #204
- Bump tortoise311 from 0.12.1 to 0.12.2 by @dependabot[bot] in #205
- Bump ex_aws from 2.5.11 to 2.6.0 by @dependabot[bot] in #206
- Bump fs from 8.6.1 to 11.4.1 by @dependabot[bot] in #199
Full Changelog: v1.13.3...v1.13.4
v1.13.3
v1.13.2
What's Changed
- use DATABASE_URL in example phoenix project by @jarlah in #192
- Add test config for elixir 1.18 + otp 28 by @jarlah in #194
- remove rabbitmq test and rabbitmq dep by @jarlah in #195
- fix for otp 28 by @MikaAK in #186
- Bump version by @jarlah in #196
New Contributors
Full Changelog: v1.13.1...v1.13.2
v1.13.1
v1.13.0
v1.12.0
v1.11.8
What's Changed
- Replace dependency
elixir-uuidwithuniqby @bautrey37 in #161 - Bump ex_aws from 2.5.7 to 2.5.8 by @dependabot in #157
- Bump ex_doc from 0.35.1 to 0.36.1 by @dependabot in #159
- Bump ex_aws_s3 from 2.5.5 to 2.5.6 by @dependabot in #158
New Contributors
- @bautrey37 made their first contribution in #161
Full Changelog: v1.11.7...v1.11.8
v1.11.7
What's Changed
- [chore] ryuk is not always on localhost + "windows support" by @jarlah in #155
- Bump ex_doc from 0.34.2 to 0.35.1 by @dependabot in #153
Full Changelog: v1.11.6...v1.11.7
v1.11.6
What's Changed
- Fixed the mix task
testcontainers.testto allow passing parameters to themix testtask. See the README for details by @jarlah - Removed the wrapper module around
Logger(what was I thinking?) and switched to usingLoggerdirectly by @jarlah - Bumped
dialyxirfrom 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