|
| 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. |
0 commit comments