Aiodocker Versions Save

Python Docker API client based on asyncio and aiohttp

v0.22.0a1

1 week ago

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

  • #621, #748

v0.18.0

4 years ago

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

5 years ago
  • 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

6 years ago
  • Feature: Add support for docker save and load api methods
  • Pass params to docker events

v0.12.0

6 years ago
  • Add support for registry-auth when you create a service.

v0.11.0

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

v0.9.0

6 years ago
  • 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.10.0

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

v0.8.5

6 years ago

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

6 years ago

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

Fix: prevents multiple listener tasks to be created automatically