All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Aligns kiota dependencies versions.
- Removed resume and time operations that have a file name longer than what gem build allows.
- 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
.
- Weekly generation.
- Weekly generation.
- Weekly generation.
- Weekly generation.
- Weekly generation.
- Weekly generation.
- Changed the module declaration so the package also work with Rails import logic.
- Weekly generation.
- BREAKING: OData Functions/Actions now use their full name e.g. GetEffectivePermissions is now MicrosoftGraphGetEffectivePermissions.
- Set minimum Ruby version to 3.0
- Weekly generation.
- Fixed an issue where module would be impossible to import.
- Fixed an issue where the authentication provider would fail to return the token.
- Weekly generation.
- Initial preview release