Skip to content

Releases: lucacasonato/deno_sqs

0.3.7

22 Nov 23:17
54abc6a
Compare
Choose a tag to compare

Changes

  • chore: update deps (#9)

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

25 Apr 12:38
8028abc
Compare
Choose a tag to compare

Changes

  • chore: updated deps (#8)

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

02 Feb 11:19
059cbbe
Compare
Choose a tag to compare

Changes

  • chore: updated deps (#6)

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

27 Sep 16:07
0f64bf4
Compare
Choose a tag to compare

Changes

  • chore: updated deps (#5)

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

13 Sep 19:04
cff24a7
Compare
Choose a tag to compare

Changes

  • chore: updated deps (#4)

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

01 Sep 15:50
f641282
Compare
Choose a tag to compare

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

11 Aug 22:11
4228acc
Compare
Choose a tag to compare

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

11 Aug 21:28
a99004d
Compare
Choose a tag to compare

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

11 Aug 20:43
9bb2782
Compare
Choose a tag to compare

Changes

  • feat:receiveMessage API

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

03 Aug 09:40
9b78000
Compare
Choose a tag to compare

Changes

  • feat:sendMessage API

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.