You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-chat/CHANGELOG.md
+31-20Lines changed: 31 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,47 @@
1
1
# 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
+
2
13
## 1.3.0 (2022-08-16)
3
14
### New features
4
15
- 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
16
### Dependency Updates
6
17
- Upgraded `azure-communication-common` to 1.2.0
7
18
- Upgraded `azure-core` to 1.31.0
8
19
9
-
###1.2.4 (2022-07-14)
20
+
## 1.2.4 (2022-07-14)
10
21
### Other Changes
11
22
#### Dependency Updates
12
23
- Upgraded `azure-communication-common` to 1.1.5
13
24
- Upgraded `azure-core` to 1.30.0
14
25
15
-
###1.2.3 (2022-06-15)
26
+
## 1.2.3 (2022-06-15)
16
27
### Other Changes
17
28
#### Dependency Updates
18
29
- Upgraded `azure-communication-common` to 1.1.4
19
30
- Upgraded `azure-core` to 1.29.1
20
31
21
-
###1.2.2 (2022-05-13)
32
+
## 1.2.2 (2022-05-13)
22
33
### Other Changes
23
34
#### Dependency Updates
24
35
- Upgraded `azure-communication-common` to 1.1.3
25
36
- Upgraded `azure-core` to 1.28.0
26
37
27
-
###1.2.1 (2022-04-12)
38
+
## 1.2.1 (2022-04-12)
28
39
### Other Changes
29
40
#### Dependency Updates
30
41
- Upgraded `azure-communication-common` to 1.1.2
31
42
- Upgraded `azure-communication-identity` to 1.1.8
32
43
33
-
###1.2.0 (2022-03-11)
44
+
## 1.2.0 (2022-03-11)
34
45
#### Features Added
35
46
- Added interfaces from `com.azure.core.client.traits` to `ChatClientBuilder` and `ChatThreadClientBuilder`
36
47
- Added `retryOptions` to `ChatClientBuilder` and `ChatThreadClientBuilder`
@@ -41,15 +52,15 @@
41
52
- Upgraded `azure-communication-common` to 1.1.1
42
53
- Upgraded `azure-communication-identity` to 1.1.7
43
54
44
-
###1.1.4 (2022-02-14)
55
+
## 1.1.4 (2022-02-14)
45
56
46
57
### Other Changes
47
58
48
59
#### Dependency Updates
49
60
50
61
- Upgraded `azure-communication-common` to 1.0.8
51
62
52
-
###1.1.3 (2022-01-19)
63
+
## 1.1.3 (2022-01-19)
53
64
54
65
### Other Changes
55
66
@@ -58,7 +69,7 @@
58
69
- Upgraded `azure-communication-common` to 1.0.7
59
70
- Upgraded `azure-core` to 1.24.1
60
71
61
-
###1.1.2 (2021-11-17)
72
+
## 1.1.2 (2021-11-17)
62
73
63
74
### Other Changes
64
75
@@ -67,7 +78,7 @@
67
78
- Upgraded `azure-communication-common` to 1.0.6
68
79
- Upgraded `azure-core` to 1.22.0
69
80
70
-
###1.1.1 (2021-10-14)
81
+
## 1.1.1 (2021-10-14)
71
82
72
83
### Other Changes
73
84
@@ -77,24 +88,24 @@
77
88
- Upgraded `azure-communication-identity` to 1.1.3
- Added options class `TypingNotificationOptions` for setting `SenderDisplayName` of the notification sender.
93
104
94
-
###1.0.1 (2021-05-27)
105
+
## 1.0.1 (2021-05-27)
95
106
- Dependency versions updated.
96
107
97
-
###1.0.0 (2021-03-29)
108
+
## 1.0.0 (2021-03-29)
98
109
### Breaking Changes
99
110
100
111
- Renamed `ChatThread` to `ChatThreadProperties`
@@ -114,10 +125,10 @@
114
125
115
126
- Added `ChatThreadClientBuilder`
116
127
117
-
###1.0.0-beta.6 (2021-03-09)
128
+
## 1.0.0-beta.6 (2021-03-09)
118
129
Updated `azure-communication-chat` version
119
130
120
-
###1.0.0-beta.5 (2021-03-02)
131
+
## 1.0.0-beta.5 (2021-03-02)
121
132
### Breaking Changes
122
133
123
134
- ChatMessage - `senderId` renamed to `senderCommunicationIdentifier`, changed type to `CommunicationIdentifier`.
@@ -127,7 +138,7 @@ Updated `azure-communication-chat` version
127
138
- ChatMessageContent - `initiator` renamed to `initiatorCommunicationIdentifier`, changed type to `CommunicationIdentifier`.
128
139
129
140
130
-
###1.0.0-beta.4 (2021-02-09)
141
+
## 1.0.0-beta.4 (2021-02-09)
131
142
### Breaking Changes
132
143
133
144
- 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
141
152
- Added new model for errors (`CommunicationError`).
142
153
- Added notifications for 'ChatThread' level changes.
143
154
144
-
###1.0.0-beta.3 (2020-11-16)
155
+
## 1.0.0-beta.3 (2020-11-16)
145
156
Updated `azure-communication-chat` version
146
157
147
-
###1.0.0-beta.2 (2020-10-06)
158
+
## 1.0.0-beta.2 (2020-10-06)
148
159
Updated `azure-communication-chat` version
149
160
150
-
###1.0.0-beta.1 (2020-09-22)
161
+
## 1.0.0-beta.1 (2020-09-22)
151
162
This is the initial release of Azure Communication Services for chat. For more information, please see the [README][read_me] and [documentation][documentation].
152
163
153
164
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).
0 commit comments