Skip to content

Commit

Permalink
Update CallingServer SDK Version for beta release. (#24595)
Browse files Browse the repository at this point in the history
  • Loading branch information
zihzhan-msft authored Oct 7, 2021
1 parent 38e54a4 commit d9bfe54
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-callingserver</artifactId>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ com.azure:azure-analytics-synapse-spark;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-communication-chat;1.1.0;1.2.0-beta.1
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-callingserver;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-communication-common;1.0.4;1.1.0-beta.1
com.azure:azure-communication-sms;1.0.4;1.1.0-beta.1
com.azure:azure-communication-identity;1.1.2;1.2.0-beta.1
Expand Down
11 changes: 2 additions & 9 deletions sdk/communication/azure-communication-callingserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed
- Using released version of azure-communication-common.

### Other Changes
#### Dependency updates
- Upgraded `azure-communication-common` to 1.0.4

## 1.0.0-beta.4 (2021-08-04)
### Bug Fixes
- Using released version of azure-communication-common.

## 1.0.0-beta.3 (2021-07-26)
### Features Added
- Added RedirectPolicy as a new HttpPolicy to redirect requests based on the HttpResponse.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package contains a Java SDK for Azure Communication CallingServer Service.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-callingserver</artifactId>
<version>1.0.0-beta.5</version>
<version>1.0.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-communication-callingserver</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->

<name>Microsoft Azure client library for CallingServer service</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-callingserver</artifactId>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit d9bfe54

Please sign in to comment.