Skip to content

Commit d9bfe54

Browse files
authored
Update CallingServer SDK Version for beta release. (Azure#24595)
1 parent 38e54a4 commit d9bfe54

File tree

6 files changed

+7
-14
lines changed

6 files changed

+7
-14
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.azure</groupId>
9191
<artifactId>azure-communication-callingserver</artifactId>
92-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
92+
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
9393
</dependency>
9494
<dependency>
9595
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ com.azure:azure-analytics-synapse-spark;1.0.0-beta.4;1.0.0-beta.5
5252
com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
5353
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4
5454
com.azure:azure-communication-chat;1.1.0;1.2.0-beta.1
55-
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
55+
com.azure:azure-communication-callingserver;1.0.0-beta.3;1.0.0-beta.4
5656
com.azure:azure-communication-common;1.0.4;1.1.0-beta.1
5757
com.azure:azure-communication-sms;1.0.4;1.1.0-beta.1
5858
com.azure:azure-communication-identity;1.1.2;1.2.0-beta.1

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
# Release History
22

3-
## 1.0.0-beta.5 (Unreleased)
3+
## 1.0.0-beta.4 (2021-10-06)
44
### Features Added
55
- Add support for TokenCredential authentication with CallingServerClientBuilder.
66
- Added support for custom options(Recordingcontenttype, Recordingchanneltype, Recordingformattype) for Mixed Audio feature
77

8-
### Features Added
9-
10-
### Breaking Changes
11-
128
### Bugs Fixed
9+
- Using released version of azure-communication-common.
1310

1411
### Other Changes
1512
#### Dependency updates
1613
- Upgraded `azure-communication-common` to 1.0.4
1714

18-
## 1.0.0-beta.4 (2021-08-04)
19-
### Bug Fixes
20-
- Using released version of azure-communication-common.
21-
2215
## 1.0.0-beta.3 (2021-07-26)
2316
### Features Added
2417
- Added RedirectPolicy as a new HttpPolicy to redirect requests based on the HttpResponse.

sdk/communication/azure-communication-callingserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This package contains a Java SDK for Azure Communication CallingServer Service.
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-communication-callingserver</artifactId>
24-
<version>1.0.0-beta.5</version>
24+
<version>1.0.0-beta.4</version>
2525
</dependency>
2626
```
2727
[//]: # ({x-version-update-end})

sdk/communication/azure-communication-callingserver/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-callingserver</artifactId>
1717
<packaging>jar</packaging>
18-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
18+
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
1919

2020
<name>Microsoft Azure client library for CallingServer service</name>
2121
<description>

sdk/communication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.azure</groupId>
2828
<artifactId>azure-communication-callingserver</artifactId>
29-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
29+
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
3030
</dependency>
3131
<dependency>
3232
<groupId>com.azure</groupId>

0 commit comments

Comments
 (0)