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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added 'none' key for serializer and deserializer arguments to enable portable clients generation. #3796
Added Japanese translations to vscode extension.
Added support for deprecation annotations in Python. #2798
Changed
Fixed serialization of scalar members in union types for Python. #2828
Fixed a bug where scalar error mappings would be generated even though it's not supported by the http request adapter. #4018
Switched to proxy generation for TypeScript, leading to about ~44% bundle sizes reduction. #3642
Required query parameters are now projected as {baseurl+}foo/bar?required={required} instead of {baseurl+}foo/bar{?required} so they are automatically populated if no value is provided. #3989
Fixed a bug where TypeScript models factory methods would be missing return types.
Fixed a bug where generated paths would possibly get too long. #3854
The vscode extension now also displays the children nodes when filtering. #3998