Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Releases: docker-archive/python-dockercloud

v1.0.12

05 Jun 21:35
Compare
Choose a tag to compare

fix the issue StreamingLog object has no attribute '_namespace'

v1.0.11

10 May 22:14
Compare
Choose a tag to compare
  • Fix the issue of get_environ_proxies() changed in requests 2.14.0
  • Fix the issue of 404 not found error on stack export

v1.0.10

12 Apr 17:58
Compare
Choose a tag to compare
  • add namespace to all API calls
  • allow reconnection in the session
  • allow using ctrl+c to stop run_forever loop
  • exclude tests in packages

v1.0.9

01 Dec 21:54
Compare
Choose a tag to compare
  • No longer permanently cache the invalid auth header

v1.0.8

05 Aug 10:46
Compare
Choose a tag to compare
  • support docker credential helper

v1.0.7

17 Jun 16:40
Compare
Choose a tag to compare
  • remove namespace from action endpoints

v1.0.6

13 Jun 15:41
Compare
Choose a tag to compare
  • Namespace support

v1.0.5

18 May 10:44
Compare
Choose a tag to compare
  • Changed how websocket connection handles the 401 error

v1.0.4

26 Apr 11:39
Compare
Choose a tag to compare
  • using abstract requirements instead the absolute ones
  • upgrade websocket-client package to 0.37.0

v1.0.3

03 Mar 17:26
Compare
Choose a tag to compare
  • fix the issue that cookie is not sent by session