Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

70 lines (38 loc) · 1.21 KB

Changelog

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.

4.0.0

Added

  • Added support for .NET 6.0.

Removed

  • Removed support for .NET Core 2.1 and 3.0.

Fixed

  • Fixed vulnerability "Cookie parsing failure" related to Microsoft.AspNetCore.Http.

3.0.0

Added

  • Added support for the IHttpClientBuilder methods.

Changed

  • [BREAKING]: Removed the innerHandler parameter in the RequestsSignatureDelegatingHandler constructor; you must now use the InnerHandler property.

Deprecated

Removed

Fixed

  • Support for working with IHttpClientFactory (Issue #2).
  • Postman pre-request script not working when using urlencoded bodies.

Security

2.0.0

Added

  • Added support for ASP.NET Core 3.0 (targeting netcoreapp3.0).

Changed

Deprecated

Removed

Fixed

Security

1.0.0

Added

  • Initial version compatible with ASP.NET Core >= 2.1

Changed

Deprecated

Removed

Fixed

Security