Skip to content

Releases: darkskyapp/node-sarra

Switch to using AMQPS Port 5671

03 Dec 20:52
500da51
Compare
Choose a tag to compare

Switches the port from 5672 to 5671 as the previous port is now closed by Sarracenia

Fix bug in message handling

05 Sep 21:11
Compare
Choose a tag to compare

An (unnecessary?) check in path resolution caused node-sarra to interpret message URLs incorrectly (returning only the hostname and note the full URL).

Make host and port configurable

22 Aug 12:53
Compare
Choose a tag to compare

This release adds the amqp_host and amqp_port options, allowing one to configure what server to connect to. (The default behavior is unchanged.)

More user-friendly durability interface

18 Aug 12:48
Compare
Choose a tag to compare

Queue durability is now controlled from the amqp_queue setting, and certain pathological cases are restricted, making the library a bit easier to use and more difficult to abuse the Canadian governmental servers.

Rename to node-sarra

17 Aug 19:36
Compare
Choose a tag to compare

Sarracenia is not Environment Canada-specific, so it isn't appropriate for this module to be named node-eccc. Changing it to node-sarra now before it becomes harder to change it :)

Add queue expiry

17 Aug 14:27
Compare
Choose a tag to compare

This release add the amqp_expires option, to prevent queues from lying around forever.

Tune interface.

16 Aug 20:09
Compare
Choose a tag to compare

This release:

  1. Exposes user and password, in case the clients wants to set those.
  2. Changes exposed names to match those of the official client.
  3. Hides variables that one usually shouldn't mess with.

Make fetching the client's responsibility

16 Aug 19:23
Compare
Choose a tag to compare

This streamlines the interface a little bit... we're not yet sure how most clients will wish to interact with the data itself.

Initial release.

16 Aug 19:00
Compare
Choose a tag to compare
v0.0.1

Initial commit