All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- #64: Fix container path parameter for copy-file-to-container! in README
- #65: Upgrade to testcontainers-java 1.17.6
- #66: Remove usage of deprecated API calls for cleanup
- #67: Update Dependencies
- #63: Upgrade to testcontainers-java 1.17.4
- #61: Upgrade to testcontainers-java 1.17.3
- #58: Add new
allowInsecure
flag to the HTTP wait strategy
- #57: Upgrade to testcontainers-java 1.17.2
- #56: Update to Testcontainers 1.17.1
- #55: Upgrade to latest Testcontainers version
- #49: Updated to latest Testcontainers version
- #50: supress Reflection warnings
- #52: Fix unbalanced parens and braces
- #43: Provide a way to remove all running testcontainers instances in a REPL session
- #40: Increase Testcontainers version to 1.15.0
- #47: Increase Testcontainers version to 1.15.1
- #44: Use .copyFileToContainer when the container is already started
- #25: Add support for a container wait strategy
- #35: Add support for docker version 2.4.0 - upgrading testcontainers-java version
- #27: Add support for accessing container logs
- #38: Add type hints to silence reflection warnings
- #33: Add more options to the HTTP wait strategy
- #28: Link to the java lib
- #23: Configure clojure.spec, spec out a few functions
- #24: cljstyle redux, with pre-commit hook
- #21: Install and configure cljstyle
- #29: init-network should be called create-network!