diff --git a/CHANGELOG.md b/CHANGELOG.md index e5347b517..e9e9a9434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update repo init configuration to reduce the total number of GET requests sent to the object store when using corso. This affects repos that have many backups created in them per day the most. +- Feature Preview: Corso now supports backup, export & restore of SharePoint lists. Lists backup can be initiated using `corso backup create sharepoint --site --data lists`. - Group mailbox(aka conversations) backup and export support is now officially available. Group mailbox posts can be exported as `.eml` files. ### Fixed @@ -33,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Exchange in-place restore may restore items in well-known folders to different folders if the user has well-known folder names change based on locale and has updated the locale since the backup was created. - In-place Exchange contacts restore will merge items in folders named "Contacts" or "contacts" into the default folder. - External users with access through shared links will not receive these links as they are not sent via email during restore. +- Graph API has limited support for certain column types such as `location`, `hyperlink/picture`, and `metadata`. Restoring SharePoint list items containing these columns will result in differences compared to the original items. +- SharePoint list item attachments are not available due to graph API limitations. - Group mailbox restore is not supported due to limited Graph API support for creating mailbox items. - Due to Graph API limitations, any group mailbox items present in subfolders other than Inbox aren't backed up.