Releases: haga-rak/fluxzy.core
Fluxzy v1.28.0
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
- Fix full mocking hang on empty response body with authority-level filter by @haga-rak in #367
- Fix thread safety weakness in
FluxzyHttp2Handler
andFluxzyHttp11Handler
by @haga-rak in #370
New Features
Other Changes
Full Changelog: v1.28.0.17...v1.28.0.23
Fluxzy v1.27.3
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
New Features
- Make max upstream connection readable through
FLUXZY_MAX_CONNECTION_PER_HOST
and command line by @haga-rak in #359
Full Changelog: v1.27.2.1...v1.27.3.1
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
Fluxzy v1.27.1
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.
This new release is focused on bringing impersonation feature on fluxzy (JA4, H2 and headers).
What's Changed
Fixes
New Features
- Add
UseDnsOverHttpsAction
for DoH (DNS over HTTPS) capabilities by @haga-rak in #336 - Add customization of
JA4
fingerprint,H2
settings, headers for browser impersonation by @haga-rak in #341
Full Changelog: v1.26.8.1...v1.27.1.1
Fluxzy v1.26.8
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
Full Changelog: v1.26.7.1...v1.26.8.1
Fluxzy v1.26.7
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
- Use available signature algorithms from certificate request by @haga-rak in #330
- Fix cookie value interpretation which was wrongly url-decoded by @haga-rak in #332
New Features
Dependencies
- Bump MessagePack from 2.5.171 to 2.5.172 by @dependabot in #303
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 by @dependabot in #307
- Bump xunit from 2.8.1 to 2.9.0 by @dependabot in #293
- Bump BenchmarkDotNet from 0.13.12 to 0.14.0 by @dependabot in #312
- Bump xunit from 2.9.0 to 2.9.2 by @dependabot in #314
- Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/Fluxzy.Core by @dependabot in #315
- Bump Fluxzy.Core.Pcap and Fluxzy.Core by @dependabot in #306
- Bump Nerdbank.GitVersioning from 3.6.139 to 3.6.143 by @dependabot in #311
- Bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in #322
- Bump MessagePack from 2.5.172 to 2.5.187 by @dependabot in #319
- Bump MessagePack from 2.5.172 to 2.5.187 in /src/Fluxzy.Core by @dependabot in #318
- Bump MessagePack from 2.5.187 to 2.5.192 by @dependabot in #325
Full Changelog: v1.26.6.2...v1.26.7.1
Fluxzy v1.26.6
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
Optimizations
Dependencies
- Bump Fluxzy.Core from 1.23.1 to 1.26.3 by @dependabot in #280
- Bump Octokit from 11.0.1 to 12.0.0 by @dependabot in #277
- Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/Fluxzy.Core by @dependabot in #290
- Bump MessagePack from 2.5.168 to 2.5.171 by @dependabot in #286
- Bump Octokit from 12.0.0 to 13.0.1 by @dependabot in #287
- Bump Nerdbank.GitVersioning from 3.6.133 to 3.6.143 by @dependabot in #298
New Contributors
Full Changelog: v1.26.3.7...v1.26.6.2
Fluxzy v1.26.3
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
- Add various improvements and minor fixes on plain text websocket by @haga-rak in #274
- Fix outstanding bug when initiating ws channel with an existing H11/H2 connection by @haga-rak in #266
Dependencies
- Bump xunit from 2.8.0 to 2.8.1 by @dependabot in #269
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in #270
- Bump MessagePack from 2.5.140 to 2.5.168 by @dependabot in #278
- Bump Nerdbank.GitVersioning from 3.6.133 to 3.6.139 by @dependabot in #279
Full Changelog: v1.26.3.1...v1.26.3.7
Fluxzy v1.25.11
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
New Features
Dependencies
- Bump coverlet.collector from 6.0.0 to 6.0.2 by @dependabot in #252
- Bump Fluxzy.Core.Pcap and Fluxzy.Core by @dependabot in #251
Other Changes
- Fix non-release branch check by @haga-rak in #249
- Use more method inlining in in raw capture lib by @haga-rak in #250
- Fix sample failed to build under macOS by @haga-rak in #255
- Change default path value for
FLUXZY_CURL_TEMP_DATA
variable by @haga-rak in #256
Full Changelog: v1.24.1.1...v1.25.11.21970
Fluxzy v1.24.1
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
New Features
Dependencies
- Bump xunit.runner.visualstudio from 2.5.4 to 2.5.8 by @dependabot in #224
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by @dependabot in #237
- Bump Octokit from 10.0.0 to 11.0.1 by @dependabot in #217
- Bump xunit from 2.6.2 to 2.8.0 by @dependabot in #236
Other Changes
- Add
Properties
, a custom data holder, toArchiveMetaInformation
by @haga-rak in #234 - Fix issue with CI/linux, older version of
pkexec
failed to run concurrentfluxzynetcap
by @haga-rak in #241 - Add option to tolerate read error on
CopyPolicy
(removed inlining) by @haga-rak in #240
Full Changelog: v1.23.4.1...v1.24.1.1