docker-hs/CHANGELOG.md

90 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2015-10-22 14:11:03 +03:00
# CHANGELOG
2020-02-18 03:35:24 +03:00
## 0.6.0.3 (2020-02-17)
- Support for ghc 8.8.2.
- Bump dependency version.
- Use MonadFail for later versions.
2019-05-23 17:43:01 +03:00
## 0.6.0.1 (2019-05-23)
- Support ghc 8.6.4.
- Bump containers version.
2018-06-28 18:15:51 +03:00
## 0.6.0.0 (2018-06-28)
2018-06-25 06:31:35 +03:00
- Rename DeleteOpts to ContainerDeleteOpts.
- Implement image deletion.
- Bump aeson version.
- Implement network aliases.
- Implement creating/deleting networks.
2018-03-10 00:02:49 +03:00
## 0.5.1.1 (2018-03-09)
- Bump aeson version.
## 0.5.1.0 (2018-02-23)
2018-02-22 08:06:31 +03:00
- Support http-conduit-2.3.0.
2018-02-23 09:11:47 +03:00
- Bump http-types versions.
2018-02-22 08:06:31 +03:00
2018-01-26 16:12:04 +03:00
## 0.5.0.1 (2018-01-26)
- Bumps upper bound for http-types (properly this time).
2018-01-24 16:30:56 +03:00
## 0.5.0.0 (2018-01-24)
- 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
2017-10-16 16:31:03 +03:00
## 0.4.1.1 (2017-10-16)
- Small change to add env var for skipping integration tests.
This is mostly to avoid running those on stackage.
2017-10-04 02:25:45 +03:00
## 0.4.1.0 (2017-10-04)
2017-10-04 02:18:05 +03:00
- Relaxed aeson, tls and time upper bounds
## 0.4.0.2 (2017-09-19)
- Support LTS 9.4
2017-06-29 09:29:36 +03:00
## 0.4.0.1 (2017-06-29)
- fixes omKillDisable parsing from json
- adds Entrypoint data type and tests edge cases
- more tests
- small comsmetic changes
2017-06-29 09:26:12 +03:00
## 0.4.0.0 (2017-03-20)
- 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)
2016-09-07 17:47:29 +03:00
## 0.3.0.1 (2016-09-07)
- Small cosmetic changes and marking OVERLAPPING instance
## 0.3.0.0 (2016-09-06)
Major rewrite
2016-02-11 19:45:43 +03:00
## 0.2.0.4 (2016-02-11)
- Adds function for getting all containers and images
2015-10-22 14:11:03 +03:00
## 0.2.0.3 (2015-10-22)
- Adds SSL support for talking to the docker daemon