Skip to content

Latest commit

 

History

History
137 lines (71 loc) · 5.48 KB

CHANGELOG.md

File metadata and controls

137 lines (71 loc) · 5.48 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning and is following the change log format.

Unreleased

[4.0.5] - 2024-05-01

💉 Fixed

[4.0.3] - 2023-10-22

💫 Changed

[4.0.1] - 2023-03-29

💉 Fixed

[4.0.0] - 2022-03-25

⚡ Added

  • Support for .NET 6

💀 Removed

💉 Fixed

[3.0.1] - 2022-03-25

💉 Fixed

  • #543 Deadlock when used in synchronous context (contribution by @ronenfe)

[3.0.0] - 2022-03-18

⚡ Added

  • #528 Add support for HttpClient.PatchAsync (contribution by @mungojam)
  • #526 Add support for HttpClient.GetStringAsync (contribution by @mungojam)

💫 Changed

  • #482 [BREAKING CHANGE] Align with CA1068 making sure that the CancellationToken parameter comes last

💀 Removed

[2.1.1] - 2021-09-07

💉 Fixed

  • #478 Add support for HttpClient.Send on .NET 5 (contribution by @Timovzl)

[2.1.0] - 2021-08-29

⚡ Added

[2.0.0] - 2021-08-01

⚡ Added

  • #458 [BREAKING CHANGE] Improve support for AWS credentials inheriting from Amazon.Runtime.AWSCredentials (proposed by @cliff-wakefield-acurus)

    Migration guide

    All properties of class AwsSignatureHandlerSettings have had their access modifiers changed from public to internal, thus the properties have been removed from the public API. If you experience a compilation error because of this, please refactor your code to access RegionName, ServiceName and the AWS credentials by other means.

[1.4.1] - 2021-06-09

💉 Fixed

  • #420 Improve error message in exception thrown when region or service name is omitted

[1.4.0] - 2020-11-26

⚡ Added

[1.3.1] - 2020-08-14

💉 Fixed

  • NuGet package does not show an icon
  • Configure SourceLink to embed untracked sources
  • Configure SourceLink to use deterministic builds when running on AppVeyor

[1.3.0] - 2020-06-29

⚡ Added

  • #1 Support for S3 (Simple Storage Service)

[1.2.0] - 2019-07-15

⚡ Added

  • Improve searchability by adding NuGet tags aws, sign, http and request

[1.1.0] - 2019-07-13

⚡ Added

  • #36 Support for .NET Framework 4.5

[1.0.2] - 2019-06-27

💉 Fixed

  • #28 Default request headers are added twice on Android using Mono. The behavior on Mono is different from the behavior on .NET Framework or .NET Core, where a default request header that already exists on the request message is ignored. (contribution by @Daniel-NP)

[1.0.1] - 2019-05-28

💉 Fixed

  • Update XML comments
  • Update dependencies

[1.0.0] - 2019-05-28

Initial version.