Releases: testcontainers/testcontainers-elixir
Releases · testcontainers/testcontainers-elixir
v1.2.6
Changed
- allow absolute path for migrations_path in Ecto module
- remove public functions that shouldn't be used directly, enforcing a cleaner api
- updates to documentation
Full Changelog: v1.2.5...v1.2.6
v1.2.5
Patch Release v1.2.5
Changed
- in the docker connection url strategies, validate urls by pinging the docker url. This means that if there are no ways to connect, tests will fail to run and abort early. If so, install Docker Desktop or Testcontainers Desktop
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Patch Release v1.2.4
Changed
- huge improvement on the speed, mostly noticeable on larger amount of tests with greater number of parallelism.
- removed a section from readme showing (now) unsupported usage
- update readme with more examples
Full Changelog: v1.2.3...v1.2.4
v1.2.3
Patch Release v1.2.3
Changed
- internal changes to how Testcontainers work
- Testcontainers genserver needs to be started in
test/test-helper.exsif using Testcontainers.ExUnit macros - When using Testcontainers.Ecto functions, there is no need to start the genserver
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.3
Patch Release v1.1.3
Changed
- added note in readme about the dangers of using fixed port database setups by @jarlah in 2988832
- altering how Ryuk cleans up containers by choosing a different label approach by @jarlah in c34ed16
- increase timeouts for wait strategies in containers, so they will be less flaky by @jarlah in bfc24c7
Full Changelog: v1.1.2...v1.1.3