Skip to content

Releases: microsoftgraph/msgraph-sdk-php

May 2021 Update (1.32.0)

14 May 14:58
2d64a63
Compare
Choose a tag to compare
  • Allow SSL verification when using a proxy
    You can now enable SSL verification when setting a proxy via setProxyPort($port, $verifySSL = false)
  • Bump actions/checkout from 2 to 2.3.4
  • v1 and beta model updates

May 2021 Update (1.31.0)

06 May 19:02
fbc50b2
Compare
Choose a tag to compare
  • GitHub workflow updates
  • Updates to PHPDocs for v1 and beta models
  • Return null when a property of a model is null as opposed to initialising a model with null or initialising a built-in PHP type e.g. DateTime
  • Updating code indentation in generated models
  • Fix missing \Beta\Microsoft\Graph\Model\Single and \Microsoft\Graph\Model\Single models by casting OData Single type to float in generated models

April 2021 Update (1.30.1)

28 Apr 04:56
d97a553
Compare
Choose a tag to compare
  • Fixes a previous breaking change introduced in 1.30.0 where a GraphException was being thrown in GraphRequest's execute(), download() and upload() methods as well as GraphCollectionRequest's count() and getPage() methods. The patch reverts to throwing Guzzle's ClientException or ServerException but with the full response body in the exception message.
  • Includes updates to PHPDocs
  • Includes updates to Beta and v1 models

April 2021 Update (1.30.0)

13 Apr 10:08
Compare
Choose a tag to compare
  • Update v1 and beta models
  • Upgrade PHPUnit to ^9.0 replacing deprecated test methods
  • Upgrade PHP to ^7.3
  • Fix broken namespaces in generated models
  • Fix truncated Guzzle BadResponseException message
  • Delete docs/ folder
  • Updates to README.md

March 2021 Update (1.29.0)

13 Mar 01:29
e95c253
Compare
Choose a tag to compare
Merge pull request #414 from microsoftgraph/beta/pipelinebuild/44017

Generated beta models using Typewriter

February 2021 Update (1.27.0)

19 Feb 04:37
2be074e
Compare
Choose a tag to compare

Updates v1.0 and beta models

January 2021 Update (1.26.0)

29 Jan 19:21
8830f95
Compare
Choose a tag to compare
  • Updated v1.0 models.
  • Support PHP 8

December 2020 Update (1.25.0)

09 Dec 06:48
6f79a9d
Compare
Choose a tag to compare

v1.0 and beta model updates

November 2020 Update (1.24.0)

19 Nov 18:37
675206d
Compare
Choose a tag to compare

Update v1.0 and beta models

October 2020 Update 2 (1.23.0)

27 Oct 18:56
0f8c792
Compare
Choose a tag to compare

Update v1.0 and beta models