Skip to content

Releases: into-docker/clj-docker-client

0.4.0: Data all the way!

18 Jan 17:21
Compare
Choose a tag to compare

Total rewrite.

  • Make it fully data driven like Cognitect's AWS client
  • Direct connection to docker daemon without a java docker lib
  • Support all of docker's functions

0.3.2

31 Aug 14:22
Compare
Choose a tag to compare

Containers:

  • Creation options via maps! Yay for data driven! Thanks @pvik
  • Ability to specify network-mode

General:

  • Lib and code cleanup

0.3.1

25 Aug 08:09
Compare
Choose a tag to compare

Containers:

  • Fix for #11 thanks @jvtrigueros !
  • Removal of live-stats in favor or timed-stats

General:

  • Code cleanup, type hints, more tests

0.3.0

23 Aug 14:38
Compare
Choose a tag to compare

Major Release

  • Switched to docker-java
  • Changes in key casing
  • Much more detailed data
  • Live logging and stats
  • Code cleanup

0.2.3

06 May 07:25
Compare
Choose a tag to compare

Containers:

  • Fetch container stats. Thanks @gklijs

General:

  • Improve docs.
  • Update Spotify client.

0.2.2

05 Mar 14:48
Compare
Choose a tag to compare

Containers:

  • Return plain InputStream from container path not TarAchiveInputStream

General:

  • Improved docs

0.2.1

03 Mar 09:19
Compare
Choose a tag to compare

Containers:

  • Add setting working directory and user for a container

0.2.0

23 Feb 14:03
Compare
Choose a tag to compare

General breaking change:

  • Keys are now CamelCased not kebab-cased.
  • Automatic response map generation from the Spotify client.
  • Code refactoring and reduction.
  • Update Spotify client.

0.1.13

12 Feb 09:32
Compare
Choose a tag to compare

Containers:

  • Ability to bind to specific host interface when exposing ports.

General:

  • Update Spotify docker client.

0.1.12

29 Jan 19:19
Compare
Choose a tag to compare

Container functions:

  • inspect

Misc refactoring.