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