Official .NET builds are signed and published at nuget.org.
vv1.35.16 vv1.35.16
- CLI binaries are available as assets or downloadable via this page.
- Docker images are available at Docker Hub.
CLI Installation
Windows (winget):
winget install Fluxzy.Fluxzy
macOS (Homebrew):
brew tap haga-rak/fluxzy
brew install fluxzy
What's Changed
GRPC support is here !!!
Fixes
- Fix H2 window flow control bugs causing flaky CI timeouts by @haga-rak in #582
- Fix NullReferenceException in PopulateGrpcTrailers by @haga-rak in #581
- Fix use-after-free in header info classes causing buffer corruption by @haga-rak in #583
New Features
- Add IProtobufDecoder extension point for custom gRPC decoding by @haga-rak in #585
- Add gRPC through proxy example and update README by @haga-rak in #588
- Enhance content type detection in HeaderUtility by @haga-rak in #584
- Add protobuf request, response, and combined filters by @haga-rak in #587
- Add ServeHttp11Action to selectively disable H2 serving by @haga-rak in #591
Other Changes
- Migrate solution format from .sln to .slnx by @haga-rak in #590
Full Changelog: v1.35.5.49569...v1.35.16.14941