Skip to content

Commit a6ac91a

Browse files
committed
Merge pull request #93 from docker-java/changelog
Added CHANGELOG.md
2 parents 5154510 + 0ae2f88 commit a6ac91a

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

CHANGELOG.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
Change Log
2+
===
3+
4+
* [#92](https://github.com/docker-java/docker-java/pull/92) Add travis-ci support
5+
* [#90](https://github.com/docker-java/docker-java/pull/90) Update DockerClientBuilder.java
6+
* [#88](https://github.com/docker-java/docker-java/pull/88) Add support for private repositories and pull/push authentication
7+
8+
docker-java-0.10.3
9+
---
10+
11+
* [#87](https://github.com/docker-java/docker-java/pull/87) Improve adding of port bindings
12+
* [#83](https://github.com/docker-java/docker-java/pull/83) Loading of custom DockerCmdExecFactory
13+
* [#81](https://github.com/docker-java/docker-java/pull/81) Env config
14+
* [#82](https://github.com/docker-java/docker-java/pull/82) Allow multiple port bindings per ExposedPort
15+
* [#80](https://github.com/docker-java/docker-java/pull/80) explicitly use the latest image version
16+
* [#79](https://github.com/docker-java/docker-java/pull/79) Move slow tests to integration test phase, enable tests by default
17+
* [#76](https://github.com/docker-java/docker-java/pull/76) New enum \"InternetProtocol\" for supported IP protocols replaces \"scheme\"
18+
* [#75](https://github.com/docker-java/docker-java/pull/75) Use ExposedPort.toString() in serialization
19+
* [#74](https://github.com/docker-java/docker-java/pull/74) Use project.build.sourceEncoding in compiler
20+
* [#73](https://github.com/docker-java/docker-java/pull/73) Improve parsing and serialization of Link
21+
* [#70](https://github.com/docker-java/docker-java/pull/70) Improve instantiation and serialization of Bind
22+
23+
docker-java-0.10.2
24+
---
25+
26+
* [#69](https://github.com/docker-java/docker-java/pull/69) Use canonical form of Docker folder when building TAR files
27+
* [#68](https://github.com/docker-java/docker-java/pull/68) Set Jersey client CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
28+
* [#67](https://github.com/docker-java/docker-java/pull/67) typo in README.md
29+
* [#65](https://github.com/docker-java/docker-java/pull/65) Added static method udp in ExposedPort
30+
* [#63](https://github.com/docker-java/docker-java/pull/63) Bind.parse() fails when access mode is specified
31+
* [#57](https://github.com/docker-java/docker-java/pull/57) Add streaming events API
32+
* [#59](https://github.com/docker-java/docker-java/pull/59) Update readme to include corrected api example
33+
* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
34+
* [#56](https://github.com/docker-java/docker-java/pull/56) Update README.md
35+
* [#58](https://github.com/docker-java/docker-java/pull/58) Code clear and bug fix
36+
37+
docker-java-0.10.1
38+
---
39+
40+
* [#49](https://github.com/docker-java/docker-java/pull/49) Allow user to check where volume is binded on host
41+
* [#47](https://github.com/docker-java/docker-java/pull/47) let CompressArchiveUtil preserve executable flags
42+
* [#46](https://github.com/docker-java/docker-java/pull/46) Fixes to AttachContainerCmd and CreateContainerCmd.
43+
44+
docker-java-0.10.0
45+
---
46+
47+
* [#45](https://github.com/docker-java/docker-java/pull/45) Fix Issue #44 Adjusting DNS property type to be a String array as specified by the Doc...
48+
* [#38](https://github.com/docker-java/docker-java/pull/38) Remove special-case for one \":\" from PullCommand
49+
* [#37](https://github.com/docker-java/docker-java/pull/37) Starts v0.10.0
50+
* [#35](https://github.com/docker-java/docker-java/pull/35) Exposing the withTTY method for container creation.
51+
52+
docker-java-0.9.1
53+
---
54+
55+
* [#31](https://github.com/docker-java/docker-java/pull/31) Change VolumesFrom to handle array
56+
* [#29](https://github.com/docker-java/docker-java/pull/29) Makes Config a public, immutable class with a builder
57+
* [#22](https://github.com/docker-java/docker-java/pull/22) Fixes for startContainerCmd
58+
* [#19](https://github.com/docker-java/docker-java/pull/19) Add missing options to BuildCmd and set them to match Docker client.
59+
* [#16](https://github.com/docker-java/docker-java/pull/16) Build image improvements
60+
61+
docker-java-0.9.0
62+
---
63+
64+
* [#14](https://github.com/docker-java/docker-java/pull/14) Use RegEx to match ADD command from Dockerfile.
65+
* [#9](https://github.com/docker-java/docker-java/pull/9) Add a build command accepting a tar as a InputStream, so we can build the Dockerfile TAR on the fly without a temporary folder.
66+
67+
docker-java-0.8.2
68+
---
69+
70+
* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
71+
* [#1](https://github.com/docker-java/docker-java/pull/1) Merge
72+
* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
73+
* [#66](https://github.com/docker-java/docker-java/pull/66) Backport the new structure to Jersey 1.18
74+
* [#65](https://github.com/docker-java/docker-java/pull/65) Added static method udp in ExposedPort
75+
* [#61](https://github.com/docker-java/docker-java/pull/61)
76+
* [#60](https://github.com/docker-java/docker-java/pull/60) Added additional callback methods to EventCallback
77+
* [#1](https://github.com/docker-java/docker-java/pull/1) Merge
78+
* [#55](https://github.com/docker-java/docker-java/pull/55)
79+
* [#58](https://github.com/docker-java/docker-java/pull/58) Code clear and bug fix
80+
* [#54](https://github.com/docker-java/docker-java/pull/54)
81+
* [#3](https://github.com/docker-java/docker-java/pull/3)
82+
* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
83+
* [#1](https://github.com/docker-java/docker-java/pull/1) Merge
84+
* [#34](https://github.com/docker-java/docker-java/pull/34)
85+
* [#36](https://github.com/docker-java/docker-java/pull/36)
86+
* [#37](https://github.com/docker-java/docker-java/pull/37) Starts v0.10.0
87+
* [#32](https://github.com/docker-java/docker-java/pull/32)
88+
89+
docker-java-0.8.1
90+
---
91+
92+
93+
docker-java-0.8.1
94+
---
95+
96+
* [#28](https://github.com/docker-java/docker-java/pull/28) Improves use of docker-java in unit tests
97+
* [#30](https://github.com/docker-java/docker-java/pull/30) Add ping method
98+
* [#27](https://github.com/docker-java/docker-java/pull/27) Added a close method to DockerClient
99+
* [#26](https://github.com/docker-java/docker-java/pull/26)
100+
* [#24](https://github.com/docker-java/docker-java/pull/24)
101+
* [#23](https://github.com/docker-java/docker-java/pull/23)
102+
* [#22](https://github.com/docker-java/docker-java/pull/22) Fixes for startContainerCmd
103+
* [#20](https://github.com/docker-java/docker-java/pull/20)
104+
* [#19](https://github.com/docker-java/docker-java/pull/19) Add missing options to BuildCmd and set them to match Docker client.
105+
* [#18](https://github.com/docker-java/docker-java/pull/18) Added Container-Linking
106+
* [#16](https://github.com/docker-java/docker-java/pull/16) Build image improvements
107+
* [#15](https://github.com/docker-java/docker-java/pull/15) Collection of changes driven by use in gradle-docker and on Windows
108+
* [#14](https://github.com/docker-java/docker-java/pull/14) Use RegEx to match ADD command from Dockerfile.
109+
* [#9](https://github.com/docker-java/docker-java/pull/9) Add a build command accepting a tar as a InputStream, so we can build the Dockerfile TAR on the fly without a temporary folder.
110+
* [#5](https://github.com/docker-java/docker-java/pull/5) add paused field in ContainerInspectResponse
111+
* [#6](https://github.com/docker-java/docker-java/pull/6)

0 commit comments

Comments
 (0)