Docker It Scala Versions Save

Docker integration testing kit with Scala

v0.12.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/whisklabs/docker-it-scala/compare/v0.11.0...v0.12.0

v0.11.0

2 years ago

0.10.0

2 years ago
  • 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

6 years ago

v0.9.4

6 years ago
  • Added support for tmpfs option in HostConfig. Available only in Spotify's executor
  • com.spotify/docker-client updated to 8.8.0
  • com.github.docker-java/docker-java updated to 3.0.12

v0.9.0

7 years ago

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