Releases: tsibelman/aws-signer-v4-dot-net
Releases · tsibelman/aws-signer-v4-dot-net
1.0.3
Merge pull request #31 from branch-slalom/master
Update AWS4RequestSigner.cs Sort Comparer
1.0.2
Fix for issue with sorting of query parameters #29
1.0.1
#26 Improved query string handling
1.0
Added IDisposable interface to properly dispose of underlying resource
#25 Fixes scenario where query string arrays (i.e. query strings with multiple paramaters with the same name) would cause invalid signatures.
#22 Adding optional clock skew support.
0.8
Fixes:
key only query string parameter for example host.com/?versions now added correctly
x-amz-content-sha256 is added correctly to all requests.