File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ 1.0.0
5
+ -----
6
+
7
+ ### Features
8
+
9
+ * Added new ` Client.rename ` method (` docker rename ` )
10
+ * Added now ` Client.stats ` method (` docker stats ` )
11
+ * Added ` read_only ` param support to ` utils.create_host_config ` and
12
+ ` Client.start ` (` docker run --read-only ` )
13
+ * Added ` pid_mode ` param support to ` utils.create_host_config ` and
14
+ ` Client.start ` (` docker run --pid='host' ` )
15
+ * Added ` since ` , ` until ` and ` filters ` params to ` Client.events ` .
16
+ * Added ` decode ` parameter to ` Client.stats ` and ` Client.events ` to decode
17
+ JSON objects on the fly (False by default).
18
+
19
+ ### Bugfixes
20
+
21
+ * Fixed a bug that caused ` Client.build ` to crash when the provided source was
22
+ a remote source.
23
+
24
+ ### Miscellaneous
25
+
26
+ * Default API version has been bumped to 1.17 (Docker Engine 1.5.0)
27
+ * ` Client.timeout ` is now a public attribute, and users are encouraged to use it
28
+ when request timeouts need to be changed at runtime.
29
+ * Added ` Client.api_version ` as a read-only property.
30
+ * The ` memswap_limit ` argument in ` Client.create_container ` now accepts string
31
+ type values similar to ` mem_limit ` ('6g', '120000k', etc.)
32
+ * Improved documentation
4
33
5
34
0.7.2
6
35
-----
You can’t perform that action at this time.
0 commit comments