Official .NET builds are signed and published at nuget.org.
vv1.39.48 vv1.39.48
- 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
- Make the H2 header-received signal idempotent by @haga-rak in #773
Dependencies
- Bump Fluxzy.Core.Pcap from 1.39.45 to 1.39.47 by @dependabot[bot] in #779
- Bump Fluxzy.Core from 1.39.45 to 1.39.47 by @dependabot[bot] in #778
- Bump Grpc.AspNetCore from 2.80.0 to 2.83.0 by @dependabot[bot] in #768
- Bump System.Threading.AccessControl from 10.0.10 to 10.0.11 by @dependabot[bot] in #785
- Bump System.IO.Pipelines from 10.0.10 to 10.0.11 by @dependabot[bot] in #784
- Bump Google.Protobuf from 3.34.1 to 3.36.0 by @dependabot[bot] in #791
- Bump Google.Protobuf from 3.36.0 to 3.36.1 by @dependabot[bot] in #794
Other Changes
- Deliver the response when a reset races the header signal by @haga-rak in #774
- Make the throughput benchmark H1 cases true HTTP/1.1 and reduce measurement noise by @haga-rak in #775
- Relax SetConnectionPerHost cap from 64 to 1024 by @haga-rak in #776
- Bypass DNS lock for cached results by @bbartels in #786
- Dispose transports after failed remote opens by @bbartels in #787
- Keep H2 pool alive on caller cancellation by @haga-rak in #793
- Fix response connection persistence handling by @bbartels in #788
- Add HTTP/1.1 connection disposition barrier by @bbartels in #789
Full Changelog: v1.39.47.8025...v1.39.48.18975