summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorAnca Iordache <anca.iordache@docker.com>2021-04-06 18:52:03 +0200
committerAnca Iordache <anca.iordache@docker.com>2021-04-06 18:52:03 +0200
commit80878bc61064616a26a3c9423fab4049ad50260d (patch)
treef91546ab3a1dba40d5a8c6116ac7570350885ce2 /docs/change-log.md
parent96c12726fdb9b24e985b4de74d5c82145ccd8185 (diff)
downloaddocker-py-5.0.0-release.tar.gz
Update changelog for the 5.0.0 release5.0.05.0.0-release
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 8db3fc5..63a029e 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,24 @@
Change log
==========
+5.0.0
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/70?closed=1)
+
+### Breaking changes
+- Remove support for Python 2.7
+- Make Python 3.6 the minimum version supported
+
+### Features
+- Add `limit` parameter to image search endpoint
+
+### Bugfixes
+- Fix `KeyError` exception on secret create
+- Verify TLS keys loaded from docker contexts
+- Update PORT_SPEC regex to allow square brackets for IPv6 addresses
+- Fix containers and images documentation examples
+
4.4.4
-----