Skip to content

Commit

Permalink
Create 2022-11-01.md (#498)
Browse files Browse the repository at this point in the history
* Create 2022-11-01.md

* Added Email release notes

* Update 2022-11-01.md

* Update 2022-11-01.md

* Update README.md

* Update release_note_summary.md

Co-authored-by: anmolbohra97 <90467366+anmolbohra97@users.noreply.github.com>
  • Loading branch information
garchiro7 and anmolbohra97 authored Nov 1, 2022
1 parent 929347c commit 94c9b20
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
21 changes: 21 additions & 0 deletions releasenotes/2022-11-01.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions releasenotes/release_note_summary.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 94c9b20

Please sign in to comment.