Skip to content

Releases: NRWLDev/auth-aws4

v0.1.12

14 May 09:20

Choose a tag to compare

Bug fixes

  • Handle missing Authorization header cleanly. [cd63442]

v0.1.11

14 May 09:02

Choose a tag to compare

Bug fixes

  • Validate authorization header format when parsing and raise on issues. [436b3ac]

v0.1.10

05 May 18:07

Choose a tag to compare

Documentation

  • Add documentation url for pypi. [7fd4eb8]

v0.1.9

05 May 17:51

Choose a tag to compare

Bug fixes

  • Ensure urls render in pypi. [c0d62bf]

v0.1.8

09 Sep 16:00

Choose a tag to compare

Miscellaneous

  • Migrate from poetry to uv for dependency and build management [5246097]
  • Update changelog-gen and related configuration. [f8f51b9]

v0.1.7

30 Aug 11:33

Choose a tag to compare

Features and Improvements

  • Implement httpx client using httpx.Auth instead of a callable. [c5be7fc]

v0.1.6

03 Aug 17:45

Choose a tag to compare

Features and Improvements

  • Add httpx auth implementation with httpx.Request protocol for type hinting. [54aba90]

Miscellaneous

  • Fix type hints for URL protocol. [3e1e5ec]

v0.1.5

03 Aug 14:43

Choose a tag to compare

Features and Improvements

  • Add keypair generation utils [#1] [5da7743]

v0.1.4

01 Aug 09:54

Choose a tag to compare

Bug fixes

  • Fix datetime type hints. [45ef312]
  • Improve typing to support passing URL objects directly. [e14ad65]

Miscellaneous

  • Add initial documentation. [1b31d4a]
  • Add tests for URL and str based urls. [1aeeaa5]

v0.1.3

30 Jul 10:30

Choose a tag to compare

Bug fixes

  • Add dateutil as a dependency [6b7bb14]

Miscellaneous

  • Add tests for custom algorithm support [d6888e5]