Releases: testcontainers/testcontainers-hs
0.5.1.0
What's Changed
- Add withWorkingDirectory by @alexbiehl in #37
- Avoid using openSocket from network by @alexbiehl in #39
- fromExistingNetwork by @alexbiehl in #41
- Delay retry on a non-acceptable status code by @alexbiehl in #45
- Make the reaper container respect
DOCKER_HOST
by @Sereja313 in #47 - alex/reaper related by @alexbiehl in #48
- add memory and cpu limits for docker run by @justinwoo in #49
- Support for GHC 9.8 by @LaurentRDC in #55
- bump
tasty-discover
upper bound to fix Nix package by @peterbecich in #58 - Prepare for release 0.5.1.0 by @LaurentRDC in #60
New Contributors
- @Sereja313 made their first contribution in #47
- @justinwoo made their first contribution in #49
- @LaurentRDC made their first contribution in #55
- @peterbecich made their first contribution in #58
Full Changelog: 0.5.0.0...0.5.1.0
0.5.0.0
-
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
-
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
- Dependency rework (@blackheaven, https://github.com/alexbiehl/testcontainers-hs/pull/3)