Fluxzy v1.27.2
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.
What's Changed
Fixes
- Remove
secp256r
pre-shared key in Chromium 131 based browser by @haga-rak in #342 - Fix port exhaustion when using plain HTTP w/ implicit 0 length response body by @haga-rak in #355
- Settle
appdata
env var for nix and macos to avoid unwanted folders by @haga-rak in #357
New Features
- Add
--insecure
option to disable certificate validation globally by @haga-rak in #349 - Add analyzer to detect issues on rule and settings by @haga-rak in #358
Other Changes
- Change main loop to
TaskCreationOptions.LongRunning
task option by @haga-rak in #347 - Missing
RunContinuationsAsynchronously
on several instance ofTaskCompletionSource
by @haga-rak in #348 - Rearrange order of options in
start
command by @haga-rak in #354
Full Changelog: v1.27.1.1...v1.27.2.1