Skip to content

v1.28.0

Latest
Compare
Choose a tag to compare
@baywet baywet released this 11 Jul 17:31
v1.28.0
57130b1

Added

Changed

  • Removed incomplete Swift generation.
  • Removed CLI generation ability. microsoft/kiota-cli-commons#248
  • Fixed a bug where union of primitive types collection would not compile in dotnet. #6635
  • Fixes generation of usings/imports in where Date Types are placed in a nested class. #6286
  • Python: Set a default value for non-nullable array fields. #6350
  • Fixed a bug causing an error in generation of requests which have an enum or an UntypedNode as body. microsoft/kiota-dotnet#537
  • Removed redundant additional data property definition in TypeScript.
  • Fixed a bug where the value parameter for serialization/deserialization in TypeScript methods would be missing a doc comment.
  • Fixed a bug where serializing a base type in TypeScript would lead to missing properties from the derived type. #6511