Releases: microsoftgraph/msgraph-sdk-dotnet
Releases · microsoftgraph/msgraph-sdk-dotnet
Microsoft Graph library January 2018 (version 1.13.0)
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)
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)
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)
set beta info for package
Microsoft Graph library October 2018 (version 1.12.0)
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)
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)
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)
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)
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
- Include support for the Reports API. This gives you access to Office 365 usage reports for Outlook, users, groups, OneDrive, SharePoint, Skype for Business and Yammer. See https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/report for more information.
- Updated IntelliSense file with new documentation.
- Include support for the Intune API. This enables programmatic access to Intune information for your tenant with rich information and relationship navigation. See https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/intune_graph_overview for more information.
- Include support for the Education API. This enhances Office 365 resources and data with information that is relevant for education scnearios, including schools, students, teachers, classes, and enrollments. See https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/education-overview for more information.
- Update Json.NET dependency to include 11.x
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)
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.