Added
- Added
--content-typeoption for requests with multiple allowed content types. (CLI)
Changed
- Request builders are now in the index file to simplify imports and reduce generated code in TypeScript. #3799
- Groups request builders and inline request/response bodies in the same file in TypeScript.
- Groups all reusable models in a single file in TypeScript. #3843
- Fixed a bug where reserved name rename would not rename objects properly. #3609
- Switched to a Jammy Chiseled base image for docker containers.
- Moved the withUrlMethod of TypeScript in the base package. #3812
- Fixed a bug where path parameters deduplication would create collisions on sub path segments. #3757
- Moved from net7 to net8.
- Removed windows OS from docker multi-platform image to align with dotnet changes.
- Fixed a bug where the emitted CSharp would not be compatible with netstandad2.0. #3829
- Fixed a bug where import statements for additionalDataHolder and enumSet are missing when BackingStore is enabled in java. #3643
- Fixed an issue where Kiota's regex's might time out. #3797
- Fixed a bug where getBackingStore method body was malformed for java. #3643
- Fixed a bug where serialize method will not write additional data when backingStore is enabled for java. #3643
- Fixed a bug where paths with parameters in the same position but different names would make generation fail. #3756
- Fixed a bug where a property named constructor would make generation fail. #3756
- Removed reflection for Java enum deserialization. microsoft/kiota-java#843
- Added support for AnyOf arrays. #3786
- Fixed a bug where property names that matched reserved type would be replaced in dotnet.
- Fixed pass by value for
contentTypeparam in GorequestInfo.SetStreamContentAndContentType#3830 - Fixed parsing of
DateOnlyvalues generated in request executors #3679 - Fixes generation of default values names for go constructor functions #3436
- [Java] Removed the usage of reflection in
ApiClientBuilderkiota-java#923 - Fixed a bug where path parameter type was not correctly detected during generation. [#3791](#3791