Releases: darkskyapp/node-sarra
Switch to using AMQPS Port 5671
Fix bug in message handling
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
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
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
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
This release add the amqp_expires
option, to prevent queues from lying around forever.
Tune interface.
This release:
- Exposes user and password, in case the clients wants to set those.
- Changes exposed names to match those of the official client.
- Hides variables that one usually shouldn't mess with.
Make fetching the client's responsibility
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.
v0.0.1 Initial commit