Releases: whisklabs/docker-it-scala
Releases · whisklabs/docker-it-scala
v0.12.0
What's Changed
- Remove old information from readme file by @mayman in #151
- Add DockerClickhouseService to facilitate clickhouse integration in docker by @XunGuo1992 in #152
New Contributors
- @mayman made their first contribution in #151
- @XunGuo1992 made their first contribution in #152
Full Changelog: v0.11.0...v0.12.0
v.0.11.0
- add cross-compilation for scala 3
- proper timeouts handling
- updated sbt with plugins
- create Github Action CI
- docs and small code improvements
v0.10.0
- global inner refactoring, packages were changed
- removed publishing of next artifacts:
- docker-testkit-config
- docker-testkit-impl-spotify
- docker-testkit-impl-spotify-shaded
- docker-testkit-impl-docker-java
"com.spotify" % "docker-client" % "8.16.0"
used as default backend
v0.9.5
- extend
HostConfig
withmemory
andmemoryReservation
settings (credit Chris Birchall) - allowing to override entrypoint (credit Chris Birchall)
- Spotify's docker-client updated to 8.9.0
- docker-client updated to 3.0.13
- move project to sbt 1.x
v0.9.4
v0.9.0
Highlights
- introduce exectutor based on Spotify's docker-client
- separate docker exectutors library from core
- support for unix-socket
- support for linked containers (e.g. Zookeeper + Kafka)
- support for Scala 2.12