3.1.0
List of PRs / issues for this release
Features
- Added support for
device_cgroup_rules
in host config - Added support for
generic_resources
when creating aResources
object. - Added support for a configurable
chunk_size
parameter inexport
,
get_archive
andget_image
(Image.save
) - Added a
force_update
method to theService
class. - In
Service.update
, when theforce_update
parameter is set toTrue
,
the currentforce_update
counter is incremented by one in the update
request.
Bugfixes
- Fixed a bug where authentication through
login()
was being ignored if the
SDK was configured to use a credential store. - Fixed a bug where download methods would use an absurdly small chunk size,
leading to slow data retrieval - Fixed a bug where using
DockerClient.images.pull
to pull an image by digest
would lead to an exception being raised. .dockerignore
rules should now be respected as defined by the spec,
including respect for last-line precedence and proper handling of absolute
paths- The
pass
credential store is now properly supported.