diff options
author | Aanand Prasad <aanand.prasad@gmail.com> | 2015-07-22 22:20:30 +0100 |
---|---|---|
committer | Aanand Prasad <aanand.prasad@gmail.com> | 2015-07-22 22:20:30 +0100 |
commit | 70dd6548428bc7b893be5cc7b4d9fc6cfc964506 (patch) | |
tree | 00dae12df82d6e80583edb7230332f3212c1690d /docs/change_log.md | |
parent | f8ad2dabf21be0d3c07e7d289fb09fb4d93de9a4 (diff) | |
parent | 5f0f085fc7fe7810d03a0534c92b2b5cf58da75c (diff) | |
download | docker-py-1.3.1.tar.gz |
Merge pull request #688 from docker/1.3.1-release1.3.1
1.3.1 release
Diffstat (limited to 'docs/change_log.md')
-rw-r--r-- | docs/change_log.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md index 305721c..538cca4 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,6 +1,28 @@ Change Log ========== +1.3.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.3.1+is%3Aclosed) + +### Bugfixes + +* Fixed a bug where empty chunks in streams was misinterpreted as EOF. +* `datetime` arguments passed to `Client.events` parameters `since` and + `until` are now always considered to be UTC. +* Fixed a bug with Docker 1.7.x where the wrong auth headers were being passed + in `Client.build`, failing builds that depended on private images. +* `Client.exec_create` can now retrieve the `Id` key from a dictionary for its + container param. + +### Miscellaneous + +* 404 API status now raises `docker.errors.NotFound`. This exception inherits + `APIError` which was used previously. +* Docs fixes +* Test ixes + 1.3.0 ----- |