v0.12.0 Changelog (#4138)
Changelog for v0.12.0 --- #### Does this PR need a docs update or release note? - [x] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [ ] ⛔ No #### Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [x] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> #### Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
b0eb3109dd
commit
8e3525bbee
13
CHANGELOG.md
13
CHANGELOG.md
@ -7,16 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased] (beta)
|
## [Unreleased] (beta)
|
||||||
|
|
||||||
|
## [v0.12.0] (beta) - 2023-08-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Added `export` command to export data from OneDrive and SharePoint backups as individual files or as a single zip file.
|
||||||
- Restore commands now accept an optional resource override with the `--to-resource` flag. This allows restores to recreate backup data within different mailboxes, sites, and users.
|
- Restore commands now accept an optional resource override with the `--to-resource` flag. This allows restores to recreate backup data within different mailboxes, sites, and users.
|
||||||
|
- Improve `--mask-sensitive-data` logging mode.
|
||||||
|
- Reliability: Handle connection cancellation and resets observed when backing up or restoring large data sets.
|
||||||
|
- Reliability: Recover from Graph SDK panics when the Graph API returns incomplete responses.
|
||||||
|
- Performance: Improve backup delete performance by batching multiple storage operations into a single operation.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- SharePoint document libraries deleted after the last backup can now be restored.
|
- SharePoint document libraries deleted after the last backup can now be restored.
|
||||||
- Restore requires the protected resource to have access to the service being restored.
|
- Restore requires the protected resource to have access to the service being restored.
|
||||||
- SharePoint data from multiple document libraries are not merged in exports
|
- SharePoint data from multiple document libraries are not merged in exports
|
||||||
|
- `corso backup delete` was not removing the backup details data associated with that snapshot
|
||||||
|
- Fix OneDrive restores could fail with a concurrent map write error
|
||||||
|
- Fix backup list displaying backups that had errors
|
||||||
|
- Fix OneDrive backup could fail if item was deleted during backup
|
||||||
|
|
||||||
### Added
|
|
||||||
- Added option to export data from OneDrive and SharePoint backups as individual files or as a single zip file.
|
|
||||||
|
|
||||||
## [v0.11.1] (beta) - 2023-07-20
|
## [v0.11.1] (beta) - 2023-07-20
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user