| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| docker-6.1.1-py3-none-any.whl | 2023-05-07 | 147.9 kB | |
| docker-6.1.1.tar.gz | 2023-05-07 | 258.8 kB | |
| 6.1.1.tar.gz | 2023-05-07 | 252.7 kB | |
| 6.1.1.zip | 2023-05-07 | 328.4 kB | |
| README.md | 2023-05-07 | 909 Bytes | |
| Totals: 5 Items | 988.8 kB | 0 | |
ℹ️ Upgrade Notes (6.1.x)
- Errors are no longer returned during client initialization if the credential helper cannot be found. A warning will be emitted instead, and an error is returned if the credential helper is used.
🐛 Bugfixes
- Fix
containers.stats()hanging withstream=True - Correct return type in docs for
containers.diff()method
What's Changed
- api: update return type of
diffmethod by @john-b-yang in https://github.com/docker/docker-py/pull/3115 - Fix container.stats infinite blocking on stream mode by @RazCrimson in https://github.com/docker/docker-py/pull/3120
New Contributors
- @john-b-yang made their first contribution in https://github.com/docker/docker-py/pull/3115
- @RazCrimson made their first contribution in https://github.com/docker/docker-py/pull/3120
Full Changelog: https://github.com/docker/docker-py/compare/6.1.0...6.1.1