Skip to content

3.3.0

Compare
Choose a tag to compare
@shin- shin- released this 26 Apr 01:05
· 860 commits to main since this release

List of PRs / issues for this release

Features

  • Added support for prune_builds in APIClient and DockerClient.images
  • Added support for ignore_removed parameter in
    DockerClient.containers.list

Bugfixes

  • Fixed an issue that caused builds to fail when an in-context Dockerfile
    would be specified using its absolute path
  • Installation with pip 10.0.0 and above no longer fails
  • Connection timeout for stop and restart now gets properly adjusted to
    allow for the operation to finish in the specified time
  • Improved docker credential store support on Windows