From c6464555ddf3abf8f16380cce7d2977a23820cca Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Tue, 31 Oct 2023 13:44:08 -0700 Subject: [PATCH] Update CHANGELOG.md for v0.15.0 (#4590) --- #### 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 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e953c589..86001b2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,20 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) +## [v0.15.0] (beta) - 2023-10-31 + +### Added +- Added `corso repo update-passphrase` command to update the passphrase of an existing Corso repository +- Added Subject and Message preview to channel messages detail entries + ### Fixed - SharePoint backup would fail if any site had an empty display name - Fix a bug with exports hanging post completion +- Handle 503 errors in nested OneDrive packages ### Changed -- Item Details formatting in Groups and Teams backups. Pre-release users will need to run new backups to avoid data corruption. +- Item Details formatting in Groups and Teams backups ## [v0.14.2] (beta) - 2023-10-17 ### Added - Skips graph calls for expired item download URLs. - Export operation now shows the stats at the end of the run -- Added `corso repo update-passphrase --new-passphrase` command to update the passphrase of existing Corso -repo. ### Fixed - Catch and report cases where a protected resource is locked out of access. SDK consumers have a new errs sentinel that allows them to check for this case.