Releases: docker-java/docker-java
Releases · docker-java/docker-java
3.5.0
Breaking changes
- Fix InspectContainerResponse data types to be able to hold an int64 @eddumelendez (#2392)
- Add some missed options to UpdateContainerCmd @MillQK (#2389)
📈 Enhancements
🐛 Bug Fixes
- Fix possible CME while replacing properties @eddumelendez (#2416)
Dependencies
- Bump com.google.guava:guava from 19.0 to 33.4.6-jre @artragis (#2300)
- Bump org.awaitility:awaitility from 4.0.1 to 4.3.0 @dependabot (#2408)
- Bump org.immutables:value from 2.8.2 to 2.10.1 @dependabot (#2220)
- Bump org.apache.commons:commons-compress from 1.21 to 1.27.1 @dependabot (#2256)
- Bump org.projectlombok:lombok from 1.18.22 to 1.18.38 @dependabot (#2210)
- Bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.10.3 to 2.18.3 @dependabot (#2281)
- Bump jackson.version from 2.8.8 to 2.18.3 @dependabot (#2283)
- Bump netty.version from 4.1.46.Final to 4.1.119.Final @dependabot (#2302)
- Bump org.bouncycastle:bcpkix-jdk18on from 1.76 to 1.80 @dependabot (#2254)
- Bump commons-io:commons-io from 2.13.0 to 2.18.0 @dependabot (#2263)
- Bump net.java.dev.jna:jna from 5.13.0 to 5.17.0 @dependabot (#2273)
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.17.0 @dependabot (#2259)
- Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.2 to 0.23.1 @dependabot (#2238)
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.12.1 @dependabot (#2241)
- Bump junixsocket.version from 2.6.1 to 2.10.1 @dependabot (#2249)
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 @dependabot (#2272)
- Bump org.assertj:assertj-core from 3.24.2 to 3.27.3 @dependabot (#2291)
- Upgrade Apache HttpClient to version 5.4 @ok2c (#2364)
3.4.2
Changes
📈 Enhancements
- Add MountType.Image and ImageOptions @eddumelendez (#2386)
🧰 Maintenance
- Switch to docker/setup-docker-action @eddumelendez (#2374)
3.4.1
3.4.0
Changes
- Add -parameters option for compilation of project @holgerstolzenberg (#2317)
📈 Enhancements
- Enable protocol configuration of SSLContext @tkrah (#2337)
- Add Network create attribute @juanmolle (#2344)
🐛 Bug Fixes
🧰 Maintenance
- Update images @eddumelendez (#2346)
3.3.6
Changes
- Test against Java 21 @eddumelendez (#2304)
- Update actions/checkout and actions/setup-java version to v4 @eddumelendez (#2309)
📈 Enhancements
- Add
Runtimes
toInfo
response @eddumelendez (#2311)
🐛 Bug Fixes
3.3.5
Changes
- Ignore LogSwarmObjectIT#testLogsCmd @eddumelendez (#2280)
📈 Enhancements
- Add missing states in ServiceUpdateState @Nowheresly (#2292)
- Add StartInterval to health check since it will be supported by the 1.44 docker API @henri-tremblay (#2244)
🧰 Maintenance
- Enable japicmp in docker-java-api module @eddumelendez (#2279)
3.3.4
Changes
- Bump org.testcontainers:testcontainers from 1.16.3 to 1.19.1 @dependabot (#2218)
- Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.15.4 to 0.18.2 @dependabot (#2226)
- Add units (nanoseconds) to HealthCheck. @SLG (#2187)
- Disable CopyArchiveToContainerCmdIT#copyFileWithUIDGID @eddumelendez (#2228)
- Bump assertj-core from 3.22.0 to 3.24.2 @dependabot (#2051)
- Bump jna from 5.12.1 to 5.13.0 @dependabot (#2047)
- Bump commons-io from 2.6 to 2.13.0 @dependabot (#2153)
- Bump org.junit.jupiter:junit-jupiter from 5.7.2 to 5.10.0 @dependabot (#2163)
- Bump org.bouncycastle:bcpkix-jdk18on from 1.75 to 1.76 @dependabot (#2169)
📈 Enhancements
- Add signal query argument for Restart Container command @dmmax (#2186)
- Implemented the
SizeRw
field in theInspectContainerResponse
class. @LarsSven (#2216)
🧰 Maintenance
3.3.3
Changes
- updated bouncy castle to bcpkix-jdk18on:1.75 and fix missing reflect config for graalvm @cmdjulian (#2135)
🐛 Bug Fixes
- Add setter to auths if it's null to avoid NPE when getting auths @chunweilim (#2142)
3.3.2
Changes
📈 Enhancements
🐛 Bug Fixes
- Fix support TLS configuration from docker context @piotrwielgolaski-tomtom (#2130)
🧰 Maintenance
- Use anchor instead of building toString() for debug logging @belugabehr (#2035)
3.3.1
Changes
- Support TLS configuration from docker context @piotrwielgolaski-tomtom (#2105)
- Add CODEOWNERS @eddumelendez (#2085)
🧰 Maintenance
- Use JDK Objects requireNonNull over Guava checkNotNull @belugabehr (#1981)
- load testing resources from classpath path @mwiede (#1823)
- Remove reference to unused commons codec @belugabehr (#2028)
- Update ubuntu version to 20.04 and 22.04 @eddumelendez (#2058)
- Update checkout and setup-java actions @eddumelendez (#2083)