Releases: haga-rak/fluxzy.core
Fluxzy v1.23.4
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 plain HTTP mode sending absolute URI instead of path and query only by @haga-rak in #227
- Fix unwanted HTTP 100 continue status code not handled in certain case by @haga-rak in #229
- Fix
TagContainsFilter
bad identifier computation by @haga-rak in #231
Full Changelog: v1.23.3.1...v1.23.4.1
Fluxzy v1.23.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
- Fix tunneling disposal not synced between peers by @haga-rak in #222
- Fix mTLS w/ BouncyCastle where certificate chain is not sent by @haga-rak in #226
Other Changes
- Remove
EmptyStream
andStreamUtils
as already covered bySystem.IO.Stream.Null
by @haga-rak in #220 - Update Http11PoolProcessing.cs, fix typo by @haga-rak in #225
Full Changelog: v1.23.2.2...v1.23.3.1
Fluxzy v1.23.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
- Set default value for
StringFilter.Operation
when omitted during yaml definition by @haga-rak in #208 - Fix inability to merge PCAP files with enhanced block exceeding 4K by @haga-rak in #216
New Features
- Add a default file name to implicitly load rule by @haga-rak in #209
- Add subcommand
default
onfluxzy certificate
to get or set the user level certificate by @haga-rak in #212
Dependencies
- Bump Fluxzy.Core from 1.22.12 to 1.23.1 by @dependabot in #213
- Bump Octokit from 9.1.0 to 10.0.0 by @dependabot in #184
- Bump Fluxzy.Core.Pcap from 1.22.12 to 1.23.1 by @dependabot in #215
Other Changes
Full Changelog: v1.23.1.1...v1.23.2.2
Fluxzy v1.23.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
- Add
CookieAnalyzer
feature to track cookie lifecycle by @haga-rak in #191 - Add an
HttpMessageHandler
that extract PCAPNG/SSLKEYLOG without running the proxy by @haga-rak in #200 - Allow fluxzy to forward outbound requests to another HTTP proxy by @haga-rak in #202
- Publish fluxzy on docker.io: https://hub.docker.com/r/fluxzy/fluxzy by @haga-rak in #203
Dependencies
- Bump Fluxzy.Core from 1.21.3 to 1.22.12 by @dependabot in #190
- Bump Fluxzy.Core.Pcap and Fluxzy.Core by @dependabot in #189
- Bump System.Text.Json from 8.0.2 to 8.0.3 by @dependabot in #198
Full Changelog: v1.22.12.27771...v1.23.1.1
Fluxzy v1.22.12
Official .NET builds are signed and published at nuget.org.
CLI binaries are available as assets or downloadable via this page.
What's Changed
New Features
- Add proxy authentication features with Basic auth or a custom
ProxyAuthenticationMethod
by @haga-rak in #187
Dependencies
- Bump SharpPcap from 6.2.5 to 6.3.0 by @dependabot in #185
- Bump Fluxzy.Core from 1.20.23 to 1.21.3 by @dependabot in #182
- Bump System.Text.Json from 8.0.1 to 8.0.2 by @dependabot in #181
Other Changes
- Fix
RsBuffer
inaccurate allocation on Multiply and add max processing buffer limit by @haga-rak in #188
Full Changelog: v1.21.3.1...v1.22.12.27771
Fluxzy v1.21.3
Official .NET builds are signed and published at nuget.org.
CLI binaries are available as assets or downloadable via this page.
What's Changed
New Features
Other Changes
- Fix
SetCookieItem.TryParse
produces invalid result with empty cookie value by @haga-rak in #175 - Add simple cache to bodies length for faster access during performance analysis by @haga-rak in #177
Full Changelog: v1.20.23.35433-cli...v1.21.3.1
Fluxzy v1.20.23
Official .NET builds are signed and published at nuget.org.
CLI binaries are available as assets or downloadable via this page.
What's Changed
Fixes
New Features
- Add new action
DelayAction
that adds latency to an ongoing exchange by @haga-rak in #171 - Add new action
AverageThrottlerAction
by @haga-rak in #173
Other Changes
- Remove
Content-Length
header on proxy accept response by @haga-rak in #170 - Add initialization method for
Action
andFilter
by @haga-rak in #172
Full Changelog: v1.19.21.19830...v1.20.23.35433
Fluxzy v1.19.21
Official .NET builds are signed and published at nuget.org.
CLI binaries are available as assets or downloadable via this page.
What's Changed
Other Changes
- Change
ForwardAction
scope toResponseHeaderReceivedFromRemote
by @haga-rak in #162 - Avoid allocating unecessary
*Infos
items when no active listener/writer is on by @haga-rak in #163 - Fix insufficient buffer when original request is a few bytes below the threshhold by @haga-rak in #164
- Fix request body substitution not working when the client provides no initial payload by @haga-rak in #167
Full Changelog: v1.19.20.62081...v1.19.21.19830
Fluxzy v1.19.20
Official .NET builds are signed and published at nuget.org.
CLI binaries are available as assets or downloadable via this page.
What's Changed
Other Changes
- Add more extension methods for configuration rules convenience. by @haga-rak in #157
- Add helper for creating quickly new setting with random port and local port by @haga-rak in #158
- Fix bad padding computation in
SectionHeaderBlock.Parse
by @haga-rak in #159
Full Changelog: v1.19.19.58639...v1.19.20.62081
Fluxzy v1.19.19
Official .NET builds are signed and published at nuget.org.
CLI binaries are available as assets or downloadable via this page.
What's Changed
New Features
- Merge captured PCAPNG into a single file by @haga-rak in #152
- Expose write events to .NET API consumer by @haga-rak in #153
Dependencies
- Bump System.Text.Json from 8.0.0 to 8.0.1 by @dependabot in #149
Other Changes
Full Changelog: v1.18.26.59724...v1.19.19.58639