Skip to content

Releases: haga-rak/fluxzy.core

Fluxzy v1.28.0

02 Feb 15:51
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.28.0 vv1.28.0

  • 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 and FluxzyHttp11Handler by @haga-rak in #370

New Features

  • Improve handling of rule configuration errors by @haga-rak in #371

Other Changes

  • Set the default named groups match OpenSsl 3.2.2 when using BC by @haga-rak in #369

Full Changelog: v1.28.0.17...v1.28.0.23

Fluxzy v1.27.3

21 Jan 14:39
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.27.3 vv1.27.3

  • 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

19 Jan 00:45
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.27.2 vv1.27.2

  • 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 of TaskCompletionSource 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

07 Jan 16:51
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.27.1 vv1.27.1

  • 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

  • Fix missing new line leading invalid SSLKEYLOGFILE output by @haga-rak in #337

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

12 Dec 10:07
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.26.8 vv1.26.8

  • CLI binaries are available as assets or downloadable via this page.
  • Docker images are available at Docker Hub.

What's Changed

Fixes

  • Change signature choice order, prefer RSA PSS first if available by @haga-rak in #333

Full Changelog: v1.26.7.1...v1.26.8.1

Fluxzy v1.26.7

11 Dec 01:15
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.26.7 vv1.26.7

  • 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

  • Allow TLSv1.3 with client certificate and BouncyCastle SSL by @haga-rak in #331

Dependencies

Full Changelog: v1.26.6.2...v1.26.7.1

Fluxzy v1.26.6

12 Sep 23:34
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.26.6 vv1.26.6

  • CLI binaries are available as assets or downloadable via this page.
  • Docker images are available at Docker Hub.

What's Changed

Fixes

Optimizations

  • Async all the way in ZipHelper.InternalCompress by @haga-rak in #304

Dependencies

New Contributors

Full Changelog: v1.26.3.7...v1.26.6.2

Fluxzy v1.26.3

12 Jun 20:54
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.26.3 vv1.26.3

  • 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

Full Changelog: v1.26.3.1...v1.26.3.7

Fluxzy v1.25.11

10 May 10:21
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.25.11 vv1.25.11

  • CLI binaries are available as assets or downloadable via this page.
  • Docker images are available at Docker Hub.

What's Changed

Fixes

  • Fix bad evalution of NextId in DirectoryArchiveWriter by @haga-rak in #245

New Features

  • Add form filters to quickly pick exchanges having form data body by @haga-rak in #253

Dependencies

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

06 May 23:39
Compare
Choose a tag to compare

Official .NET builds are signed and published at nuget.org.

vv1.24.1 vv1.24.1

  • CLI binaries are available as assets or downloadable via this page.
  • Docker images are available at Docker Hub.

What's Changed

New Features

  • Add helper for copying and appending exchange from an archive to another by @haga-rak in #238

Dependencies

Other Changes

  • Add Properties, a custom data holder, to ArchiveMetaInformation by @haga-rak in #234
  • Fix issue with CI/linux, older version of pkexec failed to run concurrent fluxzynetcap 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