Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Releases: microsoftgraph/msgraph-sdk-ruby

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:22
v0.22.1
52f6358

Changed

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

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 16:54
v0.22.0
5f4e73d

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

Choose a tag to compare

@github-actions github-actions released this 06 Apr 13:33
v0.21.0
b02dc1b

Changed

  • Weekly generation.

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 19:15
v0.20.0
abc8251

Changed

  • Weekly generation.

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 12:20
v0.19.0
2026f74

Changed

  • Weekly generation.

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 13:21
v0.18.0
f8790b3

Changed

  • Weekly generation.

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 13:36
v0.17.0
bf583b9

Changed

  • Weekly generation.

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 15:46
v0.16.0
9d31521

Changed

  • Weekly generation.

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 16:24
v0.15.0
0ab4780

Changed

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

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 19:23
v0.14.0
1950c9f

Changed

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