Skip to content

Releases: microsoftgraph/msgraph-sdk-php

April 2019 Update

18 Apr 18:16
7d4cfaf
Compare
Choose a tag to compare
1.8.0

Update generated files with build 1145802 (#162)

January 2019 Update (1.7.0-preview)

23 Jan 22:57
b71ee60
Compare
Choose a tag to compare
Pre-release
  • New feature - Added TransitiveMemberOf accessors to Device.
  • New feature - Added TransitiveMemberOf and TransitiveMembers accessors to Group.
  • New feature - Added EmployeeId, FaxNumber, OtherMails, ShowInAddressList, TransitiveMemberOf, and OnPremisesDistinguishedName accessors to User.
  • New feature - Added EdgeSendIntranetTrafficToInternetExplorer accessor to Windows10GenerationConfiguration.
  • Change - Added comments to DataPolicyOperation.
  • Change - Added comments to Group.
  • Change - Added comments to Message.
  • Change - Added comments to Organization.
  • Fix - Return stream #130 when stream return type is specified.

December 2018 Update

17 Dec 23:05
Compare
Choose a tag to compare

New Features

  • Updated comments with new information from the documentation.
  • Added new models to support the Teams API.

October 2018 update

31 Oct 00:06
7518cbf
Compare
Choose a tag to compare

New features

  • New ItemPreviewInfo type added.
  • Added exception information for core library.
  • Added odata.Type to base types.

September 2018 update

19 Sep 18:16
2a231d1
Compare
Choose a tag to compare

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.

Fixes

  • always use the proxyPort when provided and add missing docbloc #98. Thank you @Zombaya for the fix!
  • removed unused $guzzleClient property #99. Thank you @JValck for the fix!

August update 2

06 Aug 19:19
Compare
Choose a tag to compare

Bug fix:

  • Issue #92 reintroduces a check so that it correctly verifies that the URL starts with 'http'

August update

31 Jul 01:01
bbd9753
Compare
Choose a tag to compare

Bug fix:

  • Issue #85 request fails when URL contains case-insensitive 'http'. If enough deltalinks are created, the chance of this string happening increases.

May updates

03 May 17:49
18e419a
Compare
Choose a tag to compare

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 API - apps can push information to the user's timeline.
  • Be able to set a new access token.

Thank you to:
@Zombaya for the setAccessToken function and tests.

March Updates

16 Mar 16:44
493fac3
Compare
Choose a tag to compare

New Features:

  • Intune API
  • Education API
  • Reporting API

Bug Fixes:

  • Fixes file download bug which required the file to exist before downloading it
  • Adds proxy support to collection requests
  • Adds missing collection request property

September Updates

25 Sep 12:53
Compare
Choose a tag to compare

Features

  • Added support for People
  • Additional SharePoint functionality

Bugfixes

  • Updated functional tests to run against master