ℹ️ 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
diff
method by @john-b-yang in #3115 - Fix container.stats infinite blocking on stream mode by @RazCrimson in #3120
New Contributors
- @john-b-yang made their first contribution in #3115
- @RazCrimson made their first contribution in #3120
Full Changelog: 6.1.0...6.1.1