Skip to content

Releases: aio-libs/aiodocker

v0.11.0

27 Mar 07:42
03ea657

Choose a tag to compare

  • Add initial support for networks.
  • Improve compatibility of test suite with aiohttp v3.0
  • Add restart method for containers.

v0.10.0

16 Feb 19:07

Choose a tag to compare

  • Fix and clean type checking
  • Add support for docker info and docker swarm join
  • Update for aiohttp v3

v0.9.0

16 Feb 19:10
f63d24e

Choose a tag to compare

  • Add initial support for nodes.
  • Remove asserts used to check auth with docker registry.
  • Fix update out of sequence.
  • Update default Docker API version used.
  • Improve logging when docker socket not available.

v0.8.5

12 Nov 10:04

Choose a tag to compare

Upgrade aiohttp version in base.txt. (#150)
Refactor out scattered setting of content-type to "application/json"
Fix: if container.start() fails user won't get the id of the container
resolve errors and warnings (#125)

v0.8.2

02 Sep 17:08

Choose a tag to compare

Fix: Set timeout for docker events to 0 (no timeout)

Fix: prevents multiple listener tasks to be created automatically