File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "4.4.0-dev "
1
+ version = "4.4.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
+ 4.4.0
5
+ -----
6
+
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/67?closed=1 )
8
+
9
+ ### Features
10
+ - Add an alternative SSH connection to the paramiko one, based on shelling out to the SSh client. Similar to the behaviour of Docker cli
11
+ - Default image tag to ` latest ` on ` pull `
12
+
13
+ ### Bugfixes
14
+ - Fix plugin model upgrade
15
+ - Fix examples URL in ulimits
16
+
17
+ ### Miscellaneous
18
+ - Improve exception messages for server and client errors
19
+ - Bump cryptography from 2.3 to 3.2
20
+
21
+
4
22
4.3.1
5
23
-----
6
24
You can’t perform that action at this time.
0 commit comments