Skip to content

Commit bc5e32e

Browse files
authored
Merge pull request #2532 from yliaog/master
upgraded openapi generator to v6.6.0
2 parents c4feb4e + af448c5 commit bc5e32e

File tree

1,615 files changed

+96930
-43296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,615 files changed

+96930
-43296
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Breaking Change from upgrading openapi generator to v6.6.0
2+
3+
- Legacy dict(str, str) syntax is no longer supported in ApiClient deserializer. Only modern dict[str, str] syntax is supported.
4+
5+
- All models __init__ will now use Configuration.get_default_copy() instead of Configuration() if the passed in parameter local_vars_configuration is None. [OpenAPITools/openapi-generator#8500](https://github.com/OpenAPITools/openapi-generator/pull/8500).
6+
7+
- ApiClient's `update_params_for_auth` method has one parameter name changed from `querys` to `queries`.
8+
9+
- Configuration auth uses 'BearerToken' instead of 'authorization' in api_key.
10+
111
# v35.0.0+snapshot
212

313
Kubernetes API Version: v1.35.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Requested Commit/Tag : v4.3.0
2-
Actual Commit : c224cf484b020a7f5997d883cf331715df3fb52a
1+
Requested Commit/Tag : v6.6.0
2+
Actual Commit : 7f8b853f502d9039c9a0aac2614ce92871e895ed

0 commit comments

Comments
 (0)