v1.20.0-preview.202410240001
Pre-releaseAdded
Changed
-
Fixed python generation client serailization failure str being quoted as "str"
-
Fixed Issue with primitive values being stringified in python python. #5417
-
Fixed an issue where multipart request content would be ignored if other unstructured content was present in the description. #5638
-
Fixed an issue where when generating Go code the deserializer for unions was using
CodeClass
as a filter and notCodeInterface
. #4844 -
Fixes mapping of
int16
format to theinteger
type rather thandouble
when the type isinteger
ornumber
#5611 -
Fixed a bug where default boolean values with quotes would fail in Java/PHP/CSharp/Go.
-
Fixed a bug where composed types wrappers would not build in CSharp.
-
Fixed a bug where the type name for inherited inline models would be incorrect. #5610
-
Fixes typing inconsistencies in generated code and libraries in Python kiota-python#333
-
Fixes generation of superfluous fields for Models with discriminator due to refiners adding the same properties to the same model #4178