Skip to content

Fluxzy v1.38.20

Choose a tag to compare

@haga-rak haga-rak released this 21 Jun 13:08
· 72 commits to main since this release

Official .NET builds are signed and published at nuget.org.

vv1.38.20 vv1.38.20

  • CLI binaries are available as assets or downloadable via this page.
  • Docker images are available at Docker Hub.

CLI Installation

npm (Windows, macOS, Linux):

npm install -g @fluxzy/cli

Or run directly without installing:

npx @fluxzy/cli start --llo

Windows (winget):

winget install Fluxzy.Fluxzy

macOS (Homebrew):

brew tap haga-rak/fluxzy
brew install fluxzy

What's Changed

Fixes

  • Keep reusing upstream connection when a non-101 response advertises upgrade by @haga-rak in #692
  • Fix Linux system proxy detection and restore by @haga-rak in #697

Dependencies

  • Bump Fluxzy.Core from 1.35.26 to 1.37.2 by @dependabot[bot] in #682
  • Bump Microsoft.Extensions.Logging.Abstractions from 10.0.7 to 10.0.8 by @dependabot[bot] in #686
  • Bump Fluxzy.Core.Pcap from 1.36.55 to 1.37.2 by @dependabot[bot] in #685
  • Bump Fluxzy.Core from 1.35.26 to 1.37.2 by @dependabot[bot] in #684
  • Bump Microsoft.Extensions.Logging.Console from 10.0.7 to 10.0.8 by @dependabot[bot] in #687
  • Bump MessagePack from 2.5.198 to 2.5.301 by @dependabot[bot] in #691
  • Bump Microsoft.Extensions.Logging.Console from 10.0.8 to 10.0.9 by @dependabot[bot] in #702
  • Bump Grpc.Tools from 2.81.0 to 2.81.1 by @dependabot[bot] in #699
  • Bump Microsoft.Extensions.Logging.Abstractions from 10.0.8 to 10.0.9 by @dependabot[bot] in #701

Other Changes

  • Set version to 1.38-alpha by @haga-rak in #681
  • Recover host name from the TLS ClientHello SNI when the target is an IP by @haga-rak in #689
  • Report real OS trust result on Linux certificate install by @haga-rak in #690
  • Cap generated leaf certificate validity at 200 days by @haga-rak in #694
  • Fix macOS system proxy detection and restore by @haga-rak in #693
  • Add pluggable process resolver for downstream connections by @haga-rak in #695
  • Fix macOS process resolution: correct socket_fdinfo offsets and struct size by @haga-rak in #696
  • Add host bypass list to UpStreamProxyAction by @haga-rak in #703

Full Changelog: v1.37.2.44521...v1.38.20.31283