Skip to content

Commit ec792e6

Browse files
authored
Merge pull request #2122 from Ishavyas9/main
release notes hyp
2 parents 8296bd3 + c6fdb2d commit ec792e6

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
id: hyperexecute-release-notes-3-0-4
3+
title: Version 3.0.4
4+
hide_title: false
5+
sidebar_label: Version 3.0.4
6+
description: Version 3.0.4
7+
keywords:
8+
- LambdaTest Hyperexecute
9+
- LambdaTest Hyperexecute help
10+
- LambdaTest Hyperexecute documentation
11+
- FAQs
12+
url: https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-0-4/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-3-0-4/
15+
---
16+
17+
import NewReleaseTag from '../src/component/newRelease.js';
18+
import EnhancementTag from '../src/component/enhancementTag';
19+
import BugFixTag from '../src/component/bugFixTag';
20+
import CodeBlock from '@theme/CodeBlock';
21+
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
22+
23+
<script type="application/ld+json"
24+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
25+
"@context": "https://schema.org",
26+
"@type": "BreadcrumbList",
27+
"itemListElement": [{
28+
"@type": "ListItem",
29+
"position": 1,
30+
"name": "Home",
31+
"item": "https://www.lambdatest.com"
32+
},{
33+
"@type": "ListItem",
34+
"position": 2,
35+
"name": "Support",
36+
"item": "https://www.lambdatest.com/support/docs/"
37+
},{
38+
"@type": "ListItem",
39+
"position": 3,
40+
"name": "Version",
41+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-release-notes-3-0-4/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## New Capability: `bypassProxyDomains`
47+
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.
48+
49+
Note: `dedicatedProxy: true` must be enabled for this capability to take effect.
50+
51+
> Visit the [bypassProxyDomains documentation](https://www.lambdatest.com/support/docs/bypass-proxy-domains/) page to understand this capability in detail.
52+
53+
## Live Command Logs
54+
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.

docs/hyperexecute-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au
6565
#### September, 2025
6666
| Release Number | Release Date |
6767
|----------------|--------------|
68+
| [Version 3.0.4](/support/docs/hyperexecute-release-notes-3-0-4) | Sept 15, 2025|
6869
| [Version 3.0.3](/support/docs/hyperexecute-release-notes-3-0-3) | Sept 08, 2025|
6970

7071
#### August, 2025

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ module.exports = {
924924
collapsed: true,
925925
label: "September, 2025",
926926
items: [
927+
"hyperexecute-release-notes-3-0-4",
927928
"hyperexecute-release-notes-3-0-3",
928929
],
929930
},
@@ -3955,6 +3956,7 @@ module.exports = {
39553956
},
39563957
],
39573958
],
3959+
39583960
ConcurrencyWidgetSidebar: [
39593961
{
39603962
type: "link",

0 commit comments

Comments
 (0)