From f62760f65aca73c8855f15ae1fefe97a40237a2c Mon Sep 17 00:00:00 2001 From: Abhishek Pandey Date: Mon, 11 Dec 2023 18:38:56 -0800 Subject: [PATCH] Add changelog for v0.17.0 release (#4829) --- #### 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c043956e..6b75ed2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) -### Added +## [v0.17.0] (beta) - 2023-12-11 ### Changed - Memory optimizations for large scale OneDrive and Sharepoint backups. ### Fixed - Resolved a possible deadlock when backing up Teams Channel Messages. +- Fixed an attachment download failure(ErrorTooManyObjectsOpened) during exchange backup. ## [v0.16.0] (beta) - 2023-11-28 @@ -445,7 +446,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Miscellaneous - Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35)) -[Unreleased]: https://github.com/alcionai/corso/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.17.0...HEAD +[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 [v0.14.0]: https://github.com/alcionai/corso/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/alcionai/corso/compare/v0.12.0...v0.13.0