Fluxzy v1.35.26
Official .NET builds are signed and published at nuget.org.
- 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 PcapngWriter 'Already registered' on ephemeral port reuse by @haga-rak in #620
- Fix OOP pcap capture race with archive packaging by @haga-rak in #626
- Fix Expect: 100-continue deadlock on H1 upstream (#624) by @haga-rak in #625
Dependencies
- Bump Fluxzy.Core from 1.34.1 to 1.35.25 by @dependabot[bot] in #621
- Bump Fluxzy.Core.Pcap from 1.34.1 to 1.35.25 by @dependabot[bot] in #622
- Bump Grpc.Tools from 2.78.0 to 2.80.0 by @dependabot[bot] in #608
Other Changes
- Fix and tweak websocket framing by @haga-rak in #630
- Perf: reduce per-exchange allocations on HTTP/1.1 hot path by @haga-rak in #631
- Perf: skip redundant upfront per-stream WINDOW_UPDATE in H2 by @haga-rak in #632
Full Changelog: v1.35.25.62495...v1.35.26.32388