Skip to content

Commit d382482

Browse files
committed
Merge pull request #460 from docker/0.7.1-release
0.7.1 release
2 parents 349c6c5 + 53ef3c3 commit d382482

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.7.1-dev"
1+
version = "0.7.1"

docs/api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ correct value (e.g `gzip`).
5353
* fileobj: A file object to use as the Dockerfile. (Or a file-like object)
5454
* nocache (bool): Don't use the cache when set to `True`
5555
* 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
5859
* timeout (int): HTTP timeout
5960
* custom_context (bool): Optional if using `fileobj`
6061
* encoding (str): The encoding for a stream. Set to `gzip` for compressing

docs/change_log.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Change Log
22
==========
33

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+
421
0.7.0
522
-----
623

0 commit comments

Comments
 (0)