Skip to content

Commit 07db8d1

Browse files
authored
Merge pull request #1708 from Ishavyas9/main
release notes for HYP
2 parents e9f6bb5 + a844089 commit 07db8d1

7 files changed

+303
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
id: hyperexecute-release-notes-2-8-5
3+
title: Version 2.8.5
4+
hide_title: false
5+
sidebar_label: Version 2.8.5
6+
description: Version 2.8.5
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-2-8-5/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-8-5/
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-2-8-5/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## 🔧 Bug Fixes
47+
- Resolved various stability and performance issues reported by users to ensure a smoother and more reliable experience across the platform.
48+
- Addressed inconsistencies in data rendering and export functionality within the reporting modules.
49+
- Fixed minor UI glitches and alignment issues to enhance usability.
50+
51+
## 🚀 Platform Enhancements
52+
### Improved Reporting Capabilities:
53+
- Enhanced data visualization for better insights and clarity.
54+
- Faster report generation and improved data accuracy.
55+
- New filters and customization options for more flexible reporting workflows.
56+
- Backend optimizations were made to boost performance and scalability, particularly under high-load conditions.
57+
- Improved compatibility with third-party integrations to streamline data sharing and analysis.
58+
59+
> We continue to listen to your feedback and are committed to delivering features and fixes that improve your experience. Stay tuned for more!
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
id: hyperexecute-release-notes-2-8-6
3+
title: Version 2.8.6
4+
hide_title: false
5+
sidebar_label: Version 2.8.6
6+
description: Version 2.8.6
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-2-8-6/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-8-6/
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-2-8-6/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## Slack Integration Enhancements
47+
Improved message formatting, richer test summaries, and better control for smoother collaboration.
48+
49+
## Video Generation Optimizations
50+
Faster and more reliable test case video generation with smaller file sizes and improved playback quality.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
id: hyperexecute-release-notes-2-8-7
3+
title: Version 2.8.7
4+
hide_title: false
5+
sidebar_label: Version 2.8.7
6+
description: Version 2.8.7
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-2-8-7/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-8-7/
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-2-8-7/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## Folder Upload Support for JMeter Projects
47+
You can now upload entire folders for JMeter performance tests, making it easier to manage complex test setups.
48+
49+
## Mobile Test Execution Optimizations
50+
Improved execution speed and stability for mobile tests running on HyperExecute.
51+
52+
## Bug Fixes in Extent Native Reports
53+
Resolved formatting and rendering issues to ensure more accurate and consistent reporting.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
id: hyperexecute-release-notes-2-8-8
3+
title: Version 2.8.8
4+
hide_title: false
5+
sidebar_label: Version 2.8.8
6+
description: Version 2.8.8
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-2-8-8/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-8-8/
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-2-8-8/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## Platform-Specific Error Codes
47+
Introduced clear and consistent error codes to help you identify and resolve issues faster.
48+
49+
## Chrome Driver Bug Fixes:
50+
Addressed key issues to improve test reliability and compatibility with the latest Chrome versions.
51+
52+
## Cypress Fixes for macOS 14
53+
Resolved execution issues specific to Cypress tests running on macOS 14.
54+
55+
## Scheduled Workflow Optimizations
56+
Improved the reliability and performance of scheduled test executions.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
id: hyperexecute-release-notes-2-8-9
3+
title: Version 2.8.9
4+
hide_title: false
5+
sidebar_label: Version 2.8.9
6+
description: Version 2.8.9
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-2-8-9/
13+
site_name: LambdaTest
14+
slug: hyperexecute-release-notes-2-8-9/
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-2-8-9/"
42+
}]
43+
})
44+
}}
45+
></script>
46+
## Windows 11 Infrastructure Optimizations
47+
Enhanced speed and stability for tests running on Windows 11 environments.
48+
49+
## Smart UI Improvements for Playwright
50+
Optimized performance and accuracy of Smart UI validations in Playwright-based tests.
51+
52+
## GPU Acceleration for Emulators
53+
Introduced GPU-based acceleration to significantly boost emulator performance during test runs.

docs/hyperexecute-release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test au
6262
| [Version 1.0.0](/support/docs/hyperexecute-mcp-server-release-notes-1-0-0) | May 28, 2025|
6363

6464
### 2025 releases
65+
#### June, 2025
66+
| Release Number | Release Date |
67+
|----------------|--------------|
68+
| [Version 2.8.9](/support/docs/hyperexecute-release-notes-2-8-9) | June 02, 2025|
69+
70+
#### May, 2025
71+
| Release Number | Release Date |
72+
|----------------|--------------|
73+
| [Version 2.8.8](/support/docs/hyperexecute-release-notes-2-8-8) | May 26, 2025|
74+
| [Version 2.8.7](/support/docs/hyperexecute-release-notes-2-8-7) | May 19, 2025|
75+
| [Version 2.8.6](/support/docs/hyperexecute-release-notes-2-8-6) | May 12, 2025|
76+
| [Version 2.8.5](/support/docs/hyperexecute-release-notes-2-8-5) | May 05, 2025|
77+
6578
#### April, 2025
6679
| Release Number | Release Date |
6780
|----------------|--------------|

sidebars.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,25 @@ module.exports = {
880880
collapsed: true,
881881
label: "2025 Releases",
882882
items: [
883+
{
884+
type: "category",
885+
collapsed: true,
886+
label: "June, 2025",
887+
items: [
888+
"hyperexecute-release-notes-2-8-9",
889+
],
890+
},
891+
{
892+
type: "category",
893+
collapsed: true,
894+
label: "May, 2025",
895+
items: [
896+
"hyperexecute-release-notes-2-8-8",
897+
"hyperexecute-release-notes-2-8-7",
898+
"hyperexecute-release-notes-2-8-6",
899+
"hyperexecute-release-notes-2-8-5",
900+
],
901+
},
883902
{
884903
type: "category",
885904
collapsed: true,

0 commit comments

Comments
 (0)