Skip to content

Releases: ancwrd1/snx-rs

Version 4.9.1

Choose a tag to compare

@github-actions github-actions released this 22 Nov 13:04
  • Fixed several UI issues with the connection profiles.
  • Fixed a regression where the cancellation of pending browser SSO did not work correctly.

Version 4.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 17:36
  • Added support for multiple connection profiles in the UI.
  • Disable DNSoverTLS for the tunnel interface.
  • Fixed a few internal stability issues.

Version 4.8.3

Choose a tag to compare

@github-actions github-actions released this 14 Oct 18:02
  • Privacy fix: disable mDNS and LLMNR for the tunnel interface.

Version 4.8.2

Choose a tag to compare

@github-actions github-actions released this 01 Oct 10:40
  • Fixed a problem with some VPN servers which do not advertise default_authentication_method field.
  • The packaging assets have been moved to package directory.

Version 4.8.1

Choose a tag to compare

@github-actions github-actions released this 24 Sep 19:39
  • Enabled SAML SSO authentication for SSL tunnel.
  • An installer is now created as part of the release pipeline, with .run extension.
  • Service and desktop files are modified to point to /usr/bin by default.

Version 4.8.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:13
  • Added transport-type option to specify the IPSec transport type explicitly.
  • Added WSL2 environment detection where the xfrm interface does not work.
  • Fixed compilation for 32-bit targets (ARMv6/ARMv7).
  • Fixed a problem with incorrectly constructed routes for some VPN servers which advertise routing policy as 0.0.0.1-255.255.255.254.
  • Improved browser OTP listener.
  • Added a logic to try to keep the same IP address during IP renewal. Might not work for all users, please report any issues.

Version 4.7.0

Choose a tag to compare

@ancwrd1 ancwrd1 released this 28 Aug 08:06
  • Added mtu option to specify the MTU size for the tunnel interface.
  • Fixed an issue with SAML SSO authentication when browser uses CORS preflight checks.

Version 4.6.0

Choose a tag to compare

@ancwrd1 ancwrd1 released this 19 Aug 07:21
  • Fixed a problem with IP address renewal for some Linux distros which have net.ipv4.conf.default.promote_secondaries set to 0.
  • Added disable-ipv6 option to help prevent IPv6 leaks. It disables IPv6 globally when the default-route setting is enabled.

Version 4.5.0

Choose a tag to compare

@ancwrd1 ancwrd1 released this 27 Jul 09:48
  • Added a possibility to specify custom server port if it is different from 443.
  • UI labels are made selectable in the connection status dialog.
  • Added a new option ip-lease-time, to specify the custom IP lease time.
  • Fixed a problem with wrongly constructed keepalive packets causing DNS query delays.

Version 4.4.5

Choose a tag to compare

@ancwrd1 ancwrd1 released this 12 Jul 13:03
  • Added a parameter to the command line tools to generate shell autocompletions.
  • For the routing options, allow to specify IP addresses without the CIDR /XX notation, in which case /32 is assumed.
  • Wrap UI labels in the status dialog if they are too long.
  • Fixed a bug for the incorrect parsing of hex-like strings in the server info response.