Skip to content

6.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Nov 19:44
3002298

⚠️ Notice

This version is not compatible with requests 2.29+ or urllib3 2.x.
Either add requests < 2.29 and urllib3 < 2 to your requirements or upgrade to to the latest docker-py release.

🐛 Bugfixes

  • Fix for The pipe has been ended errors on Windows (#3056)
  • Support floats for timestamps in Docker logs (since / until) (#3031)

What's Changed

  • docs: install package in ReadTheDocs build by @milas in #3032
  • Use latest stable syntax for Dockerfiles by @thaJeztah in #3035
  • feat: add support for floats to docker logs params since / until sinc… by @ArchiMoebius in #3031
  • Change prune test to use anonymous volumes by @cpuguy83 in #3051
  • socket: handle npipe close by @nicks in #3056

New Contributors

  • @ArchiMoebius made their first contribution in #3031
  • @nicks made their first contribution in #3056

Full Changelog: 6.0.0...6.0.1