Skip to content

Releases: darkskyapp/node-sarra

Switch to using AMQPS Port 5671

Choose a tag to compare

@lianga888 lianga888 released this 03 Dec 20:52
500da51

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

Fix bug in message handling

Choose a tag to compare

released this 05 Sep 21:11

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

Choose a tag to compare

released this 22 Aug 12:53

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

Choose a tag to compare

released this 18 Aug 12:48

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

Choose a tag to compare

released this 17 Aug 19:36

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

Choose a tag to compare

released this 17 Aug 14:27

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

Tune interface.

Choose a tag to compare

released this 16 Aug 20:09

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

Choose a tag to compare

released this 16 Aug 19:23

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.

Choose a tag to compare

released this 16 Aug 19:00
v0.0.1

Initial commit