File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "1.10.3 "
1
+ version = "1.10.4 "
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
+ 1.10.4
5
+ ------
6
+
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/24?closed=1 )
8
+
9
+ ### Bugfixes
10
+
11
+ * Fixed an issue where ` RestartPolicy.condition_types.ON_FAILURE ` would yield
12
+ an invalid value.
13
+ * Fixed an issue where the SSL connection adapter would receive an invalid
14
+ argument.
15
+ * Fixed an issue that caused the Client to fail to reach API endpoints when
16
+ the provided ` base_url ` had a trailing slash.
17
+ * Fixed a bug where some ` environment ` values in ` create_container `
18
+ containing unicode characters would raise an encoding error.
19
+ * Fixed a number of issues tied with named pipe transport on Windows.
20
+
21
+ ### Miscellaneous
22
+
23
+ * Adjusted version requirements for the ` requests ` library.
24
+
25
+
4
26
1.10.3
5
27
------
6
28
You can’t perform that action at this time.
0 commit comments