Skip to content

Releases: microsoftgraph/msgraph-sdk-php

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

August Update

08 Aug 17:18
Compare
Choose a tag to compare

Features:

  • OneNote notebooks hosted in SharePoint sites
  • Group settings and setting templates
  • Additional model comments

July Update

11 Jul 23:25
Compare
Choose a tag to compare

Features:

  • OneNote support
  • Extension support
  • Additional model comments
  • Updated registered dependency versions to be more lenient

Fixes:

  • Enums were not being handled by the serializer

General availability of PHP SDK

11 May 04:42
Compare
Choose a tag to compare

New workloads available

  • SharePoint sites
  • Planner
  • Webhooks: app-only support for Outlook
  • DeltaQuery: AAD and Outlook
  • OneNote
  • Open extensions & schema extensions

Bug fixes

  • Consistently use camelCase instead of snake_case
  • Fully-qualify type checks
  • Serialize DateTime to RFC3339

General availability of PHP SDK

10 May 01:25
Compare
Choose a tag to compare
v1.0.0

Update to v1

Bug fixes from scenario tests

02 Mar 18:24
Compare
Choose a tag to compare
Pre-release

New Features

  • Functional tests added
  • Increased code coverage
  • Added Outlook models that have been added to the v1.0 endpoint

Bug Fixes

  • Fixed inheritance structure of models
  • Switched to using nextLink instead of skipToken to navigate collections
  • Several improvements to stream handling
  • Replaced flattenDictionary with jsonSerialize extension in models
  • Fixed collision of 'value' when model has a field named 'value'
  • Removed duplicate getProperties() calls