- Fixes a previous breaking change introduced in 1.30.0 where a
GraphException
was being thrown inGraphRequest
'sexecute()
,download()
andupload()
methods as well asGraphCollectionRequest
'scount()
andgetPage()
methods. The patch reverts to throwing Guzzle'sClientException
orServerException
but with the full response body in the exception message. - Includes updates to PHPDocs
- Includes updates to Beta and v1 models