Releases: inlets/inlets-pro
Uplink: Send heart-beats in demux mode
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
OAuth and other HTTP middlewares for HTTP tunnels
Changelog for 0.10.0:
Enhancements for inlets-pro http tunnels, with new flags for the client:
- HTTP Header Modification - add/remove request and response headers
- Authenticate HTTPs tunnels - with OAuth, Bearer tokens and Basic Auth
Example from the OAuth page displayed to unauthenticated users:
Support LemonSqueezy licensing for TCP/HTTP clients
Rename proxy-proto to proxy-protocol for consistency
Changelog for 0.9.39:
All server commands will now take a consistent --proxy-protocol form flag, not a mixture of that and --proxy-proto
Generated by Derek
Rename sshmux to snimux
Changelog for 0.9.38:
inlets-pro sshmux has been renamed to inlets-pro snimux because it can mux TLS, rather than just SSH.
Generated by Derek
