------------------ - Also publish the package as a wheel - Contributed by kgaughan: https://github.com/DavidMuller/aws-requests-auth/issues/54
0.4.2
------------------ - Add x-amz-content-sha256 header to request - Contributed by samuelsh: https://github.com/DavidMuller/aws-requests-auth/pull/37
0.4.1
------------------ - Allow utf-8 encoding failures for python2 on the request body for hashing - Contributed by bigjust: https://github.com/DavidMuller/aws-requests-auth/pull/30
0.4.0
------------------ - Add `BotoAWSRequestsAuth` convenience class which automatically gathers (and refreshes) AWS credentials using botocore - Contributed by tobiasmcnulty: https://github.com/DavidMuller/aws-requests-auth/pull/29
0.3.3
------------------ - Add classifiers to the pypi distribution
0.3.2
------------------ - Add convenience methods for dynamically pulling AWS credentials via boto3 - Thanks to schobster: https://github.com/DavidMuller/aws-requests-auth/pull/22