Skip to content

Commit a216014

Browse files
committed
1.9.0 RC1
Signed-off-by: Joffrey F <[email protected]>
1 parent 538a1db commit a216014

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.8.1"
1+
version = "1.9.0-rc1"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
Change Log
22
==========
33

4+
1.9.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.9.0+is%3Aclosed)
8+
9+
### Features
10+
11+
* Added **experimental** support for Windows named pipes (`npipe://` protocol).
12+
* Added support for Block IO constraints in `Client.create_host_config`. This
13+
includes parameters `blkio_weight`, `blkio_weight_device`, `device_read_bps`,
14+
`device_write_bps`, `device_read_iops` and `device_write_iops`.
15+
* Added support for the `internal` param in `Client.create_network`.
16+
* Added support for `ipv4_address` and `ipv6_address` in utils function
17+
`create_endpoint_config`.
18+
19+
### Bugfixes
20+
21+
* Fixed an issue where the HTTP timeout on streaming responses would sometimes
22+
be set incorrectly.
23+
* Fixed an issue where explicit relative paths in `.dockerignore` files were
24+
not being recognized.
25+
426
1.8.1
527
-----
628

7-
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.8.0+is%3Aclosed)
29+
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.8.1+is%3Aclosed)
830

931
### Bugfixes
1032

0 commit comments

Comments
 (0)