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
The effects of this upgrade are:
- Clients will throw custom exceptions for HTTP 409 and HTTP 422
responses
- Clients can accept a `ca_cert_data` parameter
- List query parameters are encoded
- Fixed an issue with incorrect imports in model code that impacted the
`BulkPortRequest` model
The new version of openapi-generator also introduces a prefix on enum
values. To minimize the impact of this upgrade, the
`removeEnumValuePrefix` has been set to `true` in the generator config
file to disable the new generator behavior.
0 commit comments