Skip to content

Commit 24ed2f3

Browse files
committed
Release 3.6.0
Signed-off-by: Joffrey F <[email protected]>
1 parent 30d16ce commit 24ed2f3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
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 = "3.5.1"
1+
version = "3.6.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Change log
22
==========
33

4+
3.6.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone=55?closed=1)
8+
9+
### Features
10+
11+
* Added support for connecting to the Docker Engine over SSH. Additional
12+
dependencies for this feature can be installed with
13+
`pip install "docker[ssh]"`
14+
* Added support for the `named` parameter in `Image.save`, which may be
15+
used to ensure the resulting tarball retains the image's name on save.
16+
17+
### Bugfixes
18+
19+
* Fixed a bug where builds on Windows with a context path using the `\\?\`
20+
prefix would fail with some relative Dockerfile paths.
21+
* Fixed an issue where pulls made with the `DockerClient` would fail when
22+
setting the `stream` parameter to `True`.
23+
24+
### Miscellaneous
25+
26+
* The minimum requirement for the `requests` dependency has been bumped
27+
to 2.20.0
28+
429
3.5.1
530
-----
631

0 commit comments

Comments
 (0)