Skip to content

Releases: MeowWolf/node-red-contrib-amqp

v2.4.2

20 Dec 18:25

Choose a tag to compare

Moves license field up in package.json

v2.4.1

07 Oct 18:20
3e34fcd

Choose a tag to compare

  • Fixes issue where amqp credentials from the environment were being retrieved incorrectly

v2.4.0

29 Sep 19:38

Choose a tag to compare

  • Adds option to skip stringification of payload in amqp-out node
  • Fixes typedInput display issue
  • Removes some routing key input placeholders

v2.3.1

01 Sep 17:56

Choose a tag to compare

  • Defaults nack requeue option to true

v2.3.0

20 Aug 15:15

Choose a tag to compare

  • Adds nack and (n)ack options.
  • Thanks to @pauldeng

v2.2.0

12 Aug 18:07

Choose a tag to compare

  • Gets credentials from node-red settings file not from environment variables which are accessible via the UI.

v2.1.0

06 Aug 20:47

Choose a tag to compare

  • Allows special characters in amqp username and password credential fields
  • Implements TypedInput widget for routing key field in amqp-out node

v2.0.1

28 Jun 18:45

Choose a tag to compare

  • Updates deprecated event name - nodes-stopped to flows:stopped

v2.0.0

27 Jun 02:27
882a83f

Choose a tag to compare

  • 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

11 Oct 23:17

Choose a tag to compare

  • 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