diff options
author | Joffrey F <joffrey@docker.com> | 2018-04-25 17:35:11 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2018-04-25 17:43:25 -0700 |
commit | e5809611e059966b7926f554fd4348c480b956a7 (patch) | |
tree | e0c959d850fa8a0d067c62535bb95db2c0e9ff44 /docs/change-log.md | |
parent | d1359296cdbddad5fec30449f930767d659aee82 (diff) | |
download | docker-py-3.3.0-release.tar.gz |
Bump 3.3.03.3.0-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r-- | docs/change-log.md | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 912ec5f..0065c62 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,26 @@ Change log ========== +3.3.0 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/49?closed=1) + +### Features + +* Added support for `prune_builds` in `APIClient` and `DockerClient.images` +* Added support for `ignore_removed` parameter in + `DockerClient.containers.list` + +### Bugfixes + +* Fixed an issue that caused builds to fail when an in-context Dockerfile + would be specified using its absolute path +* Installation with pip 10.0.0 and above no longer fails +* Connection timeout for `stop` and `restart` now gets properly adjusted to + allow for the operation to finish in the specified time +* Improved docker credential store support on Windows + 3.2.1 ----- @@ -16,7 +36,7 @@ Change log 3.2.0 ----- -[List of PRs/ issues for this release](https://github.com/docker/docker-py/milestone/45?closed=1) +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/45?closed=1) ### Features |