Skip to content

Releases: aio-libs/aiodocker

0.22.0a1

20 May 21:15
v0.22.0a1
60beaa7
Compare
Choose a tag to compare
0.22.0a1 Pre-release
Pre-release

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 initialize aiodocker.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)

Misc

aiodocker 0.18.0 release

25 Mar 16:39
Compare
Choose a tag to compare

Features

  • Improve the error text message if cannot connect to docker engine. (#411)
  • Implement docker exec protocol. (#415)
  • Implement container commit, pause and unpause functionality. (#418)
  • Implement auto-versioning of the docker API by default. (#419)

v0.14.0

29 Aug 07:00
Compare
Choose a tag to compare
  • Removal: docker.images.get has been renamed to docker.images.inspect, remove support for Docker 17.06
  • Feature: Add support for docker save and load api methods
  • Feature: Add support for Docker 17.12.1 and 18.03.1
  • Fix: fix to parse response of docker load method as a json stream
  • Fix: don't remove non-newline whitespace from multiplexed lines
  • Fix: Handle responses with 0 or missing Content-Length
  • Fix: docker_context.tar error

v0.13.0

17 Apr 17:36
977f21a
Compare
Choose a tag to compare
  • Feature: Add support for docker save and load api methods
  • Pass params to docker events

v0.12.0

08 Apr 12:55
9816727
Compare
Choose a tag to compare
  • Add support for registry-auth when you create a service.

v0.11.0

27 Mar 07:42
03ea657
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Fix: prevents multiple listener tasks to be created automatically