Releases: microsoftgraph/msgraph-sdk-php
Releases · microsoftgraph/msgraph-sdk-php
May 2021 Update (1.31.0)
- GitHub workflow updates
- Updates to PHPDocs for v1 and beta models
- Return
nullwhen a property of a model isnullas opposed to initialising a model withnullor initialising a built-in PHP type e.g.DateTime - Updating code indentation in generated models
- Fix missing
\Beta\Microsoft\Graph\Model\Singleand\Microsoft\Graph\Model\Singlemodels by casting ODataSingletype tofloatin generated models
April 2021 Update (1.30.1)
- Fixes a previous breaking change introduced in 1.30.0 where a
GraphExceptionwas being thrown inGraphRequest'sexecute(),download()andupload()methods as well asGraphCollectionRequest'scount()andgetPage()methods. The patch reverts to throwing Guzzle'sClientExceptionorServerExceptionbut 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)
- 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)
Merge pull request #414 from microsoftgraph/beta/pipelinebuild/44017 Generated beta models using Typewriter
February 2021 Update (1.27.0)
Updates v1.0 and beta models
January 2021 Update (1.26.0)
- Updated v1.0 models.
- Support PHP 8
December 2020 Update (1.25.0)
v1.0 and beta model updates
November 2020 Update (1.24.0)
Update v1.0 and beta models
October 2020 Update 2 (1.23.0)
Update v1.0 and beta models
October 2020 Update (1.22.0)
Update v1.0 and beta models