Skip to content

Commit aec4813

Browse files
committed
Update Changelog
Signed-off-by: Joffrey F <[email protected]>
1 parent 1ca2bc5 commit aec4813

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/change_log.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
Change Log
22
==========
33

4+
1.6.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.6.0+is%3Aclosed)
8+
9+
### Features
10+
11+
* Added support for the `since` param in `Client.logs` (introduced in API
12+
version 1.19)
13+
* Added support for the `DOCKER_CONFIG` environment variable when looking up
14+
auth config
15+
* Added support for the `stream` param in `Client.stats` (when set to `False`,
16+
allows user to retrieve a single snapshot instead of a constant data stream)
17+
* Added support for the `mem_swappiness`, `oom_kill_disable` params
18+
in `Client.create_host_config`
19+
* Added support for build arguments in `Client.build` through the `buildargs`
20+
param.
21+
22+
23+
24+
### Bugfixes
25+
26+
* Fixed a bug where streaming data over HTTPS would sometimes behave
27+
incorrectly with Python 3.x
28+
* Fixed a bug where commands containing unicode characters would be incorrectly
29+
handled by `Client.create_container`.
30+
* Fixed a bug where auth config credentials containing unicode characters would
31+
cause failures when pushing / pulling images.
32+
* Setting `tail=0` in `Client.logs` no longer shows past logs.
33+
34+
### Miscellaneous
35+
36+
* Default API version is now 1.21 (introduced in Docker 1.9.0)
37+
* Several test improvements and cleanup that should make the suite easier to
38+
expand and maintain moving forward.
39+
440
1.5.0
541
-----
642

0 commit comments

Comments
 (0)