3.2.0
List of PRs / issues for this release
Features
- Generators returned by
attach()
,logs()
andevents()
now have a
cancel()
method to let consumers stop the iteration client-side. build()
methods can now handle Dockerfiles supplied outside of the
build context.- Added
sparse
argument toDockerClient.containers.list()
- Added
isolation
parameter tobuild()
methods. - Added
close()
method toDockerClient
- Added
APIClient.inspect_distribution()
method and
DockerClient.images.get_registry_data()
- The latter returns an instance of the new
RegistryData
class
- The latter returns an instance of the new