Skip to content

Commit b1b754d

Browse files
authored
Increment package versions for communication/azure-communication-callautomation releases (#45603)
1 parent d1a04d5 commit b1b754d

File tree

3 files changed

+22
-26
lines changed

3 files changed

+22
-26
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ com.azure:azure-analytics-synapse-spark;1.0.0-beta.5;1.0.0-beta.6
6767
com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
6868
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.4;1.0.0-beta.5
6969
com.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
7171
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
7272
com.azure:azure-communication-chat;1.5.9;1.6.0-beta.1
7373
com.azure:azure-communication-common;1.3.11;1.4.0-beta.1

sdk/communication/azure-communication-callautomation/CHANGELOG.md

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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
@@ -32,6 +42,16 @@
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
@@ -43,16 +63,6 @@
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
@@ -76,20 +86,6 @@
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

sdk/communication/azure-communication-callautomation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)