Skip to content

Releases: microsoft/kiota-dotnet

v1.21.3

05 Feb 13:13
40e97f6

Choose a tag to compare

1.21.3 (2026-02-05)

Bug Fixes

  • Move the default should-retry logic into the default RetryOption (#639) (33d115c)

v1.21.2

19 Jan 13:47
5569b0d

Choose a tag to compare

1.21.2 (2026-01-17)

Bug Fixes

  • use recyclable streams for serialization to reduce memory pressure and improve overall performance (41e3cce)

v1.21.1

18 Dec 21:08
86b8d99

Choose a tag to compare

1.21.1 (2025-12-18)

Bug Fixes

  • tooling: ensure latest azure-core dependency is used (#598) (ae21549)

Miscellaneous Chores

v1.21.0

28 Oct 17:19
ae9a82f

Choose a tag to compare

1.21.0 (2025-10-28)

Features

  • Add SetContentFromEnumCollection method to RequestInformation class (d970e8e)

Bug Fixes

  • Restore constructor backwards compatibility on old .NET versions. (ce59749)
  • Restore constructor compatibility consuming a downlevel library on .NET 5+. (36c543e)
  • Restore HttpClientRequestAdapter constructor compatibility between .NET 5+ and .NET Standard/Framework (08edbad)

v1.20.1

29 Sep 18:47
46a5c00

Choose a tag to compare

1.20.1 (2025-09-26)

Bug Fixes

  • upgrades azure core dependency (3d56749)

v1.20.0

23 Sep 14:49
82dd87d

Choose a tag to compare

1.20.0 (2025-09-23)

Features

  • adds the ability to pass the http version for netstandard/netfx/netcore instead of using a hardcoded value (default http/2) (4aa10e1)

Bug Fixes

  • get the http version and version policy from the http client for net5+ instead of using a hardcoded value (default http/2) (4aa10e1)

v1.19.1

04 Jul 20:55
a39e975

Choose a tag to compare

1.19.1 (2025-07-04)

Bug Fixes

  • ConfigureAwait(false) deadlock issue in BaseBearerTokenAuthenticationProvider (473b886)

v1.19.0

18 Jun 14:35
771e50c

Choose a tag to compare

1.19.0 (2025-06-18)

Features

  • optionally parse Decimal as string (ea198e0)
  • optionally parse Double as string (e205169)
  • optionally parse Float as string (cbee369)
  • optionally parse Int as string (51fc88a)
  • optionally parse Long as string (54c132d)

v1.18.0

13 Jun 14:40
d4c44d7

Choose a tag to compare

1.18.0 (2025-06-13)

Features

v1.17.4

02 Jun 13:56
74b7902

Choose a tag to compare

1.17.4 (2025-06-02)

Bug Fixes

  • decimal type conversion in URL templates (query or path parameters) (c27fbeb)