* add support for docker version 2.4.0 * upgrade testcontainers/postgresql to version 1.15.0-rc2 * changing back to version 0.3.0 as its still not released Co-authored-by: dana <dana.borinski@appsflyer.com>
2.2 KiB
2.2 KiB
Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
[0.3.0] - Upcoming
Added
- #25: Add support for a container wait stategy
- #35: Add support for docker version 2.4.0 - upgrading testcontainers-java version
Changed
- #29: init-network should be called create-network!
[0.2.0] - 2020-08-05
Added
- #2: Enable configuration of networking
- #8: Improve Documentation for cljdoc
- #15: Add a way to create an Image from a Dockerfile
- #17: Enable the library to use predefined Containers
- #18: Reuse more code between
create,initandcreate-from-dockerfile - #19: Add Code of Conduct