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
[openapi-generator] Paths referenced in the options per service configuration now use POSIX-style separators (/) independent of the operating system. Existing configuration files generated on Windows contain Windows-style separators (\\) in the paths. Those paths will not be read correctly and should be updated manually to /.
Fixed Issues
[core] Fix failing destination retrieval for OnPremise proxy type and basic authentication.
[openapi-generator] Fix generation of options per service configuration files to always use POSIX-style file path separators independent of operating system.