Make sure PyPI source distribution is complete with all files from the root directory
v4.0.0a1
Update to Kubernetes 1.8 cluster
IntOrString is now object thus it can be int or string. #18 #359
Adding stream package to support calls like exec. The old way of calling them is deprecated. See Troubleshooting).
config.http_proxy_url is deprecated. use configuration.proxy instead.
Configuration is not a singleton object anymore. Please use Configuraion.set_default to change default configuration.
Configuration class does not support ws_streaming_protocol anymore. In ApiClient.set_default_header set sec-websocket-protocol to the preferred websocket protocol.