X Tutup
Skip to content

Commit ac439d5

Browse files
committed
Update CHANGELOG.md
1 parent 49304d8 commit ac439d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Change Log
55
---
66
Notes
77

8-
* The upcoming release will contain multiple API breaking changes therefore the major version switch. It will support a subset of v.1.21 of the docker remote API. It also includes an experimental netty based implementation of `DockerCmdExecFactory` that probably will replace the current jersey/httpclient based one in a later release.
8+
* The upcoming release will contain multiple API breaking changes therefore the major version switch. It will support a subset of v.1.22 of the docker remote API. It also includes an experimental netty based implementation of `DockerCmdExecFactory` that probably will replace the current jersey/httpclient based one in a later release.
99
* The configuration has been changed to better match the docker CLI configuration options. The properties file was renamed from `docker.io.properties` to `docker-java.properties`. See README.md for details.
1010

1111
All changes
1212

13+
* [#488] (https://github.com/docker-java/docker-java/pull/488) Support remote API 1.22 subset
14+
1315
Included in 3.0.0-RC2
1416
* [#486] (https://github.com/docker-java/docker-java/pull/486) Fix NegativeArraySizeException in awaitCompletion()
1517
* [#472] (https://github.com/docker-java/docker-java/pull/472) Exec start command: detect end of STDIN stream

0 commit comments

Comments
 (0)
X Tutup