Releases: microsoftgraph/msgraph-sdk-ruby
Releases · microsoftgraph/msgraph-sdk-ruby
v0.22.1
v0.22.0
Changed
- Weekly generation.
- BREAKING: models that were in subnamespaces are now in the main model namespace to avoid circular dependencies. e.g.
MicrosoftGraph::Models::CallRecords::CallRecord
in nowMicrosoftGraph::Models::CallRecordsCallRecord
.
v0.21.0
Changed
- Weekly generation.
v0.20.0
Changed
- Weekly generation.
v0.19.0
Changed
- Weekly generation.
v0.18.0
Changed
- Weekly generation.
v0.17.0
Changed
- Weekly generation.
v0.16.0
Changed
- Weekly generation.
v0.15.0
Changed
- Changed the module declaration so the package also work with Rails import logic.
v0.14.0
Changed
- Weekly generation.
- BREAKING: OData Functions/Actions now use their full name e.g. GetEffectivePermissions is now MicrosoftGraphGetEffectivePermissions.