Skip to content

Commit 78bfa7a

Browse files
authored
Update CHANGELOG.md
1 parent 7e21702 commit 78bfa7a

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,69 @@
11
Change Log
22
===
3+
4+
## 3.1.0-rc-8
5+
- Do awaitCompletion upon socket close exception
6+
- Fix `X-Registry-Auth` base64 encoding
7+
8+
## 3.1.0-rc-7
9+
- Fix NPE when docker config file doesn't exist
10+
11+
## 3.1.0-rc-6
12+
- Add resize feature to container and exec
13+
- Update part of apis to 1.37
14+
- Update dependencies
15+
- Fix No serializer found for class com.githubdockerjava.api.model.ServiceGlobalModeOptions
16+
- Add HostConfig.StorageOpt and ExecCreateCmd.Env
17+
- Added GCPLOGS enum LoggingType
18+
- Stop proxying HostConfig class (static helper provided)
19+
- Add ExecCreateCmd.Env
20+
- Add failcnt into memorystatsconfig
21+
- Support some missing Engine APIs
22+
- Added memory swappiness to create container command.
23+
- Fix for ignore all files except specified
24+
25+
## 3.1.0-rc-5
26+
- Add missing properties in InspectContainer response
27+
- Add withFilter methods in ListNetworksCmd & ListVolumesCmd
28+
- Add WorkingDir property in containers exec
29+
- Add isolation property support in Info response
30+
- Support platform option in image build/create/pull commands
31+
- Add OSVersion and RootFS support in InspectImageResponse
32+
- Fix double-marshalling of cachefrom
33+
- make AuthConfig compatible with indentitytoken
34+
- Allow netty to handle compressed response bodies
35+
36+
## 3.1.0-rc-4
37+
- Update deps
38+
- fix HTTP/1.1 compliance (missing Host header)
39+
- support rollback_completed value in ServiceUpdateState
40+
- Add Privileged property to ExecCreateCmd
41+
- Encode spaces as %20 rather than + in URL params
42+
- Add tmpfs mount support since v1.29
43+
- Add support for swarm service/task logs
44+
- Add mapping annotations to custom constructor
45+
- Support network mode as part of the docker build
46+
- support "rollback" as value for UpdateFailureAction
47+
- Add "Pid" field to InspectExecResponse
48+
- Add DiskQuota to HostConfig and CreateContainerCmd
49+
- Add AutoRemove to HostConfig
50+
- follow symbolic links when walking dir
51+
- Use path from the configured docker host instead of hardcoded "/var/run/docker.sock" in netty factory
52+
- Configure JerseyDockerCmdExecFactory to avoid chunked encoding
53+
54+
## 3.1.0-rc-3
55+
- export TmpFs configuration for HostConfig and DockerClient
56+
- avoid double encoding for url query string
57+
58+
## 3.1.0-rc-2
59+
- https://github.com/docker-java/docker-java/pulls?q=is%3Apr+milestone%3A3.1.0-rc-2+is%3Aclosed
60+
361
## 3.1.0-rc-1
462
A lot of changes...
563
- Swarm Mode support.
664
- Classic swarm support.
765
- various netty improvements
66+
- Implement AbstractDockerCmdExecFactory
867

968

1069
## 3.0.14

0 commit comments

Comments
 (0)