diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 2a89273b84b..c187928df6a 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.115.0", + "tag": "@microsoft/rush_v5.115.0", + "date": "Thu, 22 Feb 2024 01:36:27 GMT", + "comments": { + "none": [ + { + "comment": "Add a \"runWithTerminalAsync\" resource lifetime helper to `IOperationRunnerContext` to manage the creation and cleanup of logging for operation execution." + }, + { + "comment": "Adds a new experiment `useIPCScriptsInWatchMode`. When this flag is enabled and Rush is running in watch mode, it will check for npm scripts named `_phase::ipc`, and if found, use them instead of the normal invocation of `_phase:`. When doing so, it will provide an IPC channel to the child process and expect the child to outlive the current build pass." + } + ] + } + }, { "version": "5.114.3", "tag": "@microsoft/rush_v5.114.3", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 6830ed68958..f49f1554e69 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @microsoft/rush -This log was last generated on Thu, 22 Feb 2024 00:10:32 GMT and should not be manually modified. +This log was last generated on Thu, 22 Feb 2024 01:36:27 GMT and should not be manually modified. + +## 5.115.0 +Thu, 22 Feb 2024 01:36:27 GMT + +### Updates + +- Add a "runWithTerminalAsync" resource lifetime helper to `IOperationRunnerContext` to manage the creation and cleanup of logging for operation execution. +- Adds a new experiment `useIPCScriptsInWatchMode`. When this flag is enabled and Rush is running in watch mode, it will check for npm scripts named `_phase::ipc`, and if found, use them instead of the normal invocation of `_phase:`. When doing so, it will provide an IPC channel to the child process and expect the child to outlive the current build pass. ## 5.114.3 Thu, 22 Feb 2024 00:10:32 GMT diff --git a/common/changes/@microsoft/rush/heft-server_2023-09-07-21-59.json b/common/changes/@microsoft/rush/heft-server_2023-09-07-21-59.json deleted file mode 100644 index 1e29d8c31ff..00000000000 --- a/common/changes/@microsoft/rush/heft-server_2023-09-07-21-59.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add a \"runWithTerminalAsync\" resource lifetime helper to `IOperationRunnerContext` to manage the creation and cleanup of logging for operation execution.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-ipc_2024-01-18-21-16.json b/common/changes/@microsoft/rush/rush-ipc_2024-01-18-21-16.json deleted file mode 100644 index d2539d5fb75..00000000000 --- a/common/changes/@microsoft/rush/rush-ipc_2024-01-18-21-16.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Adds a new experiment `useIPCScriptsInWatchMode`. When this flag is enabled and Rush is running in watch mode, it will check for npm scripts named `_phase::ipc`, and if found, use them instead of the normal invocation of `_phase:`. When doing so, it will provide an IPC channel to the child process and expect the child to outlive the current build pass.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file