Releases: tedder/requests-aws4auth
Releases · tedder/requests-aws4auth
v1.3.1
v1.3.0
v1.2.3
v1.2.2 (2023-02-02)
Bugfixes
- The 1.2.0/1.2.1 releases had a regression error. The fix of #63 has been reverted.
v1.2.1 (2023-01-25)
Bugfixes
- Actually fix #34. Build 1.2.0 was not fully released.
1.2.0 (2023-01-20)
Bugfixes
- Fix #34, port numbers on header, with #63. Thanks @phillipberndt.
Changes
- test against 3.10. Currently supporting 3.8-3.10.
- small fixup to flake8 config
v1.1.2 (2022-05-24)
What's Changed
- Remove README.md, LICENSE, and HISTORY from package_data. by @benjaminp in #52
- Feature/httpx support by @TheLazzziest in #55
- Prevent unquoting of query string reserved characters by @mliarakos in #60
- Add support for file-like objects as request body by @USSRLivesOn in #58
New Contributors
- @benjaminp made their first contribution in #52
- @TheLazzziest made their first contribution in #55
- @mliarakos made their first contribution in #60
- @USSRLivesOn made their first contribution in #58
Full Changelog: v.1.1.1...v1.1.2
1.1.1 (2021-06-04)
Bugfixes
- secondary fix to query string ordering, documented in #49. It would fail with multiple values for the same key. Thanks @martinamps.
- fix minor deprecation warning in a regex.
Package changes
- none
Tests
- Added tests for #49 secondary fix for string ordering.
1.1.0 (2021-05-21)
New features
- query string ordering has been fixed. Documented in #21, fixed in #23. Thanks @zen4ever.
- test for spaces before calling shlex on them in
amz_norm_whitespace
. shlex doesn't like to split whitespace on a string without whitespace, taking several orders of magnitude longer to parse through it. #35, thanks @noamkush. - added
refreshable_credentials
, see #37, thanks @teemuy.
Package changes
- Removed python2.7 support. Usage of py2.7 is not supported.
Requires-Python
will be set to py3.3+ in the next minor release.
Tests
- none
Full semver, update meta classification
1.0.1 (2020-09-28)
New features
- none
Package changes
- bump to proper X.Y.Z semver syntax
- bump project to stable (#33)
Tests
- none