Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet

March 2019 Release Summary (version 1.14.1)

29 Mar 01:35
2c6f2bf
Compare
Choose a tag to compare

Microsoft.Graph.Core

  • Fix #413 - Slow concurrent requests.
  • Fix #417 - Authentication provider support when using a custom IHttpProvider.

March 2019 Release Summary (version 1.14.0)

26 Mar 19:42
Compare
Choose a tag to compare

Microsoft.Graph

  • New feature - Teams APIs.
  • New feature - new Intune APIs
  • Change - Updated IntelliSense with new content.
  • Change - Device is updated with the MemberOf relationship.
  • Change - Group is updated with the isArchived property and Team relationship.
  • Change - User is updated with the JoinedTeams relationship.
  • Fix - Removed upper bounds on Newtonsoft.Json package reference.
  • Fix - Added fluent API for creating a team on a group.

Microsoft.Graph.Core

  • New feature - Added AuthenticationHandler.
  • Change - Updated GraphClientFactory access modifier to internal.
  • Change - Updated HttpProvider to use GraphClientFactory.
  • Fix - Removed upper bounds on Newtonsoft.Json package reference.

Microsoft Graph library February preview (1.14.0-preview)

20 Mar 21:32
c9a3093
Compare
Choose a tag to compare
Merge pull request #388 from microsoftgraph/14.0.0-preview

14.0.0 preview

Microsoft Graph library January 2018 (version 1.13.0)

16 Jan 00:32
5b44b62
Compare
Choose a tag to compare

Microsoft.Graph

  • New feature - Teams APIs.
  • New feature - new Intune APIs
  • Change - Updated IntelliSense with new content.
  • Change - Device is updated with the MemberOf relationship.
  • Change - Group is updated with the isArchived property and Team relationship.
  • Change - User is updated with the JoinedTeams relationship.
  • Fix - Removed upper bounds on Newtonsoft.Json package reference.
  • Fix - Added fluent API for creating a team on a group.

Microsoft.Graph.Core

  • New feature - Added AuthenticationHandler.
  • Change - Updated GraphClientFactory access modifier to internal.
  • Change - Updated HttpProvider to use GraphClientFactory.
  • Fix - Removed upper bounds on Newtonsoft.Json package reference.

Microsoft Graph library January 2018 (version 1.13.0-preview.2)

10 Jan 19:32
1c33ddf
Compare
Choose a tag to compare

Microsoft.Graph

  • New feature - Teams APIs.
  • New feature - new Intune APIs
  • Change - Updated IntelliSense with new content.
  • Change - Device is updated with the MemberOf relationship.
  • Change - Group is updated with the isArchived property and Team relationship.
  • Change - User is updated with the JoinedTeams relationship.
  • Fix - Removed upper bounds on Newtonsoft.Json package reference.
  • Fix - Added fluent API for creating a team on a group.

Microsoft.Graph.Core

  • New feature - Added AuthenticationHandler.
  • Fix - Removed upper bounds on Newtonsoft.Json package reference.

Microsoft Graph library December 2018 (version 1.13.0-preview)

18 Dec 21:26
1a0e1c9
Compare
Choose a tag to compare

Microsoft.Graph (version 1.13.0-preview)

New features

  • Added new Teams API functionality.
  • Added new Intune API functionality.

Updated functionality

  • Updated IntelliSense with new content.
  • Device is updated with the MemberOf relationship.
  • Group is updated with the isArchived property and Team relationship.
  • User is updated with the JoinedTeams relationship.

Microsoft.Graph.Core (version 1.13.0-preview)

New features

  • Added AuthenticationHandler.

Microsoft Graph beta library November 2018 (version 1.12.0-beta)

14 Nov 04:56
Compare
Choose a tag to compare
set beta info for package

Microsoft Graph library October 2018 (version 1.12.0)

31 Oct 20:02
d7607bc
Compare
Choose a tag to compare

Microsoft.Graph (version 1.12.0)

New features

  • New DriveItemPreviewRequestBody.cs is the request body content for the preview action bound to the driveItem entity.
  • New ItemPreviewInfo.cs is returned by the preview action.
  • Added odataType to base types.
  • New doc comments for IntelliSense.
  • New DriveItemPreviewRequest.cs and DriveItemPreviewRequestBuilder.cs requests. DriveItemRequestBuilder.cs updated to support the DriveItem preview functionality.
  • Removed System.Net.Http package reference for .Net target.

Microsoft.Graph.Core (version 1.12.0)

New features

  • Retry handler added.
  • Added client factory.
  • Removed System.Net.Http package reference for .Net target.

Microsoft Graph library September 2018 (version 1.11.0)

20 Sep 21:10
8fb11a7
Compare
Choose a tag to compare

Microsoft.Graph (version 1.11.0)

New features

  • Support the new Security Alerts API.
  • Updates to the Intune API.
  • Insights functionality updated for the user entity.
  • MailTips are now enabled.
  • Update to the subscription entity and additional documentation comments propagated to the IntelliSense file.
  • EducationClass entities now support adding reference navigation to the teachers and members entity collections.

Microsoft.Graph.Core (version 1.11.0)

New features

  • Exposed the internal HttpProvider constructor.

Microsoft Graph library July 2018 (version 1.10.0)

06 Jul 23:12
Compare
Choose a tag to compare

Microsoft.Graph (version 1.10.0)

New features

  • Updated reference to System.Net.Http to 4.4.3.
  • Set signing properties in .csproj to be 'false' by default.
  • Added custom request builders that help add user activity and history.

Microsoft.Graph.Core (version 1.10.0)

New features

  • Added the ability to append an arbitrary URL segment to a request. This will support the creation of custom requests.
  • Set signing properties in .csproj to be 'false' by default.