Skip to content

Commit

Permalink
build version update
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vdharmaraj committed Nov 23, 2024
1 parent 1822d27 commit 524a83f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
24 changes: 23 additions & 1 deletion sdk/communication/communication-call-automation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
# Release History

## 1.3.0-beta.3 (Unreleased)
## 1.4.0-beta.1 (2024-11-22)

### Features Added

- Added support for ConnectAPI to enable streaming and real-time transcription
- Enhanced media streaming with bidirectional capabilities, enabling support for audio formats in both directions. Currently, it supports sample rates of 24kHz and 16kHz

### Other Changes

- Introduced audio streaming and transcription data parsing capabilities.

## 1.3.0 (2024-11-22)

### Features Added

- Support multiple play sources for Play and Recognize
- Support for PlayStarted event in Play/Recognize
- Hold and Unhold the participant
- CallDisconnected now includes more information on why the call has ended
- Support to manage the rooms/servercall/group call using connect API
- Expose original PSTN number target from incoming call event in call connection properties
- Support for VoIP to PSTN transfer scenario

### Other Changes

- Added CreateCallFailed event to signify when create call API fails to establish a call
- Added AnswerFailed event to signify when answer call API fails to answer a call

## 1.3.0-beta.2 (2024-08-12)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-call-automation",
"version": "1.3.0-beta.3",
"version": "1.4.0-beta.1",
"description": "Azure client library for Azure Communication Call Automation services",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

export const SDK_VERSION: string = "1.3.0-beta.3";
export const SDK_VERSION: string = "1.4.0-beta.1";
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output-folder: ../src/generated
tag: package-2024-11-15-preview
require:
- https://github.com/Azure/azure-rest-api-specs/blob/5c9d5f957d76d9fea9c513f494660c6c5d3e809a/specification/communication/data-plane/CallAutomation/readme.md
package-version: 1.3.0-beta.3
package-version: 1.4.0-beta.1
model-date-time-as-string: false
optional-response-headers: true
typescript: true
Expand Down

0 comments on commit 524a83f

Please sign in to comment.