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.