Skip to content

Releases: microsoftgraph/msgraph-sdk-ruby

v0.22.1

10 Aug 18:22
v0.22.1
52f6358
Compare
Choose a tag to compare

Changed

  • Removed resume and time operations that have a file name longer than what gem build allows.

v0.22.0

10 Aug 16:54
v0.22.0
5f4e73d
Compare
Choose a tag to compare

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 now MicrosoftGraph::Models::CallRecordsCallRecord.

v0.21.0

06 Apr 13:33
v0.21.0
b02dc1b
Compare
Choose a tag to compare

Changed

  • Weekly generation.

v0.20.0

28 Mar 19:15
v0.20.0
abc8251
Compare
Choose a tag to compare

Changed

  • Weekly generation.

v0.19.0

21 Mar 12:20
v0.19.0
2026f74
Compare
Choose a tag to compare

Changed

  • Weekly generation.

v0.18.0

14 Mar 13:21
v0.18.0
f8790b3
Compare
Choose a tag to compare

Changed

  • Weekly generation.

v0.17.0

07 Mar 13:36
v0.17.0
bf583b9
Compare
Choose a tag to compare

Changed

  • Weekly generation.

v0.16.0

21 Feb 15:46
v0.16.0
9d31521
Compare
Choose a tag to compare

Changed

  • Weekly generation.

v0.15.0

09 Feb 16:24
v0.15.0
0ab4780
Compare
Choose a tag to compare

Changed

  • Changed the module declaration so the package also work with Rails import logic.

v0.14.0

07 Feb 19:23
v0.14.0
1950c9f
Compare
Choose a tag to compare

Changed

  • Weekly generation.
  • BREAKING: OData Functions/Actions now use their full name e.g. GetEffectivePermissions is now MicrosoftGraphGetEffectivePermissions.