Skip to content

Releases: FantasticFiasco/aws-signature-version-4

Release v3.0.0

18 Mar 20:27
Compare
Choose a tag to compare

⚡ 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

Release v2.1.1

07 Sep 16:37
Compare
Choose a tag to compare

💉 Fixed

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

Release v2.1.0

29 Aug 13:50
Compare
Choose a tag to compare

⚡ Added

Release v2.1.0-beta.1

28 Aug 20:59
Compare
Choose a tag to compare
Release v2.1.0-beta.1 Pre-release
Pre-release

⚡ Added

Release v2.0.0

31 Jul 22:14
2a27b42
Compare
Choose a tag to compare

⚡ 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.

Release v1.4.1

09 Jun 19:40
e712669
Compare
Choose a tag to compare

💉 Fixed

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

Release v1.4.0

25 Nov 23:21
Compare
Choose a tag to compare

⚡ Added

Release v1.3.1

14 Aug 21:52
Compare
Choose a tag to compare

💉 Fixed

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

Release v1.3.0

29 Jun 17:35
Compare
Choose a tag to compare

⚡ Added

  • #1 Support for S3 (Simple Storage Service)

Release v1.2.0

15 Jul 19:26
Compare
Choose a tag to compare

⚡ Added

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