Releases: lucacasonato/deno_sqs
Releases · lucacasonato/deno_sqs
0.3.7
Changes
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.7/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.7/mod.ts
Documentation can be found on deno doc.
0.3.6
Changes
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.6/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.6/mod.ts
Documentation can be found on deno doc.
0.3.5
Changes
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.5/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.5/mod.ts
Documentation can be found on deno doc.
0.3.4
Changes
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.4/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.4/mod.ts
Documentation can be found on deno doc.
0.3.3
Changes
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.3/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.3/mod.ts
Documentation can be found on deno doc.
0.3.2
Changes
- fix: do not double URI encode message
- fix: decode xml entities when receiving message
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.2/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.2/mod.ts
Documentation can be found on deno doc.
0.3.1
Changes
- docs: added example in readme
- docs: added contributing section on running tests
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.1/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.1/mod.ts
Documentation can be found on deno doc.
0.3.0
Changes
- feat:
deleteMessage
API
- feat:
purgeQueue
API
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.3.0/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.3.0/mod.ts
Documentation can be found on deno doc.
0.2.0
Changes
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.2.0/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.2.0/mod.ts
Documentation can be found on deno doc.
0.1.0
Changes
Installation
Import this release:
import * as sqs from "https://deno.land/x/sqs@0.1.0/mod.ts";
Cache this release:
deno cache https://deno.land/x/sqs@0.1.0/mod.ts
Documentation can be found on deno doc.