Skip to content

Releases: inlets/inlets-pro

Uplink: Send heart-beats in demux mode

30 Sep 17:00

Choose a tag to compare

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

25 Sep 16:09

Choose a tag to compare

Changelog for 0.11.0:

  • Inlets Uplink now supports demux mode via --demux (client side) and uplink_demux env-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

02 Jul 11:36

Choose a tag to compare

Changelog for 0.10.4:

  • Build now uses Go 1.24

Fixes for snimux regression introduced with Go 1.23

30 Mar 21:09

Choose a tag to compare

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

13 Mar 13:55

Choose a tag to compare

Add Google to OAuth options, and GitHub organisations as ACL filter

  • --oauth-provider=google is now supported
  • For --oauth-provider=github, --oauth-acl can now include an organisation such as org:inlets so that anyone with membership is able to authenticate

Allow basic auth/bearer tokens and OAuth to be combined

11 Mar 12:18

Choose a tag to compare

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

28 Feb 15:08

Choose a tag to compare

Changelog for 0.10.0:

Enhancements for inlets-pro http tunnels, with new flags for the client:

Example from the OAuth page displayed to unauthenticated users:

Screenshot from OAuth flow

Support LemonSqueezy licensing for TCP/HTTP clients

19 Dec 17:26

Choose a tag to compare

Changelog for 0.9.40:

Commits

Changes: 0.9.39...0.9.40

Generated by Derek

Rename proxy-proto to proxy-protocol for consistency

28 Oct 13:05

Choose a tag to compare

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

28 Oct 11:14

Choose a tag to compare

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