v2025-11-12T21-15-00
·
1 commit
to main
since this release
Notable Changes
- The docker-client/docker-engine dependency has been removed. Every low-level feature has been moved to the docker-client/docker-remote-api-client. If you have direct imports on classes from the docker-engine dependency, you should replace them with your own code or find a replacement in the docker-remote-api-client library.
- The published artifacts should declare a more constrained version range for the Okio dependency. Some features of the docker-client rely on Okio 3.16.0 and newer. For Maven projects, the version constraints don't seem to be recognized. This release is a first step to improve the published metadata.
What's Changed
- Bump io.freefair.maven-central.validate-poms from 9.0.0 to 9.1.0 by @dependabot[bot] in #956
- Bump de.gesellix:docker-remote-api-client from 2025-11-01T10-50-00 to 2025-11-09T15-40-00 by @dependabot[bot] in #955
- Bump douglascamata/setup-docker-macos-action from 1.0.1 to 1.0.2 by @dependabot[bot] in #960
- Bump de.gesellix:docker-registry from 2025-10-31T17-45-00 to 2025-11-10T22-20-00 by @dependabot[bot] in #957
- Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.0 by @dependabot[bot] in #958
- Remove the docker-engine dependency by @gesellix in #963
- Depend on okio 3.16.0 or newer by @gesellix in #964
Full Changelog: v2025-11-01T13-00-00...v2025-11-12T21-15-00