Skip to content

v1.20.0-preview.202410240001

Pre-release
Pre-release
Compare
Choose a tag to compare
@baywet baywet released this 24 Oct 19:35
3fdc657

Added

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 not CodeInterface. #4844

  • Fixes mapping of int16 format to the integer type rather than double when the type is integer or number #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