File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "3.5.1 "
1
+ version = "3.6.0 "
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
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
+
4
29
3.5.1
5
30
-----
6
31
You can’t perform that action at this time.
0 commit comments