Releases: into-docker/clj-docker-client
Releases · into-docker/clj-docker-client
1.0.3
1.0.2
MInor release
- Support v1.41 docker API
- Update dependencies
- Fix docs
1.0.1
Minor release improving key destructuring in docker swagger YAMLs and improving compatibily with https://github.com/borkdude/babashka
1.0.0!
1.0.0-RC2
Move all resources to clj_docker_client
namespaced dir to avoid potential resource classpath collisions.
1.0.0-RC1
1.0.0 Here we come! 🎉
All changes are non breaking.
Major changes:
- Use https://github.com/into-docker/unixsocket-http as the underlying HTTP transport.
- Support for http:// protocol
0.5.3
Add ability to optionally throw exceptions for exceptional response statues (>= 400).
Update dev deps.
0.5.2
Automatic connection pooling is disabled now. All invokes use a new connection. Thanks @TimoKramer
connect
is now deprecated. Connection options should be passed to invoke
directly.
Closes #20