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.