Releases: lucacasonato/deno_aws_sign_v4
Releases · lucacasonato/deno_aws_sign_v4
1.0.2
Changes
- refactor: use subtle crypto for hashing + hmac (#16)
Installation
Import this release:
import { AWSSignerV4 } from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
1.0.1
Changes
Installation
Import this release:
import { AWSSignerV4 } from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
1.0.0
Changes
- chore: update std to 0.84.0 (#11)
Installation
Import this release:
import { AWSSignerV4 } from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
0.1.5
Changes
- chore: update std to 0.79.0 (#9)
Installation
Import this release:
import { AWSSignerV4 } from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
0.1.4
Changes
- fix: querystring order in canonical string (#7)
Installation
Import this release:
import { AWSSignerV4 } from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
0.1.3
Changes
- chore: add generic interface for signer class (#6 )
Installation
Import this release:
import { AWSSignerV4 } from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
0.1.2
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/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
0.1.1
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/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.
0.1.0
Changes
- feat: initial implementation using
Request
Installation
Import this release:
import { AWSSignerV4 } from "https://deno.land/x/[email protected]/mod.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/mod.ts
Documentation can be found on deno doc.