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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
0 commit comments