Skip to content

Commit 3b246c0

Browse files
AikoBBAigerim Beishenbekova
andauthored
Release/azure communication common/1.1.0 (Azure#27262)
* release version is changed * release preparation changes Co-authored-by: Aigerim Beishenbekova <[email protected]>
1 parent a7c0763 commit 3b246c0

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.azure</groupId>
7070
<artifactId>azure-communication-common</artifactId>
71-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
71+
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
7272
</dependency>
7373
<dependency>
7474
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ com.azure:azure-aot-graalvm-support;1.0.0-beta.1;1.0.0-beta.1
5656
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.1;1.0.0-beta.1
5757
com.azure:azure-communication-chat;1.1.4;1.1.4
5858
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
59-
com.azure:azure-communication-common;1.0.8;1.1.0-beta.1
59+
com.azure:azure-communication-common;1.0.8;1.1.0
6060
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
6161
com.azure:azure-communication-sms;1.0.8;1.1.0-beta.1
6262
com.azure:azure-communication-identity;1.1.6;1.2.0-beta.1

sdk/communication/azure-communication-common-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.azure</groupId>
3030
<artifactId>azure-communication-common</artifactId>
31-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31+
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.azure</groupId>

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0 (2022-02-23)
44

55
### Features Added
66

@@ -12,12 +12,6 @@
1212
- Added a synchronous token refresher getter `getTokenRefresherSync` for `CommunicationTokenRefreshOptions`
1313
- Optimization added: When the proactive refreshing is enabled and the token refresher fails to provide a token that's not about to expire soon, the subsequent refresh attempts will be scheduled for when the token reaches half of its remaining lifetime until a token with long enough validity (>10 minutes) is obtained.
1414

15-
### Breaking Changes
16-
17-
### Bugs Fixed
18-
19-
### Other Changes
20-
2115
## 1.0.8 (2022-02-09)
2216

2317
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ add the direct dependency to your project as follows.
5151
<dependency>
5252
<groupId>com.azure</groupId>
5353
<artifactId>azure-communication-common</artifactId>
54-
<version>1.0.4</version>
54+
<version>1.1.0</version>
5555
</dependency>
5656
```
5757
[//]: # ({x-version-update-end})

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.azure</groupId>
1414
<artifactId>azure-communication-common</artifactId>
1515
<packaging>jar</packaging>
16-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
16+
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
1717

1818
<name>Microsoft Azure common library for communication service client</name>
1919
<description>

0 commit comments

Comments
 (0)