Skip to content

Releases: microsoft/kiota

v1.21.0-preview.202411150001

15 Nov 15:31
7dedd9a
Compare
Choose a tag to compare
Pre-release

Added

Changed

  • Fixed python generation in scenarios with opening/closing tags for code comments. #5636
  • Fixed Python error when a class inherits from a base class and implements an interface. 5637
  • Fix anyOf/oneOf generation in TypeScript. 5353
  • Fixed invalid code in Php caused by "//" in property description. [5635](#5635

v1.20.0

07 Nov 19:22
81bdb1b
Compare
Choose a tag to compare

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.
  • Fixes unsigned shim binary when installed as dotnet tool #5650

v1.20.0-preview.202410240001

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

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

v1.20.0-preview.202410180001

18 Oct 20:15
451e73b
Compare
Choose a tag to compare
Pre-release

Added

Changed

  • 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](#5611

v1.19.1

11 Oct 14:18
v1.19.1
d294e04
Compare
Choose a tag to compare

Added

Changed

  • Fixed incompatibility with detecting odata primitives after conversion library updates at OpenAPI.NET.OData#581;
  • Fixed cyclic dependencies in generated Go code. #2834
  • Fixed a bug where default output folder is created on plugin edit and generate commands. #5510
  • Changed GeneratedCode attribute applied when generating CSharp to only include the major version of Kiota. #5489
  • Fixed genarating CSharp client displays clean hint regardless of whether --clean-output is already passed #5576

v1.20.0-preview.202410100001

10 Oct 19:09
c64eab8
Compare
Choose a tag to compare
Pre-release

Added

Changed

  • Fixed incompatibility with detecting odata primitives after conversion library updates at OpenAPI.NET.OData#581;
  • Fixed cyclic dependencies in generated Go code. #2834
  • Fixed a bug where default output folder is created on plugin edit and generate commands. #5510
  • Changed GeneratedCode attribute applied when generating CSharp to only include the major version of Kiota. [#5489](#5489

v1.19.0

03 Oct 14:22
933e4cf
Compare
Choose a tag to compare

Added

  • Control generated type access modifier for C# via --type-access-modifier flag. #4788

Changed

  • 📢📢📢 The Visual Studio Code extension is now generally available!. #5368
  • Fixed a stack overflow in the core generator caused by circular comparisons. #5369
  • Fixed a bug where a path segment named "item" after a single parameter path segment would derail generation. #4814
  • Fixed a bug where collection/array of primitive types members for union/intersection types would be ignored. #5283
  • Updated dependencies command and view to reflect the availability of bundles. #5317
  • Fixed a bug when generating a plugin when only an operation is selected in the root node in the extension. #5300
  • Fixed a bug where function descriptions in plugin manifest defaults to path summary instead of description. #5301
  • Fixed a bug where TypeScript would not properly build URIs with uppercase first characters query parameter names.#5382
  • Fixed a bug where the description special characters are encoded. #5286
  • Fixed a bug where python constructor parameters are being cast to strings leading to bugs as the types is unknown on graph call. microsoftgraph/msgraph-sdk-python#165
  • Fixed a bug where child path segment from single parameter path segment would be incorrectly escaped. #5433
  • Fixed inconsistent typing information generated for ParsableFactory and stream return types in python kiota-abstractions-python#533
  • Fixed a bug where untyped not imports in TypeScripts would not be erasable. microsoft/kiota-typescript#1381
  • Updated schema link in plugin manifest to the correct url. #5441
  • Removed registration of default serialization and deserialization classes in client constructor. #5478
  • Fixed incorrect type name generation in aliased scenario in TS due to broad searching of types in root namespaces. #5404
  • Fixed incorrect type mapping in request builders with subsequent paths with the same name. [#5462](#5462

v1.19.0-preview.202409260001

26 Sep 19:38
fd40872
Compare
Choose a tag to compare
Pre-release

Added

  • Control generated type access modifier for C# via --type-access-modifier flag. #4788

Changed

  • 📢📢📢 The Visual Studio Code extension is now generally available!. #5368
  • Fixed a stack overflow in the core generator caused by circular comparisons. #5369
  • Fixed a bug where a path segment named "item" after a single parameter path segment would derail generation. #4814
  • Fixed a bug where collection/array of primitive types members for union/intersection types would be ignored. #5283
  • Updated dependencies command and view to reflect the availability of bundles. #5317
  • Fixed a bug when generating a plugin when only an operation is selected in the root node in the extension. #5300
  • Fixed a bug where function descriptions in plugin manifest defaults to path summary instead of description. #5301
  • Fixed a bug where TypeScript would not properly build URIs with uppercase first characters query parameter names.#5382
  • Fixed a bug where the description special characters are encoded. #5286
  • Fixed a bug where python constructor parameters are being cast to strings leading to bugs as the types is unknown on graph call. microsoftgraph/msgraph-sdk-python#165
  • Fixed a bug where child path segment from single parameter path segment would be incorrectly escaped. #5433
  • Fixed inconsistent typing information generated for ParsableFactory and stream return types in python kiota-abstractions-python#533
  • Updated schema link in plugin manifest to the correct url. [#5441](#5441

v1.19.0-preview.202409200002

20 Sep 18:05
379c9cb
Compare
Choose a tag to compare
Pre-release

Added

  • Control generated type access modifier for C# via --type-access-modifier flag. #4788

Changed

  • 📢📢📢 The Visual Studio Code extension is now generally available!. #5368
  • Fixed a stack overflow in the core generator caused by circular comparisons. #5369
  • Fixed a bug where a path segment named "item" after a single parameter path segment would derail generation. #4814
  • Fixed a bug where collection/array of primitive types members for union/intersection types would be ignored. #5283
  • Updated dependencies command and view to reflect the availability of bundles. #5317
  • Fixed a when generating a plugin when only an operation is selected in the root node in the extension. #5300
  • Fixed a bug where function descriptions in plugin manifest defaults to path summary instead of description. #5301
  • Fixed a bug where TypeScript would not properly build URIs with uppercase first characters query parameter names.#5382
  • Fixed a bug where the description special characters are encoded. 5286
  • Fixed a bug where python constructor parameters are being cast to strings leading to bugs as the types is unknown on graph call. microsoftgraph/msgraph-sdk-python#165
  • Fixed a bug where child path segment from single parameter path segment would be incorrectly escaped. [#5433](#5433

v1.19.0-preview.202409200001

20 Sep 04:40
00447af
Compare
Choose a tag to compare
Pre-release

Added

  • Control generated type access modifier for C# via --type-access-modifier flag. #4788

Changed

  • 📢📢📢 The Visual Studio Code extension is now generally available!. #5368
  • Fixed a stack overflow in the core generator caused by circular comparisons. #5369
  • Fixed a bug where a path segment named "item" after a single parameter path segment would derail generation. #4814
  • Fixed a bug where collection/array of primitive types members for union/intersection types would be ignored. #5283
  • Updated dependencies command and view to reflect the availability of bundles. #5317
  • Fixed a when generating a plugin when only an operation is selected in the root node in the extension. #5300
  • Fixed a bug where function descriptions in plugin manifest defaults to path summary instead of description. #5301
  • Fixed a bug where TypeScript would not properly build URIs with uppercase first characters query parameter names.#5382
  • Fixed a bug where the description special characters are encoded. 5286
  • Fixed a bug where python constructor parameters are being cast to strings leading to bugs as the types is unknown on graph call. microsoftgraph/msgraph-sdk-python#165
  • Fixed a bug where child path segment from single parameter path segment would be incorrectly escaped. [#5433](#5433