Releases: MeowWolf/node-red-contrib-amqp
Releases · MeowWolf/node-red-contrib-amqp
v2.4.2
v2.4.1
- Fixes issue where amqp credentials from the environment were being retrieved incorrectly
v2.4.0
- Adds option to skip stringification of payload in amqp-out node
- Fixes typedInput display issue
- Removes some routing key input placeholders
v2.3.1
- Defaults nack requeue option to true
v2.3.0
v2.2.0
- Gets credentials from node-red settings file not from environment variables which are accessible via the UI.
v2.1.0
- Allows special characters in amqp username and password credential fields
- Implements TypedInput widget for routing key field in amqp-out node
v2.0.1
- Updates deprecated event name -
nodes-stoppedtoflows:stopped
v2.0.0
- Adds better auto-reconnect when both node-red and the amqp broker go down
- Adds the option to pull amqp credentials from environment variables instead of the broker config node
- Version to 2.0.0 because the upgrade of the amqplib dependency drops support for node 10
v1.2.0
- Fixes an issue when a message is supposed to be sent on the default exchange but it wasn’t
- Implements a more traditional RPC pattern sending messages directly to queues instead of using routing keys