File tree Expand file tree Collapse file tree 3 files changed +22
-26
lines changed
sdk/communication/azure-communication-callautomation Expand file tree Collapse file tree 3 files changed +22
-26
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6
6767com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
6868com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.4;1.0.0-beta.5
6969com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
70- com.azure:azure-communication-callautomation;1.3.3 ;1.4.0
70+ com.azure:azure-communication-callautomation;1.4.0 ;1.5.0-beta.1
7171com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
7272com.azure:azure-communication-chat;1.5.9;1.6.0-beta.1
7373com.azure:azure-communication-common;1.3.11;1.4.0-beta.1
Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.5.0-beta.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 1.4.0 (2025-06-05)
414
515### Features Added
3242- Upgraded ` azure-core-http-netty ` from ` 1.15.7 ` to version ` 1.15.10 ` .
3343- Upgraded ` azure-core ` from ` 1.54.1 ` to version ` 1.55.2 ` .
3444
45+ ## 1.3.1 (2024-12-04)
46+
47+ ### Other Changes
48+
49+ #### Dependency Updates
50+
51+ - Upgraded ` azure-core ` from ` 1.53.0 ` to version ` 1.54.1 ` .
52+ - Upgraded ` azure-core-http-netty ` from ` 1.15.5 ` to version ` 1.15.7 ` .
53+ - Upgraded ` azure-communication-common ` from ` 1.3.7 ` to version ` 1.3.8 ` .
54+
3555## 1.4.0-beta.1 (2024-11-22)
3656
3757### Features Added
4363
4464- Introduced audio streaming and transcription data parsing capabilities.
4565
46- ## 1.3.1 (2024-12-04)
47-
48- ### Other Changes
49-
50- #### Dependency Updates
51-
52- - Upgraded ` azure-core ` from ` 1.53.0 ` to version ` 1.54.1 ` .
53- - Upgraded ` azure-core-http-netty ` from ` 1.15.5 ` to version ` 1.15.7 ` .
54- - Upgraded ` azure-communication-common ` from ` 1.3.7 ` to version ` 1.3.8 ` .
55-
5666## 1.3.0 (2024-11-22)
5767
5868### Features Added
7686
7787- Added CreateCallFailed event to signify when create call API fails to establish a call
7888
79- ## 1.3.0-beta.1 (2024-08-02)
80-
81- ### Features Added
82-
83- - Support multiple play sources for Play and Recognize
84- - Support for PlayStarted event in Play/Recognize
85- - Support for the real time transcription
86- - Monetization for real-time transcription and audio streaming
87- - Hold and Unhold the participant
88- - Support to manage the rooms/servercall/group call using connect API
89- - Support for the audio streaming
90- - Expose original PSTN number target from incoming call event in call connection properties
91- - Support for VoIP to PSTN transfer scenario
92-
9389## 1.2.6 (2024-10-25)
9490
9591### Other Changes
Original file line number Diff line number Diff line change 1515 <groupId >com.azure</groupId >
1616 <artifactId >azure-communication-callautomation</artifactId >
1717 <packaging >jar</packaging >
18- <version >1.4.0 </version > <!-- {x-version-update;com.azure:azure-communication-callautomation;current} -->
18+ <version >1.5.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-communication-callautomation;current} -->
1919
2020 <name >Microsoft Azure client library for Call Automation service</name >
2121 <description >
You can’t perform that action at this time.
0 commit comments