Releases: microsoftgraph/msgraph-sdk-php-core
Releases · microsoftgraph/msgraph-sdk-php-core
2.0.0 Release Candidate 2
What's Changed
- Update phpstan/phpstan requirement from ^0.12.90 to ^0.12.90 || ^1.0.0 by @dependabot in #44
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #45
- Add the missing OData types by @SilasKenneth in #48
- Update version to new version. by @SilasKenneth in #50
- Merge new changes to main by @SilasKenneth in #49
Full Changelog: 2.0.0-RC1...2.0.0-RC2
2.0.0 Release Candidate 1
The Microsoft Graph Core SDK is a lightweight SDK with functionality to allow you to make calls to the Microsoft Graph APIs without the overhead of the models previously provided in the Microsoft Graph SDK.
The Core SDK is now a dependency of v2 of the Microsoft Graph SDK and the newly introduced Microsoft Graph Beta SDK meaning you won't need to explicitly require it should you desire to use our models.
See the README for more on how to use the Core SDK and our v1.x to 2.0 Upgrade Guide for details on breaking changes, bug fixes and new functionality.