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
67 changes: 67 additions & 0 deletions docs/tunel-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
id: tunel-release-notes
title: Tunnel Client Release Notes
hide_title: false
sidebar_label: Release Notes
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.
keywords:
- LambdaTest Tunnel
- LambdaTest Tunnel help
- LambdaTest Tunnel documentation
- FAQs
url: https://www.lambdatest.com/support/docs/tunel-release-notes/
site_name: LambdaTest
slug: tunel-release-notes/
---

<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": "Release Notes",
"item": "https://www.lambdatest.com/support/docs/tunel-release-notes/"
}]
})
}}
></script>

## Version 3.2.11 (2nd February 2024)
- **Support for Wildcard in `allowHosts` and `bypassHosts`**
- Added the ability to use wildcards in the `allowHosts` and `bypassHosts` configurations, providing more flexibility in defining tunnel access rules.

---

## Version 3.2.10 (18th December 2024)
- **Security Certificate Update**
- Updated security certificates to ensure enhanced security compliance and prevent potential vulnerabilities.

---

## Version 3.2.9 (24th November 2024)
- **Logger Level Configurability**
- Introduced support for configuring logger levels in the Tunnel Client. This allows users to customize the verbosity of logs based on their requirements.

---

## Version 3.2.8 (22nd December 2024)
- **Fix for Tunnel Stop Issue**
- Resolved a bug that caused issues when stopping the tunnel, ensuring smoother operation during tunnel termination.

---

## Version 3.2.7 (25th October 2024)
- **Security Updates and Stability Fixes**
- Implemented critical security updates and resolved stability issues to enhance the overall performance and reliability of the Tunnel Client.
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,8 @@ module.exports = {
"load-balancing-in-lambda-tunnel",
"dedicated-proxy",
"charles-proxy",
"tunnel-allowHost-wildcard-support"
"tunnel-allowHost-wildcard-support",
"tunel-release-notes"
],
],

Expand Down
Loading