Skip to content

Releases: zirkelc/aws-sigv4-fetch

v4.0.1

17 Aug 09:30
Compare
Choose a tag to compare

What's Changed

  • fix: support Request object as input by @zirkelc in #20

Full Changelog: v4.0.0...v4.0.1

v4.0.0

06 Jul 14:42
Compare
Choose a tag to compare

What's Changed

  • Upgrade @aws/* and @smithy/* dependencies to latest major version by @josephearl in #18
    • drops support for Node.js v16

New Contributors

Full Changelog: v3.1.1...v4.0.0

v3.1.1

06 Jul 14:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

06 Jul 10:55
Compare
Choose a tag to compare

What's Changed

  • Remove cross-fetch dependency by @zirkelc in #3
  • Bugfix query string request signature by @zirkelc in #5
  • Pass init param to fetch function by @zirkelc in #7
  • Change to ESM and dual publish ESM+CJS by @zirkelc in #9
  • Add E2E test for api gateway by @zirkelc in #11
  • Encode path and query according to RFC 3986 by @zirkelc in #13

Full Changelog: https://github.com/zirkelc/aws-sigv4-fetch/commits/v3.1.0