Releases: lucacasonato/deno_aws_sign_v4
Releases · lucacasonato/deno_aws_sign_v4
1.0.2
22 Nov 22:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 .