summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-03-10 17:29:24 -0700
committerJoffrey F <joffrey@docker.com>2015-03-10 17:29:24 -0700
commit5ca2419e23566dbcbf0738b722cdac9d78d2d216 (patch)
treedd2af6b99971afb03c8de1fd4af70bf12a82b617 /docs
parent0c8626ebeac304d8b8bb5ac6ab06fea437f08d51 (diff)
downloaddocker-py-5ca2419e23566dbcbf0738b722cdac9d78d2d216.tar.gz
Updated changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md
index 963878f..e0e864b 100644
--- a/docs/change_log.md
+++ b/docs/change_log.md
@@ -1,6 +1,35 @@
Change Log
==========
+1.1.0
+-----
+
+### Features
+
+* Added `dockerfile` param support to `Client.build` (mirrors
+ `docker build -f` behavior)
+* Added the ability to specify `'auto'` as `version` in `Client.__init__`,
+ allowing the constructor to autodetect the daemon's API version.
+
+### Bugfixes
+
+* Fixed a bug where decoding a result stream using the `decode` parameter
+ would break when using Python 3.x
+* Fixed a bug where some files in `.dockerignore` weren't being handled
+ properly
+* Fixed `resolve_authconfig` issues by bringing it closer to Docker Engine's
+ behavior. This should fix all issues encountered with private registry auth
+* Fixed an issue where passwords containing a colon weren't being handled
+ properly.
+* Bumped `requests` version requirement, which should fix most of the SSL
+ issues encountered recently.
+
+### Miscellaneous
+
+* Several integration test improvements.
+* Fixed some unclosed resources in unit tests.
+* Several docs improvements.
+
1.0.0
-----