Skip to content

Commit 5f09352

Browse files
Java Aug release (Azure#30468)
* Java Aug release * NIT * Update eng/versioning/version_client.txt Co-authored-by: vcolin7 <vicolina@microsoft.com> * update rsapi * update header * Fixed CHANGELOG title header. Co-authored-by: vcolin7 <vicolina@microsoft.com>
1 parent 00b3632 commit 5f09352

File tree

5 files changed

+11
-15
lines changed

5 files changed

+11
-15
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-chat</artifactId>
71-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
71+
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-communication-chat;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
@@ -57,7 +57,7 @@ com.azure:azure-aot-graalvm-support;1.0.0-beta.2;1.0.0-beta.3
5757
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.2;1.0.0-beta.3
5858
com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
5959
com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
60-
com.azure:azure-communication-chat;1.2.4;1.3.0-beta.1
60+
com.azure:azure-communication-chat;1.2.4;1.3.0
6161
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
6262
com.azure:azure-communication-common;1.2.0;1.3.0-beta.2
6363
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
## Release History
2-
3-
### 1.3.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
10-
11-
#### Other Changes
1+
# Release History
2+
## 1.3.0 (2022-08-16)
3+
### New features
4+
- Added `String getRawId()` and `static CommunicationIdentifier fromRawId(String rawId)` to `CommunicationIdentifier` to translate between a `CommunicationIdentifier` and its underlying canonical `rawId` representation. Developers can now use the `rawId` as an encoded format for identifiers to store in their databases or as stable keys in general.
5+
### Dependency Updates
6+
- Upgraded `azure-communication-common` to 1.2.0
7+
- Upgraded `azure-core` to 1.31.0
128

139
### 1.2.4 (2022-07-14)
1410
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
5252
<dependency>
5353
<groupId>com.azure</groupId>
5454
<artifactId>azure-communication-chat</artifactId>
55-
<version>1.2.4</version>
55+
<version>1.3.0</version>
5656
</dependency>
5757
```
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-communication-chat</artifactId>
17-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
17+
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
1818

1919
<name>Microsoft Azure client library for chat application</name>
2020
<description>

0 commit comments

Comments
 (0)