Skip to content

Commit 7942159

Browse files
authored
November release changelog (Azure#17571)
1 parent 1eaa75d commit 7942159

File tree

7 files changed

+37
-12
lines changed

7 files changed

+37
-12
lines changed

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

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.3 (2020-11-16)
44
### Added
5-
- Support directly passing connection string to the CommunicationIdentityClientBuilder
5+
- Support directly passing connection string to the CommunicationIdentityClientBuilder.
6+
- Added support for sync and async long-running operations
7+
- beginCreateReservation
8+
- beginPurchaseReservation
9+
- beginReleasePhoneNumber
610

7-
### Breaking Change
11+
### Breaking Changes
812
- Removed credential(CommunicationClientCredential credential) and replaced with
9-
accessKey(String accessKey) within CommunicationIdentityClientBuilder
13+
accessKey(String accessKey) within CommunicationIdentityClientBuilder.
14+
- `PhoneNumberSearch` renamed to `PhoneNumberReservation`.
15+
- `SearchStatus` renamed to `ReservationStatus`.
16+
- `CreateSearchOptions` reanamed to `CreateReservationOptions`.
17+
- `CreateSearchResponse` renamed to `CreateReservationResponse`.
18+
19+
#### PhoneNumberReservation
20+
- `searchId` renamed to `reservationId`.
21+
- `getSearchId` renamed to `getReservationId`.
22+
- `setSearchId` renamed to `setReservationId`.
23+
24+
#### Phone Number Clients
25+
- `getSearchId`renamed to `getReservationId`
26+
- `getSearchByIdWithResponse`renamed to `getReservationByIdWithResponse`.
27+
- `createSearchWithResponse`renamed to `createReservationWithResponse`.
28+
- `listAllSearches`renamed to `listAllReservations`.
29+
- `cancelSearch`renamed to `cancelReservation`.
30+
- `cancelSearchWithResponse`renamed to `cancelReservationWithResponse`.
31+
- Replaced`createSearch`with to `beginCreateReservation` which returns a poller for the long-running operation.
32+
- Replaced `purchaseSearch`renamed to `beginPurchaseReservation` which returns a poller for the long-running operation.
33+
- Replaced `releasePhoneNumber`renamed to `beginReleasePhoneNumber` which returns a poller for the long-running operation.
34+
1035

1136
## 1.0.0-beta.2 (2020-10-06)
1237
Added phone number administration. For more information, please see the [README][read_me] and [documentation][documentation].

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

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

3-
## 1.0.0-beta.3 (Unreleased)
4-
3+
## 1.0.0-beta.3 (2020-11-16)
4+
Updated `azure-communication-chat` version
55

66
## 1.0.0-beta.2 (2020-10-06)
77
Updated `azure-communication-chat` version

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure Communication Chat contains the APIs used in chat applications for Azure C
2020
<dependency>
2121
<groupId>com.azure</groupId>
2222
<artifactId>azure-communication-chat</artifactId>
23-
<version>1.0.0-beta.2</version>
23+
<version>1.0.0-beta.3</version>
2424
</dependency>
2525
```
2626

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

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

3-
## 1.0.0-beta.3 (Unreleased)
4-
3+
## 1.0.0-beta.3 (2020-11-16)
4+
Updated `azure-communication-common` version
55

66
## 1.0.0-beta.2 (2020-10-06)
77
Updated `azure-communication-common` version

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It is intended to provide cross cutting concerns, e.g. authentication.
1919
<dependency>
2020
<groupId>com.azure</groupId>
2121
<artifactId>azure-communication-common</artifactId>
22-
<version>1.0.0-beta.2</version>
22+
<version>1.0.0-beta.3</version>
2323
</dependency>
2424
```
2525
[//]: # ({x-version-update-end})

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

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

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.3 (2020-11-16)
44
### Added
55
- Support directly passing connection string to the SmsClientBuilder using connectionString().
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure Communication SMS is used to send simple text messages.
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-communication-sms</artifactId>
24-
<version>1.0.0-beta.2</version>
24+
<version>1.0.0-beta.3</version>
2525
</dependency>
2626
```
2727

0 commit comments

Comments
 (0)