3.5.0
List of PRs / issues for this release
Deprecation warning
- Support for Python 3.3 will be dropped in the 4.0.0 release
Features
- Updated dependencies to ensure support for Python 3.7 environments
- Added support for the
uts_mode
parameter inHostConfig
- The
UpdateConfig
constructor now allowsrollback
as a valid
value forfailure_action
- Added support for
rollback_config
inAPIClient.create_service
,
APIClient.update_service
,DockerClient.services.create
and
Service.update
.
Bugfixes
- Credential helpers are now properly leveraged by the
build
method - Fixed a bug that caused placement preferences to be ignored when provided
toDockerClient.services.create
- Fixed a bug that caused a
user
value of0
to be ignored in
APIClient.create_container
andDockerClient.containers.create