Skip to content

Commit 57b86fe

Browse files
committed
Updated changelog for 1.3.1
1 parent 89c048d commit 57b86fe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/change_log.md

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

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+
426
1.3.0
527
-----
628

0 commit comments

Comments
 (0)