Skip to content

Releases: nutes-uepb/amqp-client-node

v1.0.11

29 Mar 12:39
Compare
Choose a tag to compare

Adjustments

  • Correcting the Promise RPC Client options.

v1.0.10

17 Jun 22:43
Compare
Choose a tag to compare

Adjustments

  • Updates the version of the dependencies to address vulnerability issues.

v1.0.9

17 Jun 22:43
Compare
Choose a tag to compare

Bug Fixes

  • Fixed error related to lib InversifyJS
    • The message: "The number of constructor arguments in a derived class must be> = than the number of constructor arguments of its base class." The error was in the EventEmitter inheritance applied to the CustomEventEmitter class.

v1.0.5

03 Sep 23:57
Compare
Choose a tag to compare

Adjustments

  • Standardization of connection events that are emitted. The following events are emitted:
    • error - When connection error occurs;
    • connected - When the connection is successfully established;
    • disconnected - When the connection is lost;
    • trying - When a new reconnection attempt is made after being lost;
    • reestablished - When a lost connection is reestablished.

v1.0.3

11 Aug 18:40
Compare
Choose a tag to compare

Features:

  • Automatic creation and management of queues, exchanges and channels;
  • Support for direct, topic and fanout exchanges;
  • Publish;
  • Subscribe;
  • Support for a Remote procedure call (RPC).

Bug Fixes

  • Fixed an error when posting a message where content was not being mapped correctly to the consumer. A message can now be published by the IMessage interface or Message object.

v1.0.1

09 Aug 18:07
Compare
Choose a tag to compare

Bug Fix

  • Solution for empty object in response, this when RPC server returned a promise.

v1.0.0

08 Aug 22:57
Compare
Choose a tag to compare

Features:

  • Automatic creation and management of queues, exchanges and channels;
  • Support for direct, topic and fanout exchanges;
  • Publish;
  • Subscribe;
  • Support for a Remote procedure call (RPC).