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

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 04:01
· 624 commits to main since this release
6355cb7

Added

  • Groups and Teams service support available as a feature preview! Channel messages and Files are now available for backup and restore in the CLI: corso backup create groups --group '*'
    • The cli commands for "groups" and "teams" can be used interchangably, and will operate on the same backup data.
    • New permissions are required to backup Channel messages. See the Corso Documentation for complete details.
      Even though Channel message restoration is not available, message write permissions are included to cover future integration.
    • This is a feature preview, and may be subject to breaking changes based on feedback and testing.

Changed

  • Switched to Go 1.21
  • SharePoint exported libraries are now exported with a Libraries prefix.

Fixed

  • Contacts backups no longer slices root-folder data if outlook is set to languages other than english.
  • Failed backups if the --disable-incrementals flag was passed when there was a valid merge base under some conditions.