Releases: inlets/inlets-pro
Bearer token options for unauthenticated HTTP services behind uplink tunnels
Improved connection re-use and built-in fileserver for tunnels via --fs flag
Changelog for 0.11.6:
- Improved connection re-use/pooling for better performance with HTTP tunnels
- Built-in fileserver for tunnels via
--fsflag forinlets-pro uplink clientandinlets-pro http clientinstead of launching two separate commands - the tunnel and theinlets-pro fileservercommand.
Generated by Derek
Remove let's encrypt email requirement and update to Go 1.25
Changelog for 0.11.5:
- Remove lets encrypt email requirement and update to Go 1.25
Generated by Derek
Fix for raw query for inlets uplink HTTP tunnel forwarding
Changelog for 0.11.4:
Commits
Edit Fix for raw query for inlets uplink HTTP tunnel forwarding
Changes: 0.11.1...0.11.4
Generated by Derek
Uplink: Send heart-beats in demux mode
Changelog for 0.11.1:
Fixes disconnects caused by Ingress Nginx at the configured proxy buffer time i.e. 3600 (1h)
Introduce Demux mode for uplink
Changelog for 0.11.0:
- Inlets Uplink now supports demux mode via --demux (client side) and
uplink_demuxenv-var (server-side) - One websocket is established for every data plane request - high bandwidth, less risk of impacting connections from head of line blocking, slow reader/writers, congestion etc
Uplink customers should upgrade to the latest helm chart, update their tunnel version for the client and server to 0.11.0
Clients:
add --demux flag
Servers:
spec:
env:
uplink_demux: "1"Update to Go 1.24
Changelog for 0.10.4:
- Build now uses Go 1.24
Fixes for snimux regression introduced with Go 1.23
Changelog for 0.10.3:
A panic was reported by a user from sshmux after we upgraded to Go 1.23 which handles TLS differently.
This new version fixes the issues and requires the same version on the client and server to work.
Add Google to OAuth options, and GitHub organisations as ACL filter
Add Google to OAuth options, and GitHub organisations as ACL filter
--oauth-provider=googleis now supported- For
--oauth-provider=github,--oauth-aclcan now include an organisation such asorg:inletsso that anyone with membership is able to authenticate
Allow basic auth/bearer tokens and OAuth to be combined
For HTTP tunnels, basic auth and/or bearer tokens can now be used with OAuth
See examples at: https://inlets.dev/blog/tutorial/2025/03/10/secure-http-tunnels-with-oauth.html