From 65dce8f332318d793d6696de5ca502f5a9e2533b Mon Sep 17 00:00:00 2001 From: Chandrajeet Nagar <73836012+chandrajeetn@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:27:46 +0530 Subject: [PATCH] added doc for tunnel stable version --- docs/tunel-release-notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/tunel-release-notes.md b/docs/tunel-release-notes.md index aa520f33..2ee13ba2 100644 --- a/docs/tunel-release-notes.md +++ b/docs/tunel-release-notes.md @@ -38,6 +38,20 @@ slug: tunnel-release-notes/ }} > +## Version 3.2.16 (8th June 2025) +- **Support for forceLocal, contextual Logging** + - Added the ability to forcelocal, all traffic is resolved at local. + - Public websites will be resolved at Data center in selenium automation. + - Contextual Logging is enabled in selenium automation. + +## Version 3.2.14 (30th March 2025) +- **Support for WildCard in `ntlm-domains`** + - Added the ability to use wildcards in the `ntlm-domains`. + +## Version 3.2.13 (2nd March 2025) +- **Auto Downloading and Restarting the binary for new Updates** + - Added the ability to restarting the binary itself after downloading the update. + ## Version 3.2.11 (2nd February 2025) - **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.