summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiordache <anca.iordache@docker.com>2021-02-18 10:23:20 +0100
committerUlysses Souza <ulysses.souza@docker.com>2021-02-18 11:19:11 -0300
commite6689e0bb9af849bd9d1509fd3b2db52e0d6d776 (patch)
tree81355b1ab1bad07896aa503073970e87e4380208
parent2807fde6c991596ac12853995c931c925128ee61 (diff)
downloaddocker-py-e6689e0bb9af849bd9d1509fd3b2db52e0d6d776.tar.gz
Post-release 4.4.2 changelog updates
Signed-off-by: aiordache <anca.iordache@docker.com>
-rw-r--r--docs/change-log.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 351e2c5..f666697 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,18 @@
Change log
==========
+4.4.2
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/71?closed=1)
+
+### Bugfixes
+- Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
+- Fix docs example
+
+### Miscellaneous
+- Add Python3.8 and 3.9 in setup.py classifier list
+
4.4.1
-----
@@ -10,7 +22,6 @@ Change log
- Avoid setting unsuported parameter for subprocess.Popen on Windows
- Replace use of deprecated "filter" argument on ""docker/api/image"
-
4.4.0
-----
@@ -28,7 +39,6 @@ Change log
- Improve exception messages for server and client errors
- Bump cryptography from 2.3 to 3.2
-
4.3.1
-----
@@ -53,7 +63,6 @@ Change log
- Update default API version to v1.39
- Update test engine version to 19.03.12
-
4.2.2
-----
@@ -109,7 +118,6 @@ Change log
- Adjust `--platform` tests for changes in docker engine
- Update credentials-helpers to v0.6.3
-
4.0.2
-----
@@ -123,7 +131,6 @@ Change log
- Bumped version of websocket-client
-
4.0.1
-----