Releases: docker-archive/python-dockercloud
Releases · docker-archive/python-dockercloud
v1.0.12
fix the issue StreamingLog object has no attribute '_namespace'
v1.0.11
- 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
- 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
- No longer permanently cache the invalid auth header
v1.0.8
- support docker credential helper
v1.0.7
- remove namespace from action endpoints
v1.0.5
- Changed how websocket connection handles the 401 error
v1.0.4
- using abstract requirements instead the absolute ones
- upgrade websocket-client package to 0.37.0
v1.0.3
- fix the issue that cookie is not sent by session