File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ 1.3.1
5
+ -----
6
+
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/issues?q=milestone%3A1.3.1+is%3Aclosed )
8
+
9
+ ### Bugfixes
10
+
11
+ * Fixed a bug where empty chunks in streams was misinterpreted as EOF.
12
+ * ` datetime ` arguments passed to ` Client.events ` parameters ` since ` and
13
+ ` until ` are now always considered to be UTC.
14
+ * Fixed a bug with Docker 1.7.x where the wrong auth headers were being passed
15
+ in ` Client.build ` , failing builds that depended on private images.
16
+ * ` Client.exec_create ` can now retrieve the ` Id ` key from a dictionary for its
17
+ container param.
18
+
19
+ ### Miscellaneous
20
+
21
+ * 404 API status now raises ` docker.errors.NotFound ` . This exception inherits
22
+ ` APIError ` which was used previously.
23
+ * Docs fixes
24
+ * Test ixes
25
+
4
26
1.3.0
5
27
-----
6
28
You can’t perform that action at this time.
0 commit comments