Skip to content

Releases: testcontainers/testcontainers-hs

0.5.0.0

20 Feb 16:17
Compare
Choose a tag to compare
  • BREAKING: Refined lifecycle management. testcontainers is now using testcontainers/ryuk resource reaper to cleanup containers, networks and volumes. Release keys for containers are deprecated. (@alexbiehl, #33)

  • BREAKING: Ports can be passed as both numbers as well as strings ala "80/tcp" or "9423/udp" (@alexbiehl, #31)

  • BREAKING: Introduce TestContainer monad (@alexbiehl, #29)

  • Control container naming (@blackheaven, #18)

  • Ability to use Docker networks (@alexbiehl, #32)

  • Better handling of running testcontainers from within Docker (@michivi, #22)

  • Ability to wait for particular HTTP routes to become available with waitforHttp (@michivi, #24)

  • Some internal module reorganization (@alexbiehl, #32)

  • Refined timeout handling for WaitUntilReady (@alexbiehl, #30)

  • Moved repository under the testcontainers organization

0.4.0.0

20 Feb 16:01
Compare
Choose a tag to compare
  • BREAKING: Refined lifecycle management. testcontainers is now using testcontainers/ryuk resource reaper to cleanup containers, networks and volumes. Release keys for containers are deprecated. (@alexbiehl, #33)

  • BREAKING: Ports can be passed as both numbers as well as strings ala "80/tcp" or "9423/udp" (@alexbiehl, #31)

  • BREAKING: Introduce TestContainer monad (@alexbiehl, #29)

  • Ability to use Docker networks (@alexbiehl, #32)

  • Some internal module reorganization (@alexbiehl, #32)

  • Refined timeout handling for WaitUntilReady (@alexbiehl, #30)

  • Moved repository under the testcontainers organization

0.2.0.0

07 Aug 08:31
Compare
Choose a tag to compare

0.1.0.0

06 Aug 10:07
Compare
Choose a tag to compare
  • First version. Released on an unsuspecting world.