Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 2714bf7

Browse files
authored
Updated Azure Core versions to 1.0.0-beta.5 in preparation for release. Updated CHANGELOGs and READMEs. (#705)
1 parent 25437a0 commit 2714bf7

19 files changed

Lines changed: 51 additions & 32 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Renamed `CommunicationErrorResponseException` to `ChatErrorResponseException`.
1818
- Renamed `repeatabilityRequestId` renamed to `idempotencyToken` in `CreateChatThreadOptions`.
1919
- Renamed `chatThread` to `chatThreadProperties` in `CreateChatThreadResult`.
20+
- Removed the `azure-communication-chat.properties` file.
2021

2122
### New Features
2223
- Added ChatThreadClientBuilder

sdk/core/azure-core-credential/CHANGELOG.md

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

3-
## 1.0.0-beta.5 (Unreleased)
3+
## 1.0.0-beta.5 (2021-03-26)
44

5+
### Breaking Changes
6+
7+
- Removed the `azure-core.properties` file.
58

69
## 1.0.0-beta.4 (2021-03-18)
710

sdk/core/azure-core-credential/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Azure Core Credentials provides shared primitives, abstractions, and helpers aut
1515
[//]: # ({x-version-update-start;com.azure:azure-core-credential;current})
1616
```xml
1717
<dependency>
18-
<groupId>com.azure</groupId>
19-
<artifactId>azure-core-credential</artifactId>
20-
<version>1.0.0-beta.4</version>
18+
<groupId>com.azure</groupId>
19+
<artifactId>azure-core-credential</artifactId>
20+
<version>1.0.0-beta.5</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http-httpurlconnection/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.5 (Unreleased)
3+
## 1.0.0-beta.5 (2021-03-26)
44

55

66
## 1.0.0-beta.4 (2021-03-18)

sdk/core/azure-core-http-httpurlconnection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core HttpUrlConnection HTTP client is a plugin for the `azure-core` HTTP c
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-http-httpurlconnection</artifactId>
20-
<version>1.0.0-beta.4</version>
20+
<version>1.0.0-beta.5</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http-okhttp/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.5 (Unreleased)
3+
## 1.0.0-beta.5 (2021-03-26)
44

55

66
## 1.0.0-beta.4 (2021-03-18)

sdk/core/azure-core-http-okhttp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
1717
<dependency>
1818
<groupId>com.azure</groupId>
1919
<artifactId>azure-core-http-okhttp</artifactId>
20-
<version>1.0.0-beta.4</version>
20+
<version>1.0.0-beta.5</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-http/CHANGELOG.md

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

3-
## 1.0.0-beta.5 (Unreleased)
3+
## 1.0.0-beta.5 (2021-03-26)
44

5+
### Breaking Changes
6+
7+
- Removed the `azure-core.properties` file.
58

69
## 1.0.0-beta.4 (2021-03-18)
710

sdk/core/azure-core-http/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Azure Core HTTP provides shared primitives, abstractions, and helpers for concre
1515
[//]: # ({x-version-update-start;com.azure:azure-core-http;current})
1616
```xml
1717
<dependency>
18-
<groupId>com.azure</groupId>
19-
<artifactId>azure-core-http</artifactId>
20-
<version>1.0.0-beta.4</version>
18+
<groupId>com.azure</groupId>
19+
<artifactId>azure-core-http</artifactId>
20+
<version>1.0.0-beta.5</version>
2121
</dependency>
2222
```
2323
[//]: # ({x-version-update-end})

sdk/core/azure-core-jackson/CHANGELOG.md

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

3-
## 1.0.0-beta.5 (Unreleased)
3+
## 1.0.0-beta.5 (2021-03-26)
44

5+
### Breaking Changes
6+
7+
- Removed the `azure-core.properties` file.
58

69
## 1.0.0-beta.4 (2021-03-18)
710

0 commit comments

Comments
 (0)