From cf3d941a024d9f5346bdb1752e97291092308896 Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Mon, 26 Jun 2023 22:46:03 -0700 Subject: [PATCH] Update CHANGELOG.md for v0.10.0 (#3680) Update CHANGELOG.md for v0.10.0 --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :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 - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f5693f1..3ecc05a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) +### Added + +### Fixed +- Return a ServiceNotEnabled error when a tenant has no active SharePoint license. + +## [v0.10.0] (beta) - 2023-06-26 + ### Added - Exceptions and cancellations for recurring events are now backed up and restored +- Introduced a URL cache for OneDrive that helps reduce Graph API calls for long running (>1hr) backups +- Improve incremental backup behavior by leveraging information from incomplete backups +- Improve restore performance and memory use for Exchange and OneDrive ### Fixed - Handle OLE conversion errors when trying to fetch attachments - Fix uploading large attachments for emails and calendar -- Return a ServiceNotEnabled error when a tenant has no active SharePoint license. +- Fixed high memory use in OneDrive backup related to logging +### Changed +- Switched to Go 1.20 + ## [v0.9.0] (beta) - 2023-06-05 ### Added