title | description | slug | publish | position |
---|---|---|---|---|
Release History |
FiddlerCore versions release hostory |
fc-release-history |
true |
300 |
- Dropped support for .NET Framework version 4.8 or lower.
- Deprecated
OptimizeThreadPool
configuration option. - The
SendBodyAsync
method inClientChatter
now returns an integer that represents the size of the data being transferred. - The
SendDataAsync
method inPipeBase
now returns an integer that represents the size of the data being transferred - The
SendRequestHeadersAsync
inPipeBase
now returns an integer that represents the size of the data being transferred - The
SendResponseHeadersAsync
inPipeBase
now returns an integer that represents the size of the data being transferred - The
SessionTimers
class has been renamed toSessionMetrics
. - The
Timers
field inSession
has been renamed toMetrics
.
- Added support for TLS 1.3
- Support for HTTP/2 thorugh the
EnableHTTP2
configuration option. - Support for adding custom TLS provider through the
UseClientTlsProvider
configuration option. - The
SessionMetrics
has additional information for different timings and sizes throughout the session lifecycle. - The SAZ archive now contains additional information for timings and sizes.
- Add digital signature to the FiddlerCore NuGet package and the FiddlerCore assemblies.
- Add x-
ConnectResponseRemoveConnectionClose
session flag (documented in the [Client flags]({%slug fiddler-core-session-flags%}#client-flags) section).
- SSL handshake fails for some servers with TLS1.2
- Removal of makecert.exe from FiddlerCore distributions
- Improved the NetworkConnections API
- Included PDBs for the NetworkConnections assemblies in the distributions
- Hook using PAC script only
- Updated FiddlerCore EULA
- Updated FiddlerCore demo project