diff options
| author | Joffrey F <joffrey@docker.com> | 2015-11-23 15:30:14 -0800 |
|---|---|---|
| committer | Joffrey F <joffrey@docker.com> | 2015-11-23 15:30:14 -0800 |
| commit | aec48133a80c6795c35e30223fb63d5776816331 (patch) | |
| tree | 4a051878af971282516e0741d7e39601927c75e2 /docs | |
| parent | 1ca2bc58f0cf2e2cdda2734395bd3e7ad9b178bf (diff) | |
| download | docker-py-aec48133a80c6795c35e30223fb63d5776816331.tar.gz | |
Update Changelog
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/change_log.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md index f2b272a..fa94db8 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,6 +1,42 @@ Change Log ========== +1.6.0 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.6.0+is%3Aclosed) + +### Features + +* Added support for the `since` param in `Client.logs` (introduced in API + version 1.19) +* Added support for the `DOCKER_CONFIG` environment variable when looking up + auth config +* Added support for the `stream` param in `Client.stats` (when set to `False`, + allows user to retrieve a single snapshot instead of a constant data stream) +* Added support for the `mem_swappiness`, `oom_kill_disable` params + in `Client.create_host_config` +* Added support for build arguments in `Client.build` through the `buildargs` + param. + + + +### Bugfixes + +* Fixed a bug where streaming data over HTTPS would sometimes behave + incorrectly with Python 3.x +* Fixed a bug where commands containing unicode characters would be incorrectly + handled by `Client.create_container`. +* Fixed a bug where auth config credentials containing unicode characters would + cause failures when pushing / pulling images. +* Setting `tail=0` in `Client.logs` no longer shows past logs. + +### Miscellaneous + +* Default API version is now 1.21 (introduced in Docker 1.9.0) +* Several test improvements and cleanup that should make the suite easier to + expand and maintain moving forward. + 1.5.0 ----- |
