aws-signature-version-4

The buttoned-up and boring, but deeply analyzed, implementation of SigV4 in .NET

APACHE-2.0 License

Stars
74
Committers
9

Bot releases are visible (Hide)

aws-signature-version-4 - Release v4.0.5 Latest Release

Published by github-actions[bot] 6 months ago

💉 Fixed

aws-signature-version-4 - Release v4.0.3

Published by github-actions[bot] 6 months ago

💫 Changed

aws-signature-version-4 - Release v4.0.1

Published by FantasticFiasco over 1 year ago

💉 Fixed

aws-signature-version-4 - Release v4.0.0

Published by FantasticFiasco over 2 years ago

⚡ Added

  • Support for .NET 6

💀 Removed

💉 Fixed

aws-signature-version-4 - Release v4.0.0-beta.2

Published by FantasticFiasco over 2 years ago

aws-signature-version-4 - Release v4.0.0-beta.1

Published by FantasticFiasco over 2 years ago

⚡ Added

  • Support for .NET 6

💀 Removed

💉 Fixed

aws-signature-version-4 - Release v3.0.1

Published by FantasticFiasco over 2 years ago

💉 Fixed

  • #543 Deadlock when used in synchronous context (contribution by @ronenfe)
aws-signature-version-4 - Release v3.0.0

Published by FantasticFiasco over 2 years ago

⚡ 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

aws-signature-version-4 - Release v2.1.1

Published by FantasticFiasco about 3 years ago

💉 Fixed

  • #478 Add support for HttpClient.Send on .NET 5 (contribution by @Timovzl)
aws-signature-version-4 - Release v2.1.0

Published by FantasticFiasco about 3 years ago

⚡ Added

aws-signature-version-4 - Release v2.1.0-beta.1

Published by FantasticFiasco about 3 years ago

⚡ Added

aws-signature-version-4 - Release v2.0.0

Published by FantasticFiasco about 3 years ago

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

aws-signature-version-4 - Release v1.4.1

Published by FantasticFiasco over 3 years ago

💉 Fixed

  • #420 Improve error message in exception thrown when region or service name is omitted
aws-signature-version-4 - Release v1.4.0

Published by FantasticFiasco almost 4 years ago

⚡ Added

aws-signature-version-4 - Release v1.3.1

Published by FantasticFiasco about 4 years ago

💉 Fixed

  • NuGet package does not show an icon
  • Configure SourceLink to embed untracked sources
  • Configure SourceLink to use deterministic builds when running on AppVeyor
aws-signature-version-4 - Release v1.3.0

Published by FantasticFiasco over 4 years ago

⚡ Added

  • #1 Support for S3 (Simple Storage Service)
aws-signature-version-4 - Release v1.2.0

Published by FantasticFiasco over 5 years ago

⚡ Added

  • Improve searchability by adding NuGet tags aws, sign, http and request
aws-signature-version-4 - Release v1.1.0

Published by FantasticFiasco over 5 years ago

⚡ Added

  • #36 Support for .NET Framework 4.5
aws-signature-version-4 - Release v1.0.2

Published by FantasticFiasco over 5 years ago

💉 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)
aws-signature-version-4 - Release v1.0.1

Published by FantasticFiasco over 5 years ago

💉 Fixed

  • Update XML comments
  • Update dependencies