Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 1.95 KB

Revision history for testcontainer-hs

x.x.x -- 2023-xx-xx

  • Introduce withWorkingDirectory to set the working directory inside a container (@alexbiehl, #37)

  • Add fromExistingNetwork to allow connecting containers to existing, unmanaged networks (@alexbiehl, #41)

0.5.0.0 -- 2023-02-20

  • 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.2.0.0 -- 2020-08-07

0.1.0.0 -- 2020-08-06

  • First version. Released on an unsuspecting world.