Releases: testcontainers/testcontainers-clj
Releases · testcontainers/testcontainers-clj
0.7.3
Get it here: https://clojars.org/clj-test-containers
[0.7.3] - 2202-09-30
Changed
- #63: Upgrade to testcontainers-java 1.17.4
Full Changelog: 0.7.2...0.7.3
0.7.2
Get it here: https://clojars.org/clj-test-containers
[0.7.2] - 2202-07-03
Changed
- #61: Upgrade to testcontainers-java 1.17.3
0.7.1
Get it here: https://clojars.org/clj-test-containers
[0.7.1] - 2202-06-12
Added
- #58: Add new
allowInsecure
flag to the HTTP wait strategy
Changed
- #57: Upgrade to testcontainers-java 1.17.2
0.7.0
Get it here: https://clojars.org/clj-test-containers
[0.7.0] - 2022-04-23
Changed
- #56: Update to Testcontainers 1.17.1
0.6.0
Get it here: https://clojars.org/clj-test-containers
[0.6.0] - 2022-03-26
Changed
- #55: Upgrade to latest Testcontainers version
Added
0.5.0
0.4.0
Get it here: https://clojars.org/clj-test-containers
[0.4.0] - 2020-12-16
Added
- #43: Provide a way to remove all running testcontainers instances in a REPL session
Changed
0.3.0
Special thanks to @dharrigan, @robhanlon22, @dborinsk, @holyjak for their contributions to this release!
Get it here: https://clojars.org/clj-test-containers
[0.3.0] - 2020-10-23
Added
- #25: Add support for a container wait stategy
- #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
Changed
- #29: init-network should be called create-network!
0.2.0
Special thanks to @agilecreativity and @robhanlon22 for their contributions to this release!
Get it here: https://clojars.org/clj-test-containers
[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
,init
andcreate-from-dockerfile
- #19: Add Code of Conduct