Skip to content

Commit 000bfb6

Browse files
authored
[core] prepare for June 2026 release (#38788)
- update release date in CHANGELOG - add PR links
1 parent d0c547f commit 000bfb6

3 files changed

Lines changed: 5 additions & 21 deletions

File tree

sdk/core/core-client-rest/CHANGELOG.md

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

3-
## 2.6.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 2.6.1 (2026-06-04)
84

95
### Bugs Fixed
106

117
- Fix `operationOptionsToRequestParameters` to correctly preserve `tracingOptions` in the returned `RequestParameters`. [PR #38285](https://github.com/Azure/azure-sdk-for-js/pull/38285)
128

13-
### Other Changes
14-
159
## 2.6.0 (2026-04-07)
1610

1711
### Features Added

sdk/core/core-client/CHANGELOG.md

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

3-
## 1.10.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.10.2 (2026-06-04)
84

95
### Bugs Fixed
106

117
- Fixes to additional property serialization. [PR #38006](https://github.com/Azure/azure-sdk-for-js/pull/38006/)
128

13-
### Other Changes
14-
159
## 1.10.1 (2025-09-11)
1610

1711
### Other Changes

sdk/core/ts-http-runtime/CHANGELOG.md

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

3-
## 0.3.6 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 0.3.6 (2026-06-04)
84

95
### Bugs Fixed
106

11-
- Fix an issue in `NodeHttpClient` where we incorrectly send the whole backing buffer when request body is an `ArrayBufferView`.
12-
- `createHttpHeaders` now strips CR (`\r`) and LF (`\n`) characters from header values to prevent obs-fold (line folding) sequences, as required by RFC 7230 §3.2.4.
7+
- Fix an issue in `NodeHttpClient` where we incorrectly send the whole backing buffer when request body is an `ArrayBufferView`. [PR #38718](https://github.com/Azure/azure-sdk-for-js/pull/38718)
8+
- `createHttpHeaders` now strips CR (`\r`) and LF (`\n`) characters from header values to prevent obs-fold (line folding) sequences, as required by RFC 7230 §3.2.4. [PR #38744](https://github.com/Azure/azure-sdk-for-js/pull/38744)
139

1410
### Other Changes
1511

0 commit comments

Comments
 (0)