Skip to content

Releases: microsoft/kiota

v1.22.2

13 Jan 07:56
bd4bd57
Compare
Choose a tag to compare

Added

Changed

  • Fixed a bug showing an error popup in the VS Code extension after generation [5988](#5988

v1.22.1

10 Jan 14:20
a7e254e
Compare
Choose a tag to compare

Added

Changed

  • Fixed a bug in the VS Code extension plugin generation [#5978](#5978

v1.22.0

09 Jan 13:28
493ab99
Compare
Choose a tag to compare

Added

Changed

  • Fixed a bug in generation when a referenced schema in an allOf was a primitive #5701.
  • Fixed a bug where inherited error models would be missing interface declarations. #5888
  • Fixed a bug where oneOf/anyOf schemas with single references to inheritance or intersections would be missing properties. [#5921](#5921

v1.22.0-preview.202412270001

27 Dec 13:18
4654be5
Compare
Choose a tag to compare
Pre-release

Added

Changed

  • Fixed a bug in generation when a referenced schema in an allOf was a primitive #5701.
  • Fixed a bug where inherited error models would be missing interface declarations. #5888
  • Fixed a bug where oneOf/anyOf schemas with single references to inheritance or intersections would be missing properties. [#5921](#5921

v1.22.0-preview.202412190001

19 Dec 19:37
4b3397d
Compare
Choose a tag to compare
Pre-release

Added

Changed

  • Fixed a bug in generation when a referenced schema in an allOf was a primitive #5701.
  • Fixed a bug where inherited error models would be missing interface declarations. [#5888](#5888

v1.22.0-preview.202412120001

12 Dec 19:37
7e1c593
Compare
Choose a tag to compare
Pre-release

Added

Changed

  • Fixed a bug in generation when a referenced schema in an allOf was a primitive #5701.
  • Fixed a bug where inherited error models would be missing interface declarations. [#5888](#5888

v1.21.0

05 Dec 13:57
ec3a3ff
Compare
Choose a tag to compare

Added

  • Added a notion of support experience for languages in preparation for new community implemented languages.

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
  • Fixed a bug where one/any schemas with single schema entries would be missing properties. #5808
  • Fixed anyOf/oneOf generation in TypeScript. 5353
  • Fixed invalid code in Php caused by "//" in property description. 5635
  • Fixed a bug where discriminator property name lookup could end up in an infinite loop. #5771
  • Fixed TypeScript generation error when generating usings from shaken serializers. #5634
  • Multiple fixed and improvements in OpenAPI description generation for plugins. [#5806](#5806

v1.21.0-preview.202411290004

29 Nov 19:08
5590c59
Compare
Choose a tag to compare
Pre-release

Added

  • Added a notion of support experience for languages in preparation for new community implemented languages.

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
  • Fixed a bug where one/any schemas with single schema entries would be missing properties. #5808
  • Fixed anyOf/oneOf generation in TypeScript. 5353
  • Fixed invalid code in Php caused by "//" in property description. 5635
  • Fixed a bug where discriminator property name lookup could end up in an infinite loop. #5771
  • Fixed TypeScript generation error when generating usings from shaken serializers. #5634
  • Multiple fixed and improvements in OpenAPI description generation for plugins. [#5806](#5806

v1.21.0-preview.202411290003

29 Nov 18:27
6dadd39
Compare
Choose a tag to compare
Pre-release

Added

  • Added a notion of support experience for languages in preparation for new community implemented languages.

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
  • Fixed a bug where one/any schemas with single schema entries would be missing properties. #5808
  • Fixed anyOf/oneOf generation in TypeScript. 5353
  • Fixed invalid code in Php caused by "//" in property description. 5635
  • Fixed a bug where discriminator property name lookup could end up in an infinite loop. #5771
  • Fixed TypeScript generation error when generating usings from shaken serializers. #5634
  • Multiple fixed and improvements in OpenAPI description generation for plugins. [#5806](#5806

v1.21.0-preview.202411220001

22 Nov 13:00
6d5655f
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