- Bump http-client version.
- Bug fix for PortBinding's FromJSON instance.
- Bug fix for Bind's ToJSON instance.
- Support for ghc 8.8.2.
- Bump dependency version.
- Use MonadFail for later versions.
- Support ghc 8.6.4.
- Bump containers version.
- Rename DeleteOpts to ContainerDeleteOpts.
- Implement image deletion.
- Bump aeson version.
- Implement network aliases.
- Implement creating/deleting networks.
- Bump aeson version.
- Support http-conduit-2.3.0.
- Bump http-types versions.
- Bumps upper bound for http-types (properly this time).
- Added (some) contribution and general docs
- Fix case when stopping non-existent container
- Added more integration tests
- Fixed error while parsing list container endpoint output
- Changed State/Status data type (related to the above fix)
- Added tests against different docker version to travis CIA
- Fixed EnvVar JSON encoding
- Fixed NetworkMode parsing
- Allow http-types 0.11
- Small change to add env var for skipping integration tests. This is mostly to avoid running those on stackage.
- Relaxed aeson, tls and time upper bounds
- Support LTS 9.4
- fixes omKillDisable parsing from json
- adds Entrypoint data type and tests edge cases
- more tests
- small comsmetic changes
- Adds streaming support via conduits (changes API a bit hence the major version release)
- Added support for streaming log output
- Added support for pulling images from the hub (and streaming the output)
- Small cosmetic changes and marking OVERLAPPING instance
Major rewrite
- Adds function for getting all containers and images
- Adds SSL support for talking to the docker daemon