Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions docs/hyperexecute-release-notes-3-0-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
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";

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Version",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-0-4/"
}]
})
}}
></script>
## 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, 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.
1 change: 1 addition & 0 deletions docs/hyperexecute-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ module.exports = {
collapsed: true,
label: "September, 2025",
items: [
"hyperexecute-release-notes-3-0-4",
"hyperexecute-release-notes-3-0-3",
],
},
Expand Down Expand Up @@ -3955,6 +3956,7 @@ module.exports = {
},
],
],

ConcurrencyWidgetSidebar: [
{
type: "link",
Expand Down
Loading