File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change 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+
4401.5.0
541-----
642
You can’t perform that action at this time.
0 commit comments