v2.5.0
This release adds support for recent items API, new metadata template operations, storing external id for an app user and token exchange along with few minor changes
New Features:
-
Recents API: Recent Items returns information about files that have been accessed by a user not long ago. It keeps track of items that were accessed either in the last 90 days or the last 1000 items accessed (both conditions must be met).
-
New metadata template operations: We added support for 4 new metadata template change types: remove field, rekey field, remove enum option, and edit enum option
-
External App User ID: Apps can now store any unique external identifier for an app user which can be used to search for an app user
-
Token Exchange: Token Exchange is a mechanism to exchange a parent token (Managed/App User, Service Account or App Token) for a child token, which is scoped down to the the minimum set of required permissions so it can be securely sent down to the client without elevating client privileges.