Skip to content

v2.0.0

Choose a tag to compare

@gustavofreze gustavofreze released this 31 Mar 11:38
· 8 commits to main since this release
b6e0cd1
  • Introduces ContainerDefinition + mapping/value objects (ports, volumes, env vars, copy instructions) and rewrites Docker command classes to build CLI strings from definitions.
  • Adds timeout-based dependency waiting (ContainerWaitForDependency) and a new ContainerWaitTimeout exception, updates MySQL readiness checks.
  • Replaces/rewrites many unit tests with new mocks/fixtures and updates README/Makefile/composer dependencies.