Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet

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.

Microsoft Graph library May 2018 (version 1.9.0)

03 May 17:18
84f77a7
Compare
Choose a tag to compare

Microsoft.Graph (version 1.9.0)

New features

  • New Outlook functionality which includes an OutlookUser object, categories, coordinates, message rules, and working hours.
  • New OneNote functionality which includes a notebook's site collection.
  • Updates to Intune functionality.
  • Updated timezone information.
  • UserActivity - apps can push information to the user's timeline.

Bug fixes

  • Fixed Site GetByPath

Microsoft.Graph.Core (version 1.9.0)

New features

  • Added response headers and status to all calls that return a non-stream object.
  • Added SerializeObject method to MockSerializer.

Microsoft Graph library March 2018 (version 1.8.0)

26 Mar 23:00
f866494
Compare
Choose a tag to compare

Note that the assembly version and Nuget package version do match for package published on Nuget.org. The 1.8.1 Nuget packages contain the 1.8.0 assemblies.

Microsoft.Graph (version 1.8.0)

New features

Microsoft.Graph.Core (version 1.8.0)

New features

  • Update Json.NET dependency to include 11.x

Microsoft Graph library September 2017 (version 1.6.0)

26 Sep 16:48
Compare
Choose a tag to compare

Microsoft.Graph (version 1.6.0)

New features

  • Added columns, contentTypes, items, and lists to the site type.
  • Added the columnDefinition, columnLink, contentType, fieldValueSet, list and listitem types.
  • Added the scoredEmailAddress, phone, website, and personType types.
  • Added the booleanColumn, calculatedColumn, choiceColumn, currencyColumn, dateTimeColumn, systemFacet, defaultColumnValue, lookupColumn, numberColumn, personOrGroupColumn, textColumn, and contentTypeOrder types.
  • Added the person type. It is accessible from the user type.
  • Added the listInfo, contentTypeInfo, and folderView types.
  • Added the list and listItem properties to the sharedDriveItem type
  • Added the audioBitePerSample, audioChannels, audioFormat, audioSamplesPerSecond, fourCC, and frameRate properties to the Video type.
  • Added a Search function to driveItems.

Microsoft.Graph.Core (version 1.6.2)

Bug fix

  • Updated JsonSerializer parser to ignore Date in strings.