Skip to content

Release v2.0.0

Choose a tag to compare

@FantasticFiasco FantasticFiasco released this 31 Jul 22:14
2a27b42

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