Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet-core

v4.0.1

09 May 00:17
b68cd87

Choose a tag to compare

4.0.1 (2026-05-08)

Bug Fixes

v4.0.0

07 May 22:35
8cf5afe

Choose a tag to compare

4.0.0 (2026-05-07)

⚠ BREAKING CHANGES

  • Kiota upgraded to 2.0.0 which removes IAsyncParseNodeFactory interface. Internal implementation changes required in response handlers.

Features

  • upgrade Kiota to 2.0.0 and support packages (e24b91f)

v3.2.6

29 Apr 20:31
a6023d1

Choose a tag to compare

3.2.6 (2026-04-29)

Bug Fixes

  • downgrade coverlet packages to 6.0.4 for net6.0 compatibility (22aa370)
  • security: upgrade .NET SDK to 10.0.202 (7d7aebb)

v3.2.5

19 Dec 19:23
063026f

Choose a tag to compare

3.2.5 (2025-12-19)

Bug Fixes

  • tooling: update all outdated PackageReferences (01f00c1)
  • tooling: update all outdated PackageReferences (808b60a)

v3.2.4

12 Mar 17:53
70a4644

Choose a tag to compare

3.2.4 (2025-03-12)

Bug Fixes

  • ensures valid handler is returned in browser scenarios (869a498)
  • ensures valid handler is returned in browser scenarios (5268497)

v3.2.3

28 Jan 12:21
54213cc

Choose a tag to compare

3.2.3 (2025-01-28)

Bug Fixes

  • fixes performance issue when using the AddBatchRequestStepAsync method due to the client trying to authenticate the request on conversion (a5b3950)

v3.2.2

10 Jan 08:09
fa698f1

Choose a tag to compare

3.2.2 (2025-01-10)

Bug Fixes

  • update kiota dependencies to expose the BodyInspectionHandler (32aac7b)

v3.2.1

18 Nov 13:28
ed00b30

Choose a tag to compare

3.2.1 (2024-11-18)

Bug Fixes

  • removes upper bound on System.Net.Http.WinHttpHandler (72aa793)
  • removes upper bound on System.Net.Http.WinHttpHandler (4f50933)

v3.2.0

08 Nov 11:10
a947d91

Choose a tag to compare

3.2.0 (2024-11-08)

Features

  • Add create() overloads to GraphClientFactory that enable requests to be authenticated (ce6a88b)

v3.1.22

10 Sep 17:00
66d5c97

Choose a tag to compare

3.1.22 (2024-09-10)

Bug Fixes

  • adds missing cancellation token parameter (2213321)
  • moves parse async out of the condition since it always accepts a cancellation token (f29e4cd)
  • resolved handling of larger batch request message (c78b39d)