All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added support for .NET 6.0.
- Removed support for .NET Core 2.1 and 3.0.
- Fixed vulnerability "Cookie parsing failure" related to Microsoft.AspNetCore.Http.
- Added support for the
IHttpClientBuildermethods.
- [BREAKING]: Removed the
innerHandlerparameter in theRequestsSignatureDelegatingHandlerconstructor; you must now use theInnerHandlerproperty.
- Support for working with
IHttpClientFactory(Issue #2). - Postman pre-request script not working when using urlencoded bodies.
- Added support for ASP.NET Core 3.0 (targeting
netcoreapp3.0).
- Initial version compatible with ASP.NET Core >= 2.1