File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
- version = "0.7.1-dev "
1
+ version = "0.7.1"
Original file line number Diff line number Diff line change @@ -53,8 +53,9 @@ correct value (e.g `gzip`).
53
53
* fileobj: A file object to use as the Dockerfile. (Or a file-like object)
54
54
* nocache (bool): Don't use the cache when set to ` True `
55
55
* rm (bool): Remove intermediate containers
56
- * stream (bool): Return a blocking generator you can iterate over to retrieve
57
- build output as it happens
56
+ * stream (bool): * Deprecated for API version > 1.8 (always True)* .
57
+ Return a blocking generator you can iterate over to retrieve build output as
58
+ it happens
58
59
* timeout (int): HTTP timeout
59
60
* custom_context (bool): Optional if using ` fileobj `
60
61
* encoding (str): The encoding for a stream. Set to ` gzip ` for compressing
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ 0.7.1
5
+ -----
6
+
7
+ ### Bugfixes
8
+
9
+ * ` setup.py ` now indicates a maximum version of requests to work around the
10
+ boot2docker / ` assert_hostname ` bug.
11
+ * Removed invalid exception when using the Registry Hub's FQDN when pulling.
12
+ * Fixed an issue where early HTTP errors weren't handled properly in streaming
13
+ responses.
14
+ * Fixed a bug where sockets would close unexpectedly using Python 3.x
15
+ * Various fixes for integration tests.
16
+
17
+ ### Miscellaneous
18
+
19
+ * Small doc fixes
20
+
4
21
0.7.0
5
22
-----
6
23
You can’t perform that action at this time.
0 commit comments