Skip to content

Conversation

shin-
Copy link
Contributor

@shin- shin- commented Sep 12, 2013

0.2.0

  • This version introduces breaking changes!
  • Client.kill, Client.remove_container, Client.remove_image,
    Client.restart, Client.start, Client.stop and Client.wait don't support
    varargs anymore.
  • Added commands Client.top and Client.copy
  • Added lxc_conf parameter to Client.start
  • Added support for authentication in Client.pull (API version >=1.5)
  • Added support for privileged containers.
  • Error management overhaul. The new version should be more consistent and
  • All methods that expected a container ID as argument now also support a dict
    containing an Id key.
  • Added license header to python files.
  • Several README.md updates.

Bugfixes

  • Fixed several bugs with auth config parsing.
  • Fixed a bug in Client.push where it would raise an exception if
    the auth config wasn't loaded.
  • Fixed a bug in Client.pull where private registry images wouldn't be parsed
    properly if it contained port information.

aanand and others added 26 commits September 3, 2013 13:27
- `APIError` class extends `HTTPError`
- Custom error string logic moved into `APIError.__init__()`
- Conveniences: `explanation`, `is_client_error()`, `is_server_error()`
- Strip trailing newline from explanation
…er-py into 0.2.0-dev

Conflicts:
	docker/__init__.py
	docker/client.py
shin- added a commit that referenced this pull request Sep 18, 2013
@shin- shin- merged commit 6ca4bb7 into master Sep 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants