Skip to content

Commit 4fbbe2c

Browse files
authored
Release core and annotation-processor beta (Azure#44867)
1 parent cdabe1d commit 4fbbe2c

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

sdk/clientcore/annotation-processor/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.2 (Unreleased)
3+
## 1.0.0-beta.2 (2025-04-03)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Added encoding support for query parameters and path parameters.
7+
- Added support for `multipleQueryParam` in the `QueryParam` annotation.
88

99
### Bugs Fixed
10-
11-
### Other Changes
10+
- Fixed non-null path parameter values being appended in URLs.
11+
- Fixed setting appropriate content type and request body based on header parameter/body parameter if provided, and body setting according to its type.
1212

1313
## 1.0.0-beta.1 (2025-03-12)
1414

sdk/clientcore/core/CHANGELOG.md

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

3-
## 1.0.0-beta.8 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-beta.8 (2025-04-03)
64

75
### Breaking Changes
6+
- Redesign RequestOptions - merge with context [#44535](https://github.com/Azure/azure-sdk-for-java/pull/44535)
7+
- API updates to refactor [#44655](https://github.com/Azure/azure-sdk-for-java/pull/44655)
8+
- Remove ResponseBodyMode [#44635](https://github.com/Azure/azure-sdk-for-java/pull/44635)
9+
- Remove RestProxy code [#44660](https://github.com/Azure/azure-sdk-for-java/pull/44660)
810

911
### Bugs Fixed
10-
11-
### Other Changes
12+
- Fix vNext Bearer Token Policy [#44803](https://github.com/Azure/azure-sdk-for-java/pull/44803/)
1213

1314
## 1.0.0-beta.7 (2025-03-12)
1415

0 commit comments

Comments
 (0)