Releases: microsoftgraph/msgraph-sdk-php
Releases · microsoftgraph/msgraph-sdk-php
August 2021 Update (1.36.0)
- v1 and beta model updates
- Reverts to allowing guzzlehttp/guzzle to determine the version of guzzlehttp/psr7 to be used. To be re-considered in next major rev.
- Reverts to using
Utils::streamFor()in favour of deprecatedstream_for()
July 2021 Update (1.35.1)
- Downgrade
guzzlehttp/psr7from^2.0to^1.0to fix previous BC break (#560)
July 2021 Update (1.35.0)
- Updates auto-generated v1 and beta models
- Replaces deprecated
GuzzleHttp\Psr7\stream_for()with\GuzzleHttp\Psr7\Utils::streamFor() - Adds PHPStan for static analysis
June 2021 Update (1.34.0)
- Updates to generated beta and v1 models
GraphCollectionRequestbug-fixes- Ensure
getPage()works as expected in cases where customers set baseUrl tohttps://graph.microsoft.com(without trailing/
- Ensure
- PHPDoc updates
GraphRequestmethods inherited byGraphCollectionRequestnow return$thisvsGraphRequestpreviously making them suggested by IDEs when working withGraphCollectionRequestobjects- Correct wrong return types for
GraphPrint,GraphList&GraphCase
May 2021 Update (1.33.0)
- Updates to v1 and beta models
- GitHub workflow improvements
May 2021 Update (1.32.0)
- Allow SSL verification when using a proxy
You can now enable SSL verification when setting a proxy viasetProxyPort($port, $verifySSL = false) - Bump actions/checkout from 2 to 2.3.4
- v1 and beta model updates
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