summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoraiordache <anca.iordache@docker.com>2020-08-10 15:29:34 +0200
committeraiordache <anca.iordache@docker.com>2020-08-10 19:15:50 +0200
commit746a2509ab7cb0656f62de0440be9ce442775e8c (patch)
tree770af5c5bc7e73f2516994a3b0654e5bb4664630 /docs
parent3999707fb3fb5f7cea7d3d92eeda5cf160abb496 (diff)
downloaddocker-py-746a2509ab7cb0656f62de0440be9ce442775e8c.tar.gz
Prepare release 4.3.0
Signed-off-by: aiordache <anca.iordache@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/change-log.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 829333b..c753ffd 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,21 @@
Change log
==========
+4.3.0
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/66?closed=1)
+
+### Features
+- Add `DeviceRequest` type to expose host resources such as GPUs
+- Add support for `DriverOpts` in EndpointConfig
+- Disable compression by default when using container.get_archive method
+
+### Miscellaneous
+- Update default API version to v1.39
+- Update test engine version to 19.03.12
+
+
4.2.2
-----