Skip to content

Releases: haga-rak/fluxzy.core

Fluxzy v1.29.18

08 Aug 20:20
Compare
Choose a tag to compare

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

vv1.29.18 vv1.29.18

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

What's Changed

Fixes

  • Add linger delay to allow pcap write before teardown by @haga-rak in #436
  • Fix and optimize behaviors around Connection header and re-used transport connections by @haga-rak in #444

New Features

  • Add option to force sending client certificate regardless of server CA list by @haga-rak in #440

Other Changes

  • Avoid including global.json in docker build process by @haga-rak in #431

Full Changelog: v1.29.16.52433...v1.29.18.19234

Fluxzy v1.29.16

18 Jun 16:58
Compare
Choose a tag to compare

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

vv1.29.16 vv1.29.16

  • 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.29.15.46236...v1.29.16.52433

Fluxzy v1.29.15

24 May 11:51
Compare
Choose a tag to compare

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

vv1.29.15 vv1.29.15

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

What's Changed

Fixes

  • Fix boundary quotes in multipart request payload ignored #418 by @haga-rak in #420
  • Fix NSS Key logs not written when IPv4 is mapped to IPv6 by @haga-rak in #421
  • Fix multiple DnsOverHttpsResolver thread safety weakness by @haga-rak in #423

Full Changelog: v1.29.14.27939...v1.29.15.46236

Fluxzy v1.29.14

17 May 00:23
Compare
Choose a tag to compare

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

vv1.29.14 vv1.29.14

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

What's Changed

Fixes

  • Change ForwardAction default scope to RequestHeaderReceivedFromClient by @haga-rak in #407
  • Hot fix early hint stall h2 connection by @haga-rak in #412
  • Fix plain HTTP breaks when in Blind Mode #409 by @haga-rak in #413
  • Fix synchronizer weakness and DefaultDnsResolver race condition by @haga-rak in #416

Other Changes

  • Update modifier of path, scheme, method to allow custom forwarding by @haga-rak in #417

Full Changelog: v1.29.13.20650...v1.29.14.27939

Fluxzy v1.29.13

29 Apr 08:33
Compare
Choose a tag to compare

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

vv1.29.13 vv1.29.13

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

What's Changed

Fixes

  • Improve Certificate Creation and Domain Resolution with Public Suffix Support and Caching by @haga-rak in #399
  • Fix certificate creation with password ignored with Fluxzy CLI by @haga-rak in #400

Full Changelog: v1.29.11.52230...v1.29.13.20650

Fluxzy v1.29.11

14 Apr 14:44
Compare
Choose a tag to compare

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

vv1.29.11 vv1.29.11

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

What's Changed

Fixes

  • Fix inability to load impersonate configuration from file by @haga-rak in #393

New Features

  • Make ArchiveWriter writable by library consumer by @haga-rak in #394
  • Add TransformRequestBodyAction and TransformResponseBodyAction to inspect/replace quickly HTTP bodies by @haga-rak in #395

Other Changes

  • Refactor main pipeline for proxy orchestration by @haga-rak in #391

Full Changelog: v1.29.3.51504...v1.29.11.52230

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