Skip to content

Releases: microsoft/kiota

v1.25.1-preview.202504100001

10 Apr 19:12
9af2165
Compare
Choose a tag to compare
Pre-release

Added

Changed

  • Fixed a bug where Dart properties casing would change for serialization.
  • Fixed a bug where default response definitions were being considered for Media Type selection #6413

v1.25.1

04 Apr 20:09
v1.25.1
1d77179
Compare
Choose a tag to compare

Changed

  • Fixed a bug with http client generation where query parameters were being processed incorrectly. #6268

Added

  • Extracted and created an npm package from the VS Code - Kiota interop module. #6172

  • Added support for generating function capabilities in plugin manifest from x-ai-capabilities OpenApi extension. #6369

  • Added a comment on top of every golang file to indicate the file is machine generated so it can be excluded from various tools. #6363

Changed

  • Fixed a bug with creating the correct runtime with auth using http bearer security scheme or when root auth is set. #6357

v1.24.3

26 Mar 20:25
v1.24.3
cc67ec4
Compare
Choose a tag to compare

Changed

  • Fixed a bug with reading adaptive card OpenAPI extension and writing to plugin manifest. #6351
  • Fixed a critical bug with the vscode integration and the JSON RPC server.

v1.24.2

26 Mar 04:47
66f228c
Compare
Choose a tag to compare

Added

Changed

  • Fixed a bug following OpenAPI 3.1 support that lead to false warnings about unknown type/format pairs. #6270
  • Fixed a bug where security scheme would be missing from plugins OpenAPI descriptions. #6279
  • Fixed pet store description source.

v1.24.1

13 Mar 13:45
v1.24.1
68eefbe
Compare
Choose a tag to compare

Changed

  • Fixed docker images publishing

v1.24.0

12 Mar 11:58
938d45e
Compare
Choose a tag to compare

Added

  • Added support for OpenAPI 3.1. #3914

Changed

  • Fixed mapping of Binary Types to array buffer in TypeScript. #6124
  • Updated kiota generate classname flag validator to prevent invalid class names. #6187
  • Fixed enum serialization for union and intersection types in Dart. #6201
  • Added mapping for Bundle package in PHP to show up in Kiota commands. #4636
  • Fixes javadoc warning present in generated Java code comments due to the presence of special XML character.

v1.24.0-preview.202503060001

06 Mar 18:44
b17e844
Compare
Choose a tag to compare
Pre-release

Added

  • Added support for OpenAPI 3.1. #3914

Changed

  • Fixed mapping of Binary Types to array buffer in TypeScript. #6124
  • Updated kiota generate classname flag validator to prevent invalid class names. #6187
  • Fixed enum serialization for union and intersection types in Dart. #6201
  • Added mapping for Bundle package in PHP to show up in Kiota commands. #4636
  • Fixes javadoc warning present in generated Java code comments due to the presence of special XML character.

v1.24.0-preview.202502270001

27 Feb 18:51
7976e7e
Compare
Choose a tag to compare
Pre-release

Added

  • Added support for OpenAPI 3.1. #3914

Changed

  • Fixed mapping of Binary Types to array buffer in TypeScript. #6124
  • Updated kiota generate classname flag validator to prevent invalid class names. #6187
  • Fixed enum serialization for union and intersection types in Dart. #6201
  • Added mapping for Bundle package in PHP to show up in Kiota commands. #4636

v1.23.0

07 Feb 06:21
e148ba5
Compare
Choose a tag to compare

Added

  • Added support for net9 only installations of the dotnet tool. #5887

Changed

v1.23.0-preview.202501310001

31 Jan 07:34
32c3ad3
Compare
Choose a tag to compare
Pre-release

Added

  • Added support for net9 only installations of the dotnet tool. #5887

Change