Skip to content

Releases: FantasticFiasco/aws-signature-version-4

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

Release v1.1.0

13 Jul 20:20
Compare
Choose a tag to compare

⚡ Added

  • #36 Support for .NET Framework 4.5

Release v1.0.2

28 Jun 07:23
Compare
Choose a tag to compare

💉 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)