Skip to content

Commit

Permalink
Java Aug release (Azure#30468)
Browse files Browse the repository at this point in the history
* Java Aug release

* NIT

* Update eng/versioning/version_client.txt

Co-authored-by: vcolin7 <[email protected]>

* update rsapi

* update header

* Fixed CHANGELOG title header.

Co-authored-by: vcolin7 <[email protected]>
  • Loading branch information
jiminwen-msft and vcolin7 authored Aug 16, 2022
1 parent 00b3632 commit 5f09352
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 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 @@ -68,7 +68,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-communication-chat;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 @@ -57,7 +57,7 @@ com.azure:azure-aot-graalvm-support;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-chat;1.2.4;1.3.0-beta.1
com.azure:azure-communication-chat;1.2.4;1.3.0
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-common;1.2.0;1.3.0-beta.2
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
18 changes: 7 additions & 11 deletions sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
## Release History

### 1.3.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed

#### Other Changes
# Release History
## 1.3.0 (2022-08-16)
### New features
- 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.
### Dependency Updates
- Upgraded `azure-communication-common` to 1.2.0
- Upgraded `azure-core` to 1.31.0

### 1.2.4 (2022-07-14)
### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.2.4</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

<name>Microsoft Azure client library for chat application</name>
<description>
Expand Down

0 comments on commit 5f09352

Please sign in to comment.