From 793658c790092df1d710bb7e3bb2c91c9aa18876 Mon Sep 17 00:00:00 2001 From: Keepers Date: Tue, 28 Nov 2023 11:44:09 -0700 Subject: [PATCH] bump changelog with v16 release (#4742) #### Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included #### Type of change - [x] :world_map: Documentation --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3256569d3..047a0c77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] (beta) ### Added -- Added export support for emails in exchange backups as `.eml` files -- More colorful and informational cli output +### Changed +### Fixed + +## [v0.16.0] (beta) - 2023-11-28 + +### Added +- Export support for emails in exchange backups as `.eml` files. +- More colorful and informational cli display. ### Changed -- Change file extension of messages export to json to match the content +- The file extension in Teams messages exports has switched to json to match the content type. - SDK consumption of the /services/m365 package has shifted from independent functions to a client-based api. - SDK consumers can now configure the /services/m365 graph api client configuration when constructing a new m365 client. +- Dynamic api rate limiting allows small-scale Exchange backups to complete more quickly. +- Kopia's local config files now uses unique filenames that match Corso configurations. This can protect concurrent Corso operations from mistakenly clobbering storage configs during runtime. ### Fixed -- Handle OneDrive folders being deleted and recreated midway through a backup +- Handle OneDrive folders being deleted and recreated midway through a backup. - Automatically re-run a full delta query on incremental if the prior backup is found to have malformed prior-state information. - Retry drive item permission downloads during long-running backups after the jwt token expires and refreshes. - Retry item downloads during connection timeouts.