From 268cf987700efda028adb90c1b368dd27d6676d7 Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Mon, 9 Oct 2023 02:19:16 -0700 Subject: [PATCH] Update CHANGELOG.md for v0.14.0 (#4452) --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :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 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753280cd6..037e41690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) +## [v0.14.0] (beta) - 2023-10-09 + ### Added - Enables local or network-attached storage for Corso repositories. - Reduce backup runtime for OneDrive and SharePoint incremental backups that have no file changes. @@ -20,14 +22,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Known issues - Restoring the data into a different Group from the one it was backed up from is not currently supported +### Other +- Groups and Teams service support is still in feature preview + ## [v0.13.0] (beta) - 2023-09-18 ### Added - Groups and Teams service support available as a feature preview! Channel messages and Files are now available for backup and restore in the CLI: `corso backup create groups --group '*'` - * The cli commands for "groups" and "teams" can be used interchangably, and will operate on the same backup data. - * New permissions are required to backup Channel messages. See the [Corso Documentation](https://corsobackup.io/docs/setup/m365-access/#configure-required-permissions) for complete details. + - The cli commands for "groups" and "teams" can be used interchangeably, and will operate on the same backup data. + - New permissions are required to backup Channel messages. See the [Corso Documentation](https://corsobackup.io/docs/setup/m365-access/#configure-required-permissions) for complete details. Even though Channel message restoration is not available, message write permissions are included to cover future integration. - * This is a feature preview, and may be subject to breaking changes based on feedback and testing. + - This is a feature preview, and may be subject to breaking changes based on feedback and testing. ### Changed - Switched to Go 1.21 @@ -382,7 +387,10 @@ 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.11.1...HEAD +[Unreleased]: https://github.com/alcionai/corso/compare/v0.14.0...HEAD +[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 +[v0.12.0]: https://github.com/alcionai/corso/compare/v0.11.1...v0.12.0 [v0.11.1]: https://github.com/alcionai/corso/compare/v0.11.0...v0.11.1 [v0.11.0]: https://github.com/alcionai/corso/compare/v0.10.0...v0.11.0 [v0.10.0]: https://github.com/alcionai/corso/compare/v0.9.0...v0.10.0