Skip to content

Commit 1aaa759

Browse files
committed
added Breaking change from upgrading to openapi generator v6.6.0 to CHANGELOG
1 parent d8c380e commit 1aaa759

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
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:**
2+
3+
- Legacy dict(str, str) syntax is no longer supported in 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

0 commit comments

Comments
 (0)