Changelog for next release (#1493)

## Description

Changelog for next release. Sticks to changelog format from
https://keepachangelog.com/en/1.0.0/ which includes contributor name in
changelog entry.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic
words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>

## Test Plan

<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E

Co-authored-by: Vaibhav Kamra <vkamra@alcion.ai>
This commit is contained in:
Abin Simon 2022-11-15 01:17:22 +05:30 committed by GitHub
parent 765fd6222b
commit e17b383167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,32 +7,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
[Unreleased]: https://github.com/https://github.com/alcionai/corso/compare/...HEAD ### Added
## v0.0.1 (alpha) - Added AWS X-Ray support for better observability (#1111) from [ryanfkeepers](https://github.com/ryanfkeepers)
- Allow disabling TLS and TLS verification (#1415) from [vkamra](https://github.com/vkamra)
- Add filtering based on path prefix/contains (#1224) from [ryanfkeepers](https://github.com/ryanfkeepers)
- Add info about doc owner for OneDrive files (#1366) from [meain](https://github.com/meain)
- Add end time for Exchange events from (#1366) [meain](https://github.com/meain)
Release date: 2022-10-24 ### Changed
- Export `RepoAlreadyExists` error for sdk users (#1136)from [ryanfkeepers](https://github.com/ryanfkeepers)
- RudderStack logger now respects corso logger settings (#1324) from [ryanfkeepers](https://github.com/ryanfkeepers)
## [v0.0.1] (alpha) - 2022-10-24
### New features ### New features
* Supported M365 Services - Supported M365 Services
* Exchange - email, events, contacts ([RM-8](https://github.com/alcionai/corso-roadmap/issues/28))
* OneDrive - files ([RM-12](https://github.com/alcionai/corso-roadmap/issues/28))
* Backup workflows - Exchange - email, events, contacts ([RM-8](https://github.com/alcionai/corso-roadmap/issues/28))
* Create a full backup ([RM-19](https://github.com/alcionai/corso-roadmap/issues/19)) - OneDrive - files ([RM-12](https://github.com/alcionai/corso-roadmap/issues/28))
* Create a backup for a specific service and all or some data types ([RM-19](https://github.com/alcionai/corso-roadmap/issues/19))
* Create a backup for all or a specific user ([RM-20](https://github.com/alcionai/corso-roadmap/issues/20))
* Delete a backup manually ([RM-24](https://github.com/alcionai/corso-roadmap/issues/24))
* Restore workflows - Backup workflows
* List, filter, and view backup content details ([RM-23](https://github.com/alcionai/corso-roadmap/issues/23))
* Restore one or more items or folders from backup ([RM-28](https://github.com/alcionai/corso-roadmap/issues/28), [RM-29](https://github.com/alcionai/corso-roadmap/issues/29))
* Non-destructive restore to a new folder/calendar in the same account ([RM-30](https://github.com/alcionai/corso-roadmap/issues/30))
* Backup storage - Create a full backup ([RM-19](https://github.com/alcionai/corso-roadmap/issues/19))
* Zero knowledge encrypted backups with user conrolled passphrase ([RM-6](https://github.com/alcionai/corso-roadmap/issues/6)) - Create a backup for a specific service and all or some data types ([RM-19](https://github.com/alcionai/corso-roadmap/issues/19))
* Initialize and connect to an S3-compliant backup repository ([RM-5](https://github.com/alcionai/corso-roadmap/issues/5)) - Create a backup for all or a specific user ([RM-20](https://github.com/alcionai/corso-roadmap/issues/20))
- Delete a backup manually ([RM-24](https://github.com/alcionai/corso-roadmap/issues/24))
* Miscelaneous - Restore workflows
* Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35))
- List, filter, and view backup content details ([RM-23](https://github.com/alcionai/corso-roadmap/issues/23))
- Restore one or more items or folders from backup ([RM-28](https://github.com/alcionai/corso-roadmap/issues/28), [RM-29](https://github.com/alcionai/corso-roadmap/issues/29))
- Non-destructive restore to a new folder/calendar in the same account ([RM-30](https://github.com/alcionai/corso-roadmap/issues/30))
- Backup storage
- Zero knowledge encrypted backups with user conrolled passphrase ([RM-6](https://github.com/alcionai/corso-roadmap/issues/6))
- Initialize and connect to an S3-compliant backup repository ([RM-5](https://github.com/alcionai/corso-roadmap/issues/5))
- Miscellaneous
- Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35))
[Unreleased]: https://github.com/alcionai/corso/compare/v0.0.1...HEAD
[v0.0.1]: https://github.com/alcionai/corso/tag/v0.0.1