1.14.0 (2026-06-03)
Features Added
- Added experimental
FileBinaryContenttype for representing a file part within an HTTP request payload, typically as part of amultipart/form-datarequest. - Added experimental
MultiPartFormContenttype for buildingmultipart/form-datarequest payloads. - Added a chain-aware
CredentialResolver.TryResolve(IConfigurationSection, Func<IConfigurationSection, AuthenticationTokenProvider?>, out AuthenticationTokenProvider?)virtual overload. The callback lets a chain-owning resolver resolve child sections back through the active engine — preserving caching, normalization, and ordering — without needing to know about credential sources owned by other packages. The default implementation forwards to the existing two-arg overload (experimentalSCME0002).