Skip to content

Releases: testcontainers/testcontainers-php

1.0.9

Choose a tag to compare

@shyim shyim released this 26 Jun 03:21
75bca05

What's Changed

  • feat: add support for tmpfs mounts in GenericContainer by @wundii in #65
  • Docs and website for php.testcontainers.org by @rw4lll in #67
  • Add missing languages and reorder docs navigation by @mdelapenya in #68
  • feat: set tc-php/ User-Agent header for Docker API requests by @mdelapenya in #69

New Contributors

Full Changelog: 1.0.8...1.0.9

1.0.8

Choose a tag to compare

@shyim shyim released this 12 Mar 06:08
266f0be

What's Changed

  • Fix issue with repeatable host port resolve in WaitForHttp by @berejant in #64

New Contributors

Full Changelog: 1.0.7...1.0.8

1.0.7

Choose a tag to compare

@shyim shyim released this 08 Mar 12:07
874827c

What's Changed

  • fix: provide ExecIdStartPostBody at StartedGenericContainer::exec by @adangel in #62

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

Choose a tag to compare

@shyim shyim released this 05 Mar 19:22
2140a40

What's Changed

  • Add support for container auto-remove option by @nightio in #60
  • Add check:all script to composer.json for combined code checks by @nightio in #61

Full Changelog: 1.0.5...1.0.6

1.0.5

Choose a tag to compare

@shyim shyim released this 01 Mar 17:27
ecdef9b

What's Changed

  • fix: update MongoDB extension requirement and skip tests if not installed by @shyim in #53
  • chore: function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 by @wundii in #58
  • Add support for container network aliases by @nightio in #59

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

Choose a tag to compare

@shyim shyim released this 27 Dec 08:07
f78f10d

What's Changed

  • Support for dynamic port for WaitForHttp.php by @rw4lll in #42
  • fix: phpstan failure by @shyim in #43
  • Feat/mention php eol community support project by @rw4lll in #45
  • Fix typos in README by @filisko in #51
  • feat: add Docker registry authentication support by @shyim in #44
  • feat: add dynamic port resolution for WaitForHttp by @wundii in #46
  • fix: gateway difference on orbstack by @shyim in #52

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

Choose a tag to compare

@shyim shyim released this 15 May 13:22
dcaf19c

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

Choose a tag to compare

@shyim shyim released this 08 May 08:22
7499066

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@shyim shyim released this 06 Mar 18:52
dc94649

What's Changed

  • Fix #35 fails when run container using withNetwork() by @rw4lll in #37

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@shyim shyim released this 17 Feb 07:11
0de50c7

What's Changed

  • Adding ability to run docker container with hostname and command by @redlahatarbus in #16
  • Feat/docker engine api client by @rw4lll in #17
  • Implement WaitForHttp and WaitForHostPort strategies by @rw4lll in #19
  • add withHostname, withName, withLabels support by @rw4lll in #24
  • Added withCopy*() functionality. Improved tests. by @rw4lll in #26
  • Feat/started generic container by @rw4lll in #27
  • Implements missed methods in StartedGenericContainer.php by @bzrk in #20
  • Feat/remove legacy by @rw4lll in #31
  • Fix linux builds by @rw4lll in #32
  • fix: update tar command for macOS compatibility and clean up workflow by @shyim in #30
  • 0.2 by @shyim in #29

New Contributors

Full Changelog: 0.2.0...1.0.0