Skip to content

Commit 7bfd4f1

Browse files
azure-sdkvcolin7
andauthored
Increment package versions for communication releases (Azure#30490)
Co-authored-by: vcolin7 <vicolina@microsoft.com>
1 parent 6266942 commit 7bfd4f1

File tree

4 files changed

+34
-23
lines changed

4 files changed

+34
-23
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</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
71+
<version>1.4.0-beta.1</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
60+
com.azure:azure-communication-chat;1.3.0;1.4.0-beta.1
6161
com.azure:azure-communication-callingserver;1.0.0-alpha.20220805.1;1.0.0-alpha.20220805.1
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: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,47 @@
11
# Release History
2+
3+
## 1.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
213
## 1.3.0 (2022-08-16)
314
### New features
415
- 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.
516
### Dependency Updates
617
- Upgraded `azure-communication-common` to 1.2.0
718
- Upgraded `azure-core` to 1.31.0
819

9-
### 1.2.4 (2022-07-14)
20+
## 1.2.4 (2022-07-14)
1021
### Other Changes
1122
#### Dependency Updates
1223
- Upgraded `azure-communication-common` to 1.1.5
1324
- Upgraded `azure-core` to 1.30.0
1425

15-
### 1.2.3 (2022-06-15)
26+
## 1.2.3 (2022-06-15)
1627
### Other Changes
1728
#### Dependency Updates
1829
- Upgraded `azure-communication-common` to 1.1.4
1930
- Upgraded `azure-core` to 1.29.1
2031

21-
### 1.2.2 (2022-05-13)
32+
## 1.2.2 (2022-05-13)
2233
### Other Changes
2334
#### Dependency Updates
2435
- Upgraded `azure-communication-common` to 1.1.3
2536
- Upgraded `azure-core` to 1.28.0
2637

27-
### 1.2.1 (2022-04-12)
38+
## 1.2.1 (2022-04-12)
2839
### Other Changes
2940
#### Dependency Updates
3041
- Upgraded `azure-communication-common` to 1.1.2
3142
- Upgraded `azure-communication-identity` to 1.1.8
3243

33-
### 1.2.0 (2022-03-11)
44+
## 1.2.0 (2022-03-11)
3445
#### Features Added
3546
- Added interfaces from `com.azure.core.client.traits` to `ChatClientBuilder` and `ChatThreadClientBuilder`
3647
- Added `retryOptions` to `ChatClientBuilder` and `ChatThreadClientBuilder`
@@ -41,15 +52,15 @@
4152
- Upgraded `azure-communication-common` to 1.1.1
4253
- Upgraded `azure-communication-identity` to 1.1.7
4354

44-
### 1.1.4 (2022-02-14)
55+
## 1.1.4 (2022-02-14)
4556

4657
### Other Changes
4758

4859
#### Dependency Updates
4960

5061
- Upgraded `azure-communication-common` to 1.0.8
5162

52-
### 1.1.3 (2022-01-19)
63+
## 1.1.3 (2022-01-19)
5364

5465
### Other Changes
5566

@@ -58,7 +69,7 @@
5869
- Upgraded `azure-communication-common` to 1.0.7
5970
- Upgraded `azure-core` to 1.24.1
6071

61-
### 1.1.2 (2021-11-17)
72+
## 1.1.2 (2021-11-17)
6273

6374
### Other Changes
6475

@@ -67,7 +78,7 @@
6778
- Upgraded `azure-communication-common` to 1.0.6
6879
- Upgraded `azure-core` to 1.22.0
6980

70-
### 1.1.1 (2021-10-14)
81+
## 1.1.1 (2021-10-14)
7182

7283
### Other Changes
7384

@@ -77,24 +88,24 @@
7788
- Upgraded `azure-communication-identity` to 1.1.3
7889
- Upgraded `azure-core` to 1.21.0
7990

80-
### 1.1.0 (2021-09-15)
91+
## 1.1.0 (2021-09-15)
8192
- Added javadoc code samples
8293
- Removed redundant overload `ChatThreadAsyncClient.sendTypingNotification(TypingNotificationOptions options)`
8394
- Upgraded `azure-communication-common` to 1.0.4
8495

85-
### 1.1.0-beta.2 (2021-08-10)
96+
## 1.1.0-beta.2 (2021-08-10)
8697
- Fix version of dependency on azure-communication-common
8798

88-
### 1.1.0-beta.1 (2021-08-10)
99+
## 1.1.0-beta.1 (2021-08-10)
89100
- Added method `ChatThreadAsyncClient.listParticipants(ListParticipantsOptions listParticipantsOptions)`
90101
- Added method `ChatThreadAsyncClient.listReadReceipts(ListReadReceiptOptions listReadReceiptOptions)`
91102
- Added support for metadata in messages.
92103
- Added options class `TypingNotificationOptions` for setting `SenderDisplayName` of the notification sender.
93104

94-
### 1.0.1 (2021-05-27)
105+
## 1.0.1 (2021-05-27)
95106
- Dependency versions updated.
96107

97-
### 1.0.0 (2021-03-29)
108+
## 1.0.0 (2021-03-29)
98109
### Breaking Changes
99110

100111
- Renamed `ChatThread` to `ChatThreadProperties`
@@ -114,10 +125,10 @@
114125

115126
- Added `ChatThreadClientBuilder`
116127

117-
### 1.0.0-beta.6 (2021-03-09)
128+
## 1.0.0-beta.6 (2021-03-09)
118129
Updated `azure-communication-chat` version
119130

120-
### 1.0.0-beta.5 (2021-03-02)
131+
## 1.0.0-beta.5 (2021-03-02)
121132
### Breaking Changes
122133

123134
- ChatMessage - `senderId` renamed to `senderCommunicationIdentifier`, changed type to `CommunicationIdentifier`.
@@ -127,7 +138,7 @@ Updated `azure-communication-chat` version
127138
- ChatMessageContent - `initiator` renamed to `initiatorCommunicationIdentifier`, changed type to `CommunicationIdentifier`.
128139

129140

130-
### 1.0.0-beta.4 (2021-02-09)
141+
## 1.0.0-beta.4 (2021-02-09)
131142
### Breaking Changes
132143

133144
- Updated to azure-communication-common version 1.0.0-beta.4. Now uses `CommunicationUserIdentifier` and `CommunicationIdentifier` in place of `CommunicationUser`, and `CommunicationTokenCredential` instead of `CommunicationUserCredential`.
@@ -141,13 +152,13 @@ Updated `azure-communication-chat` version
141152
- Added new model for errors (`CommunicationError`).
142153
- Added notifications for 'ChatThread' level changes.
143154

144-
### 1.0.0-beta.3 (2020-11-16)
155+
## 1.0.0-beta.3 (2020-11-16)
145156
Updated `azure-communication-chat` version
146157

147-
### 1.0.0-beta.2 (2020-10-06)
158+
## 1.0.0-beta.2 (2020-10-06)
148159
Updated `azure-communication-chat` version
149160

150-
### 1.0.0-beta.1 (2020-09-22)
161+
## 1.0.0-beta.1 (2020-09-22)
151162
This is the initial release of Azure Communication Services for chat. For more information, please see the [README][read_me] and [documentation][documentation].
152163

153164
This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for Java GitHub repo](https://github.com/Azure/azure-sdk-for-java/issues).

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</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
17+
<version>1.4.0-beta.1</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)