diff --git a/README.md b/README.md index 206f3fd0..cd4fe73c 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,13 @@ Publishing locations for individual SDK packages are detailed below. ## Release Notes Release notes are available directly in the publishing location (e.g. nuget) for SDKs. However every two weeks we aggregate release notes including services changes (e.g. new Azure Portal pages) in [this repo](https://github.com/Azure/Communication/tree/master/releasenotes/release_note_summary.md). + +- [10/18/2022 - 11/01/2022](releasenotes/2022-11-01.md) - **The Email** added new events that can be triggered through the ***Azure Event Grid***: `EmailDeliveryReportReceived` & `EmailEngagementTrackingReportReceived`. - [10/05/2022 - 10/17/2022](releasenotes/2022-10-17.md) - **The Chat** team released a new ***JS*** beta package, which improves real-time notification of messages when the network is offline, interrupted, or unstable. **Common** team, released a new ***Java*** release, to upgrade dependencies and solve bugs related to the `PhoneNumberIdentifier`.The **Identity** team released GA packages for the main languages (***.NET, Java, JS, & Python***), which added support to customize the Communication Identity access token’s validity period. - [09/19/2022 - 10/05/2022](releasenotes/2022-09-19.md) - **The Email** team released ***Java & Python*** beta versions of the SDKs, allowing the users to send emails to multiple recipients with attachments. **The Chat** team released a new ***iOS*** version with Push Notification capabilities. **UI Library** released a new beta version for the mobile platforms (iOS & Android). - [08/23/2022 - 09/05/2022](releasenotes/2022-09-05.md) - **The UI Library** released ***Cross Platform samples*** to show how to integrate **Xamarin and React Native** with the UI Library to use the calling composite capabilities. The Calling hero sample now uses the UI Library for the mobile platform to showcase the best practices and UI experience using Azure Communication Services. **The Identity team** exposes `rawId`; the developers can now use the `rawId` as an encoded format for identifiers to store in their databases or as stable keys in general; this feature is available in **.NET & Python** libraries. - [07/25/2022 - 08/22/2022](releasenotes/2022-08-22.md) - **The Chat SDK for iOS** brings ***Push Notifications (preview release)*** capability on iOS devices. **The Email team** released the initial preview for Java and Python SDK's. Azure Communication Services are excited to introduce the concept of **Rooms** for developers building structured conversations such as virtual appointments or virtual events; this is a public preview release and is available for ***.Net, Java, JS & Python*** languages. **Identity** release the new Feature adding support to integrate communication as **Teams** user with Azure Communication Services. -- [06/28/2022 - 07/11/2022](releasenotes/2022-07-11.md) - **The Calling team** releases a ***new JS beta package*** with audio media access to enable developers to access the incoming call audio stream and send custom outgoing audio stream during the call. **Phone numbers team** release a ***new JS beta package*** major changes on the API objects. -- [06/14/2022 - 06/27/2022](releasenotes/2022-06-27.md) - **ACS Mobile UI Library GA** Azure Communication Services proudly announce the General Availability of the Mobile UI Library for iOS & Android. The UI Library introduces the calling composite, that can be used to build visual communication experiences out of the box. The composite is a turn-key experience for common communication scenarios that have been built using base components as building blocks and packaged to be easily integrated into native mobile applications. + In many cases we maintain a perpetual changelog at a library level which is linked below. diff --git a/releasenotes/2022-11-01.md b/releasenotes/2022-11-01.md new file mode 100644 index 00000000..06995b6d --- /dev/null +++ b/releasenotes/2022-11-01.md @@ -0,0 +1,21 @@ +# Release notes for October 18th to November 1st + +## Table of contents + +* [Common](#common) +* [Email](#email) + +## Common +### .NET +#### [1.2.1 (2022-11-01)](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Common/CHANGELOG.md#121-2022-11-01) +##### Bug Fixed +Fixed the logic of `PhoneNumberIdentifier` to always maintain the original phone number string whether it included the leading + sign or not. + +## Email +### Azure Event Grid +##### Features: +- New Email Events: +- `EmailDeliveryReportReceived` + - Published when a delivery report is received for an Email sent by the Communication Service. +- `EmailEngagementTrackingReportReceived` + - Published when the Email sent is either opened or the link, if applicable is clicked. diff --git a/releasenotes/release_note_summary.md b/releasenotes/release_note_summary.md index fe82de02..f3924e55 100644 --- a/releasenotes/release_note_summary.md +++ b/releasenotes/release_note_summary.md @@ -1,5 +1,6 @@ # Release Note History +- [10/18/2022 - 11/01/2022](2022-11-01.md) - **The Email** added new events that can be triggered through the ***Azure Event Grid***: `EmailDeliveryReportReceived` & `EmailEngagementTrackingReportReceived`. - [10/05/2022 - 10/17/2022](2022-10-17.md) - **The Chat** team released a new ***JS*** beta package, which improves real-time notification of messages when the network is offline, interrupted, or unstable. **Common** team, released a new ***Java*** release, to upgrade dependencies and solve bugs related to the `PhoneNumberIdentifier`.The **Identity** team released GA packages for the main languages (***.NET, Java, JS, & Python***), which added support to customize the Communication Identity access token’s validity period. - [09/19/2022 - 10/05/2022](2022-09-19.md) - **The Email** team released ***Java & Python*** beta versions of the SDKs, allowing the users to send emails to multiple recipients with attachments. **The Chat** team released a new ***iOS*** version with Push Notification capabilities. **UI Library** released a new beta version for the mobile platforms (iOS & Android). - [08/23/2022 - 09/05/2022](2022-09-05.md) - **The UI Library** released ***Cross Platform samples*** to show how to integrate **Xamarin and React Native** with the UI Library to use the calling composite capabilities. The Calling hero sample now uses the UI Library for the mobile platform to showcase the best practices and UI experience using Azure Communication Services. **The Identity team** exposes `rawId`; the developers can now use the `rawId` as an encoded format for identifiers to store in their databases or as stable keys in general; this feature is available in **.NET & Python** libraries.