Skip to content

Releases: taylorfinnell/awscr-signer

v0.4.0

22 Dec 01:02
b4c9e29
Compare
Choose a tag to compare
  • Adds AWS Version 2 signing support

v0.3.9

05 Aug 00:32
Compare
Choose a tag to compare
  • Fixes sha digest calculations on non-string request bodies
  • Removes SHA256 class wrapper

v0.3.8

24 Jul 11:30
Compare
Choose a tag to compare
  • Fixes bug with request body

v0.3.7

23 Jul 13:34
Compare
Choose a tag to compare
  • Fixes bug where the HTTP request body would be fully consumed during signature calculation, making it unusable without a rewind later.

v0.3.6

13 Jul 12:25
Compare
Choose a tag to compare
  • Signers::V4 now takes service, region, key and secret params instead of Awscr::Signer objects

v0.3.5

12 Jul 01:42
Compare
Choose a tag to compare
  • Split out the S3 concerns (Presigned::Post, Presigned::Url) into awscr-s3.

v0.3.4

11 Jul 21:58
Compare
Choose a tag to compare
  • Allow custom options for presigned urls

v0.3.3

11 Jul 21:31
Compare
Choose a tag to compare
  • Changed output of presigned urls to be s3.amazonaws.com/bucket instead of bucket.s3.amazonaws.com

v0.3.2

11 Jul 11:58
Compare
Choose a tag to compare
  • Changes V4::Signer.sign to not take request in constructor
  • Changes V4::Signer.sign to allow a string
  • Changes V4::Signer.sign to allow a request
  • Fixes presigned urls

v0.3.1

08 Jul 00:58
Compare
Choose a tag to compare
  • Hotfix for presigned urls