Releases: microsoftgraph/msgraph-sdk-dotnet
Microsoft Graph library August 2017.1 (version 1.5.1)
Microsoft.Graph (version 1.5.1)
New features
- Updated Newtonsoft JSON.Net dependency to use all version up to 11.
Microsoft.Graph.Core (version 1.6.1)
New features
- Updated Newtonsoft JSON.Net dependency to use all version up to 11.
Microsoft Graph library August 2017 (version 1.5.0)
Microsoft.Graph (version 1.5.0)
New features
- Access OneNote through SharePoint sites
- New groups features
- Intellisense file
Microsoft.Graph.Core (version 1.6.0)
New features
- Generated Intellisense file
Microsoft Graph library June 2017 (version 1.4.0)
Microsoft.Graph (version 1.4.0)
New features
- OneNote
- Open extensions
- Schema extensions
Updates
- Provided examples and tests for scenarios where the Microsoft.Graph client library request builders don't support functionality. This way you can make use of the serializer and authentication provider.
- The service metadata doesn't support GetByPath for getting SharePoint sites by relative path. Added functionality to enable this.
- Added FindMeetingTimes test.
Bug fixes
- Large file uploads larger than 2GB is enabled.
Microsoft.Graph.Core (version 1.5.0)
New features
- Support for posting multipart content.
Bug fixes
- Boolean query string parameters are no longer emitted in upper case.
Microsoft Graph library May 2017 (version 1.3.0)
Microsoft.Graph (version 1.3.0)
New features
- Added support for .NetStandard 1.1
- Added support for Planner which includes custom serialization for Planner Open Types, an ETag and header helper.
- Added support SharePoint.
- Added support for delta queries and enum flags.
- Added FindMeetingTimes functionality.
- Added the sharedWithMe and copy functionality for DriveItem.
- Added named items, refresh, column, row, and view functionality for Excel.
- Tested support for OpenTypes - available through the AdditionalData property bag.
Updates
- Updated dependency on Newtonsoft.Json to 10.0.2.
- Updated the group object to support a group photos collection, drives collection, sites collection, and a group Planner plan.
- Updated the user object to support a photos collection and the user's Planner plans.
Microsoft.Graph.Core (version 1.4.0)
New features
- Added support for .NetStandard 1.1
Updates
- Updated dependency on Newtonsoft.Json to 10.0.2.
- Removed the Exception ToString override
Microsoft Graph library February 2017 (version 1.2.1)
Microsoft.Graph (version 1.2.1)
Bug fixes
- Removed access token from resumable uploads as it is ignored by OneDrive for Business and causes an error for OneDrive for Consumer.
Microsoft.Graph.Core (version 1.3.1) April 2017 Update
New feature
- Expose HTTP status codes and the response header collection on the ServiceException class.
Microsoft Graph library November 2016 (version 1.2.0)
Microsoft.Graph (version 1.2.0)
New features
- Get a user's mailbox settings and drives.
- Extended properties on calendars, events, messages, contacts, posts, contact folders, and mail folders.
- OnlineMeetingUrl on event entities.
- Attachments on messages.
- New properties on drive items: content, cTag, package, parentReference, root, sharePointIds, size, webDavUrl, and permissions.
- Upload large files to OneDrive in chunks.
- Search OneDrive files.
- Send OneDrive file sharing invite to other people.
- LINQ enabled on select and expand query parameters.
Bug fixes
- Added missing configureAwait(false) in BaseRequest.cs to address potential deadlock scenario.
Microsoft.Graph.Core (version 1.3.0)
New features
- Added LINQ support for $select and $expand query options.
Bug fixes
- Fixed an issue in BaseRequest.cs so that query options can support a sub-query option.
- Added missing configureAwait(false) in BaseRequest.cs to address potential deadlock scenario.
Microsoft Graph library September 2016 (version 1.1.0)
September Release Summary (version 1.1.0)
We've got a new addition to the .Net Microsoft Graph client API family. Excel files stored in OneDrive can now be accessed from .Net applications. We've refactored the base classes to be included in the Microsoft.Graph.Core assembly so that custom clients can target specific workloads. Here are the changes made with this release.
- Excel REST API support
- Refactor base classes to Microsoft.Graph.Core
- Nuspec updated to target Xamarin
- Dependency: Microsoft.Graph.Core 1.2.0
- Bug fixes
Excel REST API
The Excel REST API provides many new opportunities to enhance your workflow around Excel spreadsheets. There are hundreds of new APIs that support accessing Excel features.
Refactor base classes to Microsoft.Graph.Core
This will support workload specific client libraries.
Nuspec updated to target Xamarin
Bug fixes
- Add support for updating user references. For example, you can now update a user's manager.
- Updated to use NewtonSoft 9.0.1 from 6.0.2. Tested. Set allowed package version range to 9 <= x < 10.
- Updated the data contracts to only use NewtonSoft.