Skip to content

Fluxzy v1.37.2

Latest

Choose a tag to compare

@haga-rak haga-rak released this 08 Jun 08:34
· 19 commits to main since this release

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

vv1.37.2 vv1.37.2

  • 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

  • Fix Proxy startup failure with custom Action or Filter by @haga-rak in #667
  • Prevent path traversal in certificate cache file names by @haga-rak in #668

New Features

  • Add SkipInternalRules option to suppress built-in mount rules by @haga-rak in #658
  • Add elliptic curve (ECDSA) certificate support by @haga-rak in #665
  • Add an upstream socket configuration hook by @haga-rak in #680

Dependencies

  • Bump Fluxzy.Core.Pcap from 1.35.26 to 1.36.55 by @dependabot[bot] in #662
  • Bump coverlet.collector from 10.0.0 to 10.0.1 by @dependabot[bot] in #666
  • Bump Fluxzy.Core from 1.35.26 to 1.36.55 by @dependabot[bot] in #661
  • Bump Grpc.AspNetCore from 2.76.0 to 2.80.0 by @dependabot[bot] in #651
  • Bump Grpc.Tools from 2.80.0 to 2.81.0 by @dependabot[bot] in #674
  • Bump YamlDotNet to 18 and read rule files with positioned errors by @haga-rak in #679

Other Changes

  • Drain WebSocket capture pipe on disposal by @haga-rak in #659
  • Restrict leaf certificate cache files to owner only by @haga-rak in #669
  • Normalize HTTP/1.1 framing to prevent request smuggling by @haga-rak in #671
  • Remove sharpziplib and make extra content decoders pluggable by @haga-rak in #677
  • Register a zstd content decoder in the CLI by @haga-rak in #678

Full Changelog: v1.36.55.6882...v1.37.2.44521