Skip to content

Microsoft Graph library June 2017 (version 1.4.0)

Compare
Choose a tag to compare
@MIchaelMainer MIchaelMainer released this 12 Jun 19:14
· 1803 commits to master since this release

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.