Releases: nutes-uepb/amqp-client-node
Releases · nutes-uepb/amqp-client-node
v1.0.11
v1.0.10
Adjustments
- Updates the version of the dependencies to address vulnerability issues.
v1.0.9
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.
- The message:
v1.0.5
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
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
Bug Fix
- Solution for empty object in response, this when RPC server returned a promise.
v1.0.0
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).