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

Releases: alcionai/corso

v0.1.0

13 Jan 06:43
f43c458
Compare
Choose a tag to compare

Added

  • Folder entries in backup details now indicate whether an item in the hierarchy was updated
  • Incremental backup support for exchange is now enabled by default.

Changed

  • The selectors Reduce() process will only include details that match the DiscreteOwner, if one is specified.
  • New selector constructors will automatically set the DiscreteOwner if given a single-item slice.

Fixed

  • Issue where repository connect progress bar was clobbering backup/restore operation output.
  • Issue where a backup create exchange produced a backup for each exchange data type.
  • Specifying multiple users in a onedrive backup (ex: --user a,b,c) now properly delimits the input along the commas.
  • Updated the list of M365 SKUs used to check if a user has a OneDrive license.

Known Issues

  • backup list will not display a resource owner for backups created prior to this release.

v0.0.4

27 Dec 05:53
eacb638
Compare
Choose a tag to compare

Changelog

Read more

v0.0.3

06 Dec 04:30
b1b0d2b
Compare
Choose a tag to compare

[v0.0.3] (alpha)

Added

Changed

v0.0.2

15 Nov 02:14
e17b383
Compare
Choose a tag to compare

Added

Changed

v0.0.1

24 Oct 22:47
be3c0d4
Compare
Choose a tag to compare

v0.0.1 (alpha)

Release date: 2022-10-24

New features

  • Supported M365 Services

    • Exchange - email, events, contacts (RM-8)
    • OneDrive - files (RM-12)
  • Backup workflows

    • Create a full backup (RM-19)
    • Create a backup for a specific service and all or some data types (RM-19)
    • Create a backup for all or a specific user (RM-20)
    • Delete a backup manually (RM-24)
  • Restore workflows

    • List, filter, and view backup content details (RM-23)
    • Restore one or more items or folders from backup (RM-28, RM-29)
    • Non-destructive restore to a new folder/calendar in the same account (RM-30)
  • Backup storage

    • Zero knowledge encrypted backups with user conrolled passphrase (RM-6)
    • Initialize and connect to an S3-compliant backup repository (RM-5)
  • Miscelaneous

    • Optional usage statistics reporting (RM-35)