From be3c0d40f89be1b0b457ed5b4f7a952f9faca1b5 Mon Sep 17 00:00:00 2001 From: Georgi Matev Date: Mon, 24 Oct 2022 13:59:35 -0700 Subject: [PATCH] Change log summary for first release (#1311) ## Description Initial release feature level changelog summary ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac58d9db..d98d61404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -8,3 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/https://github.com/alcionai/corso/compare/...HEAD +## v0.0.1 (alpha) + +Release date: 2022-10-24 + +### New features + +* Supported M365 Services + * Exchange - email, events, contacts + * OneDrive - files + +* Backup workflows + * Create a full backup + * Create a backup for a specific service and all or some data types + * Create a backup for all or a specific user + * Delete a backup manually + +* Restore workflows + * List, filter, and view backup content details + * Restore one or more items or folders from backup + * Non-destructive restore to a new folder/calendar in the same account + +* Backup storage + * Zero knowledge encrypted backups with user controlled passphrase + * Initialize and connect to an S3-compliant backup repository + +* Miscellaneous + * Optional usage statistics reporting