You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/clientcore/annotation-processor/CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.2 (2025-04-03)
4
4
5
5
### 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.
8
8
9
9
### 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.
0 commit comments