Skip to content

Commit e654a36

Browse files
authored
Update changelogs.
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 2493ed8 commit e654a36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/changes/@microsoft/rush/copilot-stream-cache-entry-for-http-plugin_2026-04-05-03-56.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"changes": [
33
{
4-
"comment": "Add optional streaming APIs to ICloudBuildCacheProvider and FileSystemBuildCacheProvider, allowing cache plugins to stream entries to and from the cloud cache without buffering entire contents in memory. Implement streaming in rush-http-build-cache-plugin.",
4+
"comment": "Add optional streaming APIs to `ICloudBuildCacheProvider` and `FileSystemBuildCacheProvider`, allowing cache plugins to stream entries to and from the cloud cache without buffering entire contents in memory. Implement streaming in `@rushstack/rush-http-build-cache-plugin`, `@rushstack/rush-amazon-s3-build-cache-plugin`, and `@rushstack/rush-azure-storage-build-cache-plugin`.",
55
"type": "none",
66
"packageName": "@microsoft/rush"
77
}

common/changes/@rushstack/node-core-library/copilot-stream-cache-entry-for-http-plugin_2026-04-05-04-27.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"changes": [
33
{
4-
"comment": "Add createReadStream() and createWriteStream() APIs, along with FileSystemReadStream and FileSystemWriteStream type aliases",
4+
"comment": "Add `FileSystem.createReadStream`, `FileSystem`createWriteStream`, and ``FileSystem`createWriteStreamAsync` APIs for creating read and write filesystem streams.",
55
"type": "minor",
66
"packageName": "@rushstack/node-core-library"
77
}

0 commit comments

Comments
 (0)