Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Releases: microsoftgraph/msgraph-sdk-android

OData query parameter fixes, remodeled RequestBuilder inheritance hierarchy

14 Jul 01:26

Choose a tag to compare

OData query parameters are now $ prepended:

  • select$select
  • expand$expand
  • top$top

Bugfixes include a remodeled inheritance hierarchy for Requests and RequestBuilders

Known issues

  • DriveItem#Copy - nonfunctioning
  • DriveItem#Delta - nonfunctioning
  • Groups#Conversations - create action nonfunctioning

Collection and Action/Function fixes

01 Apr 22:19

Choose a tag to compare

Pre-release

Fixes a number of issues around generated collections elements
Updated the logging system to provide better details to the Android Studio Logcat
Remove a number of classes that were being incorrectly generated