* Add filters argument for docker.image.list() (182) , thanks haruishi43 ! * When a list is accepted as argument, empty list means do nothing (180) * Parallel push and pull (184)
0.19.2
* Volume options have optional labels (177)
0.19.1
* Fixed the extra_hosts parsing error. (176)
0.19.0
* Add abort-on-container-exit option to compose.up (168) * Remove check for buildx, let the user install buildx (173)
0.18.0
* `docker.login_ecr()` now supports profile and respect various AWS environment variables, thanks anouvel for the PR! * Added `docker.compose.stop()` and `docker.compose.rm()`
0.17.1
* Added an option to log the commands used by setting the environment variable: `PYTHON_ON_WHALES_DEBUG=1` * Fixed a bug when parsing the daemon response on images that don't have layers, thanks KSmanis !