Skip to content

added doc for tunnel stable version #1670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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
14 changes: 14 additions & 0 deletions docs/tunel-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ slug: tunnel-release-notes/
}}
></script>

## 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.
Expand Down
Loading