New
v1.30.0
Added
- Added support for OpenAPI 3.2.0
- Added support for net10
Changed
- Fixed a bug where C# code generated from OpenAPI union types (oneOf) was missing
using System;andusing System.Collections.Generic;statements when ImplicitUsings is disabled. #7248 - Fixed a bug where error responses including text/plain would cause binary responses to be generated as string responses #3855
- Fixed a bug where TypeScript deserialization of oneOf types with inheritance would incorrectly place derived type properties in additionalProperties. #6896
- Fixed a bug when an OpenAPI schema has an anyOf with a UUID array and null, Kiota generated invalid C# code #7603