Changed
- Changed python model classes to dataclasses. #2684
- Fix issue with command conflicts causing CLI crashes. (Shell)
- Fix build error by splitting the ambiguous
--fileoption into--input-fileand--output-file. (Shell) - Fixed including unused imports in Go #2699
- Fixed a bug where error response type with primitive types would cause compile errors in dotnet #2651
- Fixed a bug where CSharp generation would fail if the input openApi contained schemas named 'TimeOnly' or 'DateOnly' 2671
- Updated the reserved types for CSharp to include 'Stream' and 'Date' should be reserved names in CSharp 2369
- Fix issue with request builders with parameters being excluded from commands output. (Shell)
- Fixed a bug in setting default enum values fails if the symbol has been sanitized and the symbol only contains special characters 2360
- Fixed issue where duplicate query parameter names per path were added to the URL template. Now only distinct query parameter names are added. 2725