Skip to content

Releases: microsoftgraph/msgraph-sdk-php

August Update

Choose a tag to compare

@dan-silver dan-silver released this 08 Aug 17:18

Features:

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

July Update

Choose a tag to compare

@caitlinrussell caitlinrussell released this 11 Jul 23:25

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

Choose a tag to compare

@caitlinrussell caitlinrussell released this 11 May 04:42

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

Choose a tag to compare

@caitlinrussell caitlinrussell released this 10 May 01:25
v1.0.0

Update to v1

Bug fixes from scenario tests

Pre-release

Choose a tag to compare

@caitlinrussell caitlinrussell released this 02 Mar 18:24

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

Public Preview

Public Preview Pre-release
Pre-release

Choose a tag to compare

@caitlinrussell caitlinrussell released this 15 Dec 18:43
v0.1.0

Update README.md