Skip to content

Commit a667078

Browse files
authored
Prepare release clientcore:core and annotation-processor (#45548)
1 parent 17ab0f4 commit a667078

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

sdk/clientcore/annotation-processor/CHANGELOG.md

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

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

55
### Features Added
6-
7-
### Breaking Changes
6+
- Add support for Base64 URI response handling (#[45491](https://github.com/Azure/azure-sdk-for-java/pull/45491))
7+
- Use HttpResponseException in annotation-processor (#[45053](https://github.com/Azure/azure-sdk-for-java/pull/45053))
8+
- Use UriBuilder when creating HttpRequest.setUri in annotation-processor (#[45201](https://github.
9+
com/Azure/azure-sdk-for-java/pull/45201))
10+
- Add try-with-resources to the annotation-processor (#[45193](https://github.com/Azure/azure-sdk-for-java/pull/45193))
811

912
### Bugs Fixed
10-
11-
### Other Changes
13+
- Fix the issue with the nextLink when the host is also provided.
14+
- Fix ResponseHandler for return of generic BinaryData types (#[45299](https://github.com/Azure/azure-sdk-for-java/pull/45299))
15+
- Fix Uri for host substitution when the path is / (#[45314](https://github.com/Azure/azure-sdk-for-java/pull/45314))
16+
- Fix body optionality for contentType and request body setting (#[45528](https://github.com/Azure/azure-sdk-for-java/pull/45528))
1217

1318
## 1.0.0-beta.2 (2025-04-03)
1419

sdk/clientcore/core/CHANGELOG.md

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

3-
## 1.0.0-beta.10 (Unreleased)
3+
## 1.0.0-beta.10 (2025-06-02)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added new logging exception checks (#[45433](https://github.com/Azure/azure-sdk-for-java/pull/45433))
7+
- Added support for serializing lists of BinaryData (#[45423](https://github.com/Azure/azure-sdk-for-java/pull/45423))
8+
- Added support for Java 24 (#[45265](https://github.com/Azure/azure-sdk-for-java/pull/45265))
129

1310
## 1.0.0-beta.9 (2025-04-30)
1411

0 commit comments

Comments
 (0)