2.2.0
List of PRs / issues for this release
Features
- Default API version has been bumped to
1.26
(Engine 1.13.1+) - Upgrade plugin:
- Added the
upgrade_plugin
method to theAPIClient
class - Added the
upgrade
method to thePlugin
class
- Added the
- Service logs:
- Added the
service_logs
method to theAPIClient
class - Added the
logs
method to theService
class
- Added the
- Added the
df
method toAPIClient
andDockerClient
- Added support for
init
andinit_path
parameters inHostConfig
andDockerClient.containers.run
- Added support for
hostname
parameter inContainerSpec
and
DockerClient.service.create
- Added support for port range to single port in port mappings
(e.g.8000-8010:80
)
Bugfixes
- Fixed a bug where a missing container port in a port mapping would raise
an unexpectedTypeError
- Fixed a bug where the
events
method inAPIClient
andDockerClient
would not respect custom headers set inconfig.json