From 729c827ab56cd7980f9fcd46ee045f86646b58df Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Tue, 23 Sep 2025 15:00:18 +0530 Subject: [PATCH 1/2] release notes hyp --- docs/hyperexecute-release-notes-3-0-4.md | 56 ++++++++++++++++++++++++ docs/hyperexecute-release-notes.md | 1 + sidebars.js | 2 + 3 files changed, 59 insertions(+) create mode 100644 docs/hyperexecute-release-notes-3-0-4.md diff --git a/docs/hyperexecute-release-notes-3-0-4.md b/docs/hyperexecute-release-notes-3-0-4.md new file mode 100644 index 00000000..dfbb1abd --- /dev/null +++ b/docs/hyperexecute-release-notes-3-0-4.md @@ -0,0 +1,56 @@ +--- +id: hyperexecute-release-notes-3-0-4 +title: Version 3.0.4 +hide_title: false +sidebar_label: Version 3.0.4 +description: Version 3.0.4 +keywords: + - LambdaTest Hyperexecute + - LambdaTest Hyperexecute help + - LambdaTest Hyperexecute documentation + - FAQs +url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-0-4/ +site_name: LambdaTest +slug: hyperexecute-release-notes-3-0-4/ +--- + +import NewReleaseTag from '../src/component/newRelease.js'; +import EnhancementTag from '../src/component/enhancementTag'; +import BugFixTag from '../src/component/bugFixTag'; +import CodeBlock from '@theme/CodeBlock'; +import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys"; + + +## New Capability: `bypassProxyDomains` +You can now use the `bypassProxyDomains` capability to bypass Dedicated Proxy for specific domains. This ensures that local services (e.g., localhost, 127.0.0.1, or internal endpoints) remain accessible during test runs. + +Note: `dedicatedProxy: true` must be enabled for this capability to take effect. + +> Visit the [bypassProxyDomains documentation](https://www.lambdatest.com/support/docs/bypass-proxy-domains/) page to understand this capability in detail. + +## Live Command Logs +We’ve improved the way command logs are displayed in the HyperExecute dashboard. Earlier, logs appeared in chunks (after 20 commands), which delayed visibility and created a less interactive experience. + +With the new **Live Command Logs**, you’ll now see logs in real-time as they are generated, giving you instant feedback during test execution. \ No newline at end of file diff --git a/docs/hyperexecute-release-notes.md b/docs/hyperexecute-release-notes.md index 04fa2249..7ea23338 100644 --- a/docs/hyperexecute-release-notes.md +++ b/docs/hyperexecute-release-notes.md @@ -65,6 +65,7 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au #### September, 2025 | Release Number | Release Date | |----------------|--------------| +| [Version 3.0.4](/support/docs/hyperexecute-release-notes-3-0-4) | Sept 15, 2025| | [Version 3.0.3](/support/docs/hyperexecute-release-notes-3-0-3) | Sept 08, 2025| #### August, 2025 diff --git a/sidebars.js b/sidebars.js index e2fc6ea8..25214943 100644 --- a/sidebars.js +++ b/sidebars.js @@ -924,6 +924,7 @@ module.exports = { collapsed: true, label: "September, 2025", items: [ + "hyperexecute-release-notes-3-0-4", "hyperexecute-release-notes-3-0-3", ], }, @@ -3955,6 +3956,7 @@ module.exports = { }, ], ], + ConcurrencyWidgetSidebar: [ { type: "link", From c6fdb2d6f4da1b9d3d90fcaf71b583155ce05983 Mon Sep 17 00:00:00 2001 From: Aman Chopra <137067777+amanchopra1905@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:24:44 +0530 Subject: [PATCH 2/2] updated the description --- docs/hyperexecute-release-notes-3-0-4.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/hyperexecute-release-notes-3-0-4.md b/docs/hyperexecute-release-notes-3-0-4.md index dfbb1abd..1a38ab1e 100644 --- a/docs/hyperexecute-release-notes-3-0-4.md +++ b/docs/hyperexecute-release-notes-3-0-4.md @@ -51,6 +51,4 @@ Note: `dedicatedProxy: true` must be enabled for this capability to take effect. > Visit the [bypassProxyDomains documentation](https://www.lambdatest.com/support/docs/bypass-proxy-domains/) page to understand this capability in detail. ## Live Command Logs -We’ve improved the way command logs are displayed in the HyperExecute dashboard. Earlier, logs appeared in chunks (after 20 commands), which delayed visibility and created a less interactive experience. - -With the new **Live Command Logs**, you’ll now see logs in real-time as they are generated, giving you instant feedback during test execution. \ No newline at end of file +We’ve improved the way command logs are displayed in the HyperExecute dashboard. Earlier, logs appeared in chunks, which delayed visibility and created a less interactive experience. With the new **Live Command Logs**, you’ll now see logs in real-time as they are generated, giving you instant feedback during test execution. \ No newline at end of file