You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Master
2
2
- Adding stream package to support calls like exec. The old way of calling them is deprecated. See [Troubleshooting](README.md#why-execattach-calls-doesnt-work)).
3
+
- config.http_proxy_url is deprecated. use configuration.proxy instead.
4
+
- Configuration is not a singleton object anymore. Please use Configuraion.set_default to change default configuration.
5
+
- Configuration class does not support `ws_streaming_protocol` anymore. In ApiClient.set_default_header set `sec-websocket-protocol` to the preferred websocket protocol.
3
6
4
7
# v3.0.0
5
8
- Fix Operation names for subresources kubernetes/kubernetes#49357
0 commit comments