Added
- Added the title of the API in the VSCode tree view. #2779
- Added capability to serialize and deserialize UUIDs in typescript#40
- Added auto-generation header comment for class and enums in CSharp #2886
- Added support for multipart form data request body in CSharp, Go, Java, and TypeScript. #220
- Added support for base64 encoded properties in TypeScript.
- Added support for type specific (non string) indexers parameters. #2594
Changed
- Fixed missing type comments in many cases. #2868
- Fixed a bug where duplicate enum entries in the description would lead to duplicate members. #2352
- Sunset app.kiota.dev in favour of the VSCode extension. #2934
- Use schematized types for 206 response codes instead of binary. #2880
- Type names are not changed to first char upper case in comments in some cases.
- Fixed a bug where the show command would display an upgrade warning.
- Updated
getEnumValuesmethod name togetCollectionOfEnumValuesin TypeScript. #2907 - Added
Methodto the list ofCSharpReservedClassNames. #2939 - Changed generation to use aggregate type for
TimeSpanvalues in java #2069 - Fixed generation of properties with identical names after symbol cleanup. #2869
- Use
import typesyntax in Typescript for all code that will be erased from output at runtime. [#2959](#2959