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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# v7.0.0a1
2
-
**NOTE:**
3
-
-We are doing an Alpha release for v7.0.0 because there will be an **ACTION REQUIRED**API breaking change in this client to support Python 3.7, which substitutes the currently being-used `async` reserved keyword[kubernetes-client/gen#67](https://github.com/kubernetes-client/gen/pull/67)
2
+
**Breaking Change:**
3
+
-**ACTION REQUIRED**Rename the currently being-used `async` parameter to `async_req` to support Python 3.7 because it's a reserved keyword in Python 3.7[kubernetes-client/gen#67](https://github.com/kubernetes-client/gen/pull/67)
4
4
5
5
**Bug Fix:**
6
6
- Watch now properly deserializes custom resource objects and updates resource version [kubernetes-client/python-base#64](https://github.com/kubernetes-client/python-base/pull/64)
0 commit comments