Skip to content

Releases: inlets/inlets-pro

Bearer token options for unauthenticated HTTP services behind uplink tunnels

12 Mar 16:46

Choose a tag to compare

Adds --bearer-token/-file to inlets-pro uplink client for HTTP upstreams.

Improved connection re-use and built-in fileserver for tunnels via --fs flag

27 Feb 16:11

Choose a tag to compare

Changelog for 0.11.6:

  • Improved connection re-use/pooling for better performance with HTTP tunnels
  • Built-in fileserver for tunnels via --fs flag for inlets-pro uplink client and inlets-pro http client instead of launching two separate commands - the tunnel and the inlets-pro fileserver command.

Generated by Derek

Remove let's encrypt email requirement and update to Go 1.25

19 Feb 12:42

Choose a tag to compare

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

29 Jan 16:00

Choose a tag to compare

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

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