From aa97567dff7b801e076d7604f6785a5139ef7c4e Mon Sep 17 00:00:00 2001 From: Abhishek Pandey Date: Tue, 2 Jan 2024 13:19:35 -0800 Subject: [PATCH] Add v0.18.0 changelog (#4961) --- #### 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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff1b85ab..3d264d5b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) +## [v0.18.0] (beta) - 2024-01-02 + ### Fixed - Handle the case where an email cannot be retrieved from Exchange due to an `ErrorInvalidRecipients` error. In this case, Corso will skip over the item but report this in the backup summary. -- Guarantee Exchange email restoration when restoring multiple attachments. Some previous restores were failing with `ErrorItemNotFound`. +- Fix `ErrorItemNotFound` errors when restoring emails with multiple attachments. - Avoid Graph SDK `Requests must contain extension changes exclusively.` errors by removing server-populated field from restored event items. - Improve Group mailbox(conversations) backup performance by only downloading new items or items with modified content. -- Handle cases where Exchange backup stored invalid JSON blobs if there were special characters in the user content. These would result in errors during restore or restore errors. +- Handle cases where Exchange backup stored invalid JSON blobs if there were special characters in the user content. These would result in errors during restore. ### Known issues - Restoring OneDrive, SharePoint, or Teams & Groups items shared with external users while the tenant or site is configured to not allow sharing with external users will not restore permissions. @@ -457,7 +459,8 @@ this case, Corso will skip over the item but report this in the backup summary. - Miscellaneous - Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35)) -[Unreleased]: https://github.com/alcionai/corso/compare/v0.17.0...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.18.0...HEAD +[v0.18.0]: https://github.com/alcionai/corso/compare/v0.17.0...v0.18.0 [v0.17.0]: https://github.com/alcionai/corso/compare/v0.16.0...v0.17.0 [v0.16.0]: https://github.com/alcionai/corso/compare/v0.15.0...v0.16.0 [v0.15.0]: https://github.com/alcionai/corso/compare/v0.14.0...v0.15.0