bump changelog with v16 release (#4742)
#### Does this PR need a docs update or release note? - [x] ✅ Yes, it's included #### Type of change - [x] 🗺️ Documentation
This commit is contained in:
parent
9458fc6c4b
commit
793658c790
16
CHANGELOG.md
16
CHANGELOG.md
@ -8,16 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [Unreleased] (beta)
|
## [Unreleased] (beta)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added export support for emails in exchange backups as `.eml` files
|
### Changed
|
||||||
- More colorful and informational cli output
|
### 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
|
### 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 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.
|
- 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
|
### 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.
|
- 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 drive item permission downloads during long-running backups after the jwt token expires and refreshes.
|
||||||
- Retry item downloads during connection timeouts.
|
- Retry item downloads during connection timeouts.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user