Skip to content

Releases: tedder/requests-aws4auth

v1.2.3

03 May 22:36
Compare
Choose a tag to compare

1.2.3 (2023-05-03)

Changes

  • Add manifest file so tarball installs succeed, #66. Thanks @jantman.

v1.2.2 (2023-02-02)

03 Feb 03:41
Compare
Choose a tag to compare

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)

26 Jan 19:48
Compare
Choose a tag to compare

Bugfixes

  • Actually fix #34. Build 1.2.0 was not fully released.

1.2.0 (2023-01-20)

20 Jan 22:50
Compare
Choose a tag to compare

Bugfixes

Changes

  • test against 3.10. Currently supporting 3.8-3.10.
  • small fixup to flake8 config

v1.1.2 (2022-05-24)

24 Mar 16:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.1.1...v1.1.2

1.1.1 (2021-06-04)

04 Jun 18:24
Compare
Choose a tag to compare

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)

03 Jun 22:06
Compare
Choose a tag to compare

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

29 Sep 00:27
Compare
Choose a tag to compare

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

Maturity bump to 1.0

29 Sep 00:06
8a940ac
Compare
Choose a tag to compare

New features

  • none!

Package changes

Tests

  • remove sys path hacking from tests.
  • Ensure they work now.
  • Github Actions are in place for continuous integration.
  • Allow longer flake8 line length in tests.