Added
- Suppress CS1591 when generating CSharp code and documentation is not available
- Added file name suffix escaping in Go to avoid generating files with reserved suffixes. #4407
- Added
KIOTA_OFFLINE_ENABLEDenvironment variable to disable checking for updates before each command. #4556
Changed
- Fixed a bug where the Microsoft Plugin Manifests would start with relative paths. #4583
- Fixed a bug where TypeScript deserialization would fail on Uppercase properties.#4479
- Fixed a bug where clients and plugins generation would leave empty log files. #4584
- Changed URI template generation to reuse templates when required templates are absent across operations.
- Fixed path deduplication logic to avoid double
Idsuffixes in indexer names in scenarios where theIdsuffix is already present.#4519 - Updated reserved name providers for Java and Php so that "object" can be escaped.
- Fixes request builder disambiguation when child nodes had different prefixes for different paths with same parameters.#4448
- Do not generate CS8603 warnings when enabling backing store in CSharp generation.
- Fixed excluding operation. #4399
- Fided a bug where absolute path would be used for workspace for local descriptions. #4582 #4581
- Fixed plugin generation of
ApiManifesttype to not include thex-ms-kiota-hashin the generated plugin. [#4561](#4561