Releases: microsoftgraph/msgraph-sdk-dotnet
Releases · microsoftgraph/msgraph-sdk-dotnet
March 2019 Release Summary (version 1.14.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 February preview (1.14.0-preview)
Merge pull request #388 from microsoftgraph/14.0.0-preview 14.0.0 preview
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.