Skip to content

Commit 0dc4d44

Browse files
authored
Merge pull request #1540 from surishubham/main
Merge pull request #1539 from amanchopra1905/stage
2 parents e284760 + 1b0257d commit 0dc4d44

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

docs/tunel-release-notes.md

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
id: tunel-release-notes
3+
title: Tunnel Client Release Notes
4+
hide_title: false
5+
sidebar_label: Release Notes
6+
description: Stay updated on the latest HyperExecute releases. View detailed release notes, including new features, bug fixes, and improvements for our AI Native test orchestration platform.
7+
keywords:
8+
- LambdaTest Tunnel
9+
- LambdaTest Tunnel help
10+
- LambdaTest Tunnel documentation
11+
- FAQs
12+
url: https://www.lambdatest.com/support/docs/tunel-release-notes/
13+
site_name: LambdaTest
14+
slug: tunel-release-notes/
15+
---
16+
17+
<script type="application/ld+json"
18+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
19+
"@context": "https://schema.org",
20+
"@type": "BreadcrumbList",
21+
"itemListElement": [{
22+
"@type": "ListItem",
23+
"position": 1,
24+
"name": "Home",
25+
"item": "https://www.lambdatest.com"
26+
},{
27+
"@type": "ListItem",
28+
"position": 2,
29+
"name": "Support",
30+
"item": "https://www.lambdatest.com/support/docs/"
31+
},{
32+
"@type": "ListItem",
33+
"position": 3,
34+
"name": "Release Notes",
35+
"item": "https://www.lambdatest.com/support/docs/tunel-release-notes/"
36+
}]
37+
})
38+
}}
39+
></script>
40+
41+
## Version 3.2.11 (2nd February 2024)
42+
- **Support for Wildcard in `allowHosts` and `bypassHosts`**
43+
- Added the ability to use wildcards in the `allowHosts` and `bypassHosts` configurations, providing more flexibility in defining tunnel access rules.
44+
45+
---
46+
47+
## Version 3.2.10 (18th December 2024)
48+
- **Security Certificate Update**
49+
- Updated security certificates to ensure enhanced security compliance and prevent potential vulnerabilities.
50+
51+
---
52+
53+
## Version 3.2.9 (24th November 2024)
54+
- **Logger Level Configurability**
55+
- Introduced support for configuring logger levels in the Tunnel Client. This allows users to customize the verbosity of logs based on their requirements.
56+
57+
---
58+
59+
## Version 3.2.8 (22nd December 2024)
60+
- **Fix for Tunnel Stop Issue**
61+
- Resolved a bug that caused issues when stopping the tunnel, ensuring smoother operation during tunnel termination.
62+
63+
---
64+
65+
## Version 3.2.7 (25th October 2024)
66+
- **Security Updates and Stability Fixes**
67+
- Implemented critical security updates and resolved stability issues to enhance the overall performance and reliability of the Tunnel Client.

sidebars.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3276,7 +3276,8 @@ module.exports = {
32763276
"load-balancing-in-lambda-tunnel",
32773277
"dedicated-proxy",
32783278
"charles-proxy",
3279-
"tunnel-allowHost-wildcard-support"
3279+
"tunnel-allowHost-wildcard-support",
3280+
"tunel-release-notes"
32803281
],
32813282
],
32823283

0 commit comments

Comments
 (0)