Skip to content

Commit 0f1bd81

Browse files
committed
1.0.0 changelog
1 parent 2c60e67 commit 0f1bd81

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/change_log.md

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

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
433

534
0.7.2
635
-----

0 commit comments

Comments
 (0)