Skip to content

Commit 9ec2a9f

Browse files
authored
Prepare core release beta 4 (Azure#44194)
1 parent 9f4f7d9 commit 9ec2a9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk/clientcore/core/CHANGELOG.md

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

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.4 (2025-02-13)
44

55
### Features Added
6+
- Introduced Union Type [#43778](https://github.com/Azure/azure-sdk-for-java/pull/43778)
7+
- Added support for convenience APIs for generic instrumentation plumbing when no special conventions defined [#44006](https://github.com/Azure/azure-sdk-for-java/pull/44006)
8+
- Added metrics support and reporting http request duration in instrumentation policy [#43957](https://github.com/Azure/azure-sdk-for-java/pull/43957)
69

710
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
11+
- Streamline APIs used when creating an HttpPipeline using HttpPipelineBuilder to help guide users through creating a high quality HttpPipeline. [#43504](https://github.com/Azure/azure-sdk-for-java/pull/43504)
1212

1313
## 1.0.0-beta.3 (2025-01-27)
1414

sdk/clientcore/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ add the direct dependency to your project as follows.
2525
<dependency>
2626
<groupId>io.clientcore</groupId>
2727
<artifactId>core</artifactId>
28-
<version>1.0.0-beta.3</version>
28+
<version>1.0.0-beta.4</version>
2929
</dependency>
3030
```
3131
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)