Releases: FantasticFiasco/aws-signature-version-4
Releases · FantasticFiasco/aws-signature-version-4
Release v2.1.0
Release v2.1.0-beta.1
Release v2.0.0
⚡ 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
💉 Fixed
- #420 Improve error message in exception thrown when region or service name is omitted
Release v1.4.0
⚡ Added
- HTTP message handler
AwsSignatureHandler
designed to be compatible with IHttpClientFactory and its request pipeline. For more information about message handlers and their usage, please see HTTP Message Handlers in ASP.NET Web API.
Release v1.3.1
💉 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
⚡ Added
- #1 Support for S3 (Simple Storage Service)
Release v1.2.0
⚡ Added
- Improve searchability by adding NuGet tags
aws
,sign
,http
andrequest
Release v1.1.0
⚡ Added
- #36 Support for .NET Framework 4.5
Release v1.0.2
💉 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)