2020-06-04 08:44:03 +00:00
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com ](http://keepachangelog.com/ ).
2022-11-16 21:46:41 +00:00
## [0.7.4] - 2022-11-16
2022-11-16 14:10:17 +00:00
### Changed
2022-11-16 21:46:41 +00:00
- [#64 ](https://github.com/javahippie/clj-test-containers/pull/64 ): Fix container path parameter for copy-file-to-container! in README
2022-11-16 14:10:17 +00:00
- [#65 ](https://github.com/javahippie/clj-test-containers/issues/65 ): Upgrade to testcontainers-java 1.17.6
2022-11-16 21:46:41 +00:00
- [#66 ](https://github.com/javahippie/clj-test-containers/issues/66 ): Remove usage of deprecated API calls for cleanup
2022-11-16 14:10:17 +00:00
2022-09-30 10:30:57 +00:00
## [0.7.3] - 2202-09-30
### Changed
- [#63 ](https://github.com/javahippie/clj-test-containers/issues/63 ): Upgrade to testcontainers-java 1.17.4
2022-07-03 15:20:21 +00:00
## [0.7.2] - 2202-07-03
### Changed
- [#61 ](https://github.com/javahippie/clj-test-containers/issues/61 ): Upgrade to testcontainers-java 1.17.3
2022-06-12 09:33:32 +00:00
## [0.7.1] - 2202-06-12
2022-05-25 07:08:32 +00:00
### Added
- [#58 ](https://github.com/javahippie/clj-test-containers/issues/58 ): Add new `allowInsecure` flag to the HTTP wait strategy
### Changed
- [#57 ](https://github.com/javahippie/clj-test-containers/issues/57 ): Upgrade to testcontainers-java 1.17.2
## [0.7.0] - 2022-04-23
### Changed
- [#56 ](https://github.com/javahippie/clj-test-containers/issues/56 ): Update to Testcontainers 1.17.1
2022-03-26 10:54:28 +00:00
## [0.6.0] - 2022-03-26
### Changed
- [#55 ](https://github.com/javahippie/clj-test-containers/issues/55 ): Upgrade to latest Testcontainers version
### Added
- [#42 ](https://github.com/javahippie/clj-test-containers/issues/42 ): Extend wait strategies
2022-03-26 10:59:50 +00:00
- [#41 ](https://github.com/javahippie/clj-test-containers/issues/41 ): Complete logging mechanisms
2022-03-26 10:54:28 +00:00
2021-08-18 08:59:35 +00:00
## [0.5.0] - 2021-08-18
### Changed
- [#49 ](https://github.com/javahippie/clj-test-containers/issues/49 ): Updated to latest Testcontainers version
- [#50 ](https://github.com/javahippie/clj-test-containers/issues/50 ): supress Reflection warnings
- [#52 ](https://github.com/javahippie/clj-test-containers/pull/52 ): Fix unbalanced parens and braces
2020-12-16 09:15:56 +00:00
## [0.4.0] - 2020-12-16
### Added
- [#43 ](https://github.com/javahippie/clj-test-containers/issues/43 ): Provide a way to remove all running testcontainers instances in a REPL session
### Changed
- [#40 ](https://github.com/javahippie/clj-test-containers/issues/40 ): Increase Testcontainers version to 1.15.0
- [#47 ](https://github.com/javahippie/clj-test-containers/issues/47 ): Increase Testcontainers version to 1.15.1
- [#44 ](https://github.com/javahippie/clj-test-containers/pull/44 ): Use .copyFileToContainer when the container is already started
2020-10-23 21:12:24 +00:00
## [0.3.0] - 2020-10-23
2020-09-24 17:45:25 +00:00
### Added
2022-03-26 10:59:50 +00:00
- [#25 ](https://github.com/javahippie/clj-test-containers/issues/25 ): Add support for a container wait strategy
2020-10-08 06:52:19 +00:00
- [#35 ](https://github.com/javahippie/clj-test-containers/issues/35 ): Add support for docker version 2.4.0 - upgrading testcontainers-java version
2020-10-23 21:12:24 +00:00
- [#27 ](https://github.com/javahippie/clj-test-containers/issues/27 ): Add support for accessing container logs
- [#38 ](https://github.com/javahippie/clj-test-containers/pull/38 ): Add type hints to silence reflection warnings
- [#33 ](https://github.com/javahippie/clj-test-containers/pull/33 ): Add more options to the HTTP wait strategy
- [#28 ](https://github.com/javahippie/clj-test-containers/pull/28 ): Link to the java lib
- [#23 ](https://github.com/javahippie/clj-test-containers/pull/23 ): Configure clojure.spec, spec out a few functions
- [#24 ](https://github.com/javahippie/clj-test-containers/pull/24 ): cljstyle redux, with pre-commit hook
- [#21 ](https://github.com/javahippie/clj-test-containers/pull/21 ): Install and configure cljstyle
2020-09-24 17:45:25 +00:00
### Changed
- [#29 ](https://github.com/javahippie/clj-test-containers/issues/29 ): init-network should be called create-network!
2020-08-05 20:49:04 +00:00
## [0.2.0] - 2020-08-05
2020-08-05 10:16:29 +00:00
### Added
2020-08-05 20:49:04 +00:00
- [#2 ](https://github.com/javahippie/clj-test-containers/issues/2 ): Enable configuration of networking
- [#8 ](https://github.com/javahippie/clj-test-containers/issues/8 ): Improve Documentation for cljdoc
2020-08-05 10:16:29 +00:00
- [#15 ](https://github.com/javahippie/clj-test-containers/issues/15 ): Add a way to create an Image from a Dockerfile
- [#17 ](https://github.com/javahippie/clj-test-containers/issues/17 ): Enable the library to use predefined Containers
- [#18 ](https://github.com/javahippie/clj-test-containers/issues/18 ): Reuse more code between `create` , `init` and `create-from-dockerfile`
- [#19 ](https://github.com/javahippie/clj-test-containers/issues/19 ): Add Code of Conduct
2020-06-04 08:44:03 +00:00
### Changed
2020-08-05 10:16:29 +00:00
- [#9 ](https://github.com/javahippie/clj-test-containers/issues/9 ): using `:keys [......]`
- [#13 ](https://github.com/javahippie/clj-test-containers/issues/13 ): Update Git Configuration
2020-08-05 20:49:04 +00:00
- [#20 ](https://github.com/javahippie/clj-test-containers/issues/20 ): Release Milestone 0.2.0
2020-06-04 08:44:03 +00:00
2020-08-05 10:16:29 +00:00
## [0.1.0] - 2020-06-06
2020-06-04 08:44:03 +00:00
### Added
2020-08-05 10:16:29 +00:00
- [#1 ](https://github.com/javahippie/clj-test-containers/issues/1 ): Enable minimal GenericContainer usage - Set up a test pipeline
- [#3 ](https://github.com/javahippie/clj-test-containers/issues/3 ): Enable configuration of volumes
- [#4 ](https://github.com/javahippie/clj-test-containers/issues/4 ): Set up a test pipeline
- [#5 ](https://github.com/javahippie/clj-test-containers/issues/5 ): Set up clojars deployment
- [#6 ](https://github.com/javahippie/clj-test-containers/issues/6 ): Enable command execution in a running container
- [#7 ](https://github.com/javahippie/clj-test-containers/issues/7 ): Switch from Boot to Leiningen
2020-06-04 08:44:03 +00:00