Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 17:36
· 320 commits to main since this release
d366362

Added

  • Export support for emails in exchange backups as .eml files.
  • More colorful and informational cli display.

Changed

  • 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.
  • 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.