Features
- Add support for filters when listing networks.
Add support for filters when listing volumes.
Add get option for fetching volumes by name or id. (#623)
Improved Documentation
- Update the documentation examples to use the modern
asyncio.run()
pattern and initializeaiodocker.Docker()
instance inside async functions where there is a valid running event loop (#837)
Deprecations and Removals
- Starting container with non-empty request body was deprecated since API v1.22 and removed in v1.24 (#660)