From fb64a2f52ba448e88f1a195b1f4ddebc1dbbf22b Mon Sep 17 00:00:00 2001 From: Hitesh Pattanayak <48874082+HiteshRepo@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:37:45 +0530 Subject: [PATCH] adds sharepoint lists changelog (#5188) adds lists support to change log #### Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5347b517e..e9e9a94340 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.