Skip to content

Releases: lucacasonato/deno_aws_sign_v4

1.0.2

22 Nov 22:58
5726481
Compare
Choose a tag to compare

Changes

  • refactor: use subtle crypto for hashing + hmac (#16)

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@1.0.2/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@1.0.2/mod.ts

Documentation can be found on deno doc.

1.0.1

25 Apr 11:38
2d22db2
Compare
Choose a tag to compare

Changes

  • fix: make library work in Deno 1.9.x (#14)
  • chore: update std to 0.95.0 (#14)

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@1.0.1/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@1.0.1/mod.ts

Documentation can be found on deno doc.

1.0.0

24 Jan 19:48
d8eab4c
Compare
Choose a tag to compare

Changes

  • chore: update std to 0.84.0 (#11)

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@1.0.0/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@1.0.0/mod.ts

Documentation can be found on deno doc.

0.1.5

26 Nov 20:37
4364323
Compare
Choose a tag to compare

Changes

  • chore: update std to 0.79.0 (#9)

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@0.1.5/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@0.1.5/mod.ts

Documentation can be found on deno doc.

0.1.4

01 Oct 12:41
2a5b705
Compare
Choose a tag to compare

Changes

  • fix: querystring order in canonical string (#7)

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@0.1.4/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@0.1.4/mod.ts

Documentation can be found on deno doc.

0.1.3

29 Sep 17:26
ebe7ee2
Compare
Choose a tag to compare

Changes

  • chore: add generic interface for signer class (#6 )

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@0.1.3/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@0.1.3/mod.ts

Documentation can be found on deno doc.

0.1.2

27 Sep 15:37
1e2217f
Compare
Choose a tag to compare

Changes

  • chore: update Deno to 1.4.2
  • chore: update std to 0.71.0

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@0.1.2/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@0.1.2/mod.ts

Documentation can be found on deno doc.

0.1.1

13 Sep 18:44
52eed3b
Compare
Choose a tag to compare

Changes

  • chore: update Deno to 1.4.0
  • chore: update std to 0.69.0

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@0.1.1/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@0.1.1/mod.ts

Documentation can be found on deno doc.

0.1.0

09 Sep 21:50
2aa0d20
Compare
Choose a tag to compare

Changes

  • feat: initial implementation using Request

Installation

Import this release:

import { AWSSignerV4 }  from "https://deno.land/x/aws_sign_v4@0.1.0/mod.ts";

Cache this release:

deno cache https://deno.land/x/aws_sign_v4@0.1.0/mod.ts

Documentation can be found on deno doc.