We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da7c13 commit bd638eaCopy full SHA for bd638ea
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog (aws-requests-auth)
2
==================
3
4
+0.4.1
5
+------------------
6
+- Allow utf-8 encoding failures for python2 on the request body for hashing
7
+ - Contributed by @bigjust: https://github.com/DavidMuller/aws-requests-auth/pull/30
8
+
9
10
0.4.0
11
------------------
12
- Add `BotoAWSRequestsAuth` convenience class which automatically gathers (and refreshes) AWS credentials using botocore
setup.py
@@ -3,7 +3,7 @@
setup(
name='aws-requests-auth',
- version='0.4.0',
+ version='0.4.1',
author='David Muller',
author_email='[email protected]',
packages=['aws_requests_auth'],
0 commit comments