-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc24f67
commit c2602e5
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
# Changelog | ||
|
||
### v1.2.1 | ||
## v1.3.0 | ||
|
||
* Bump amqplib to ^0.8.0 | ||
* Fix rabbit.publishRpc returning void instead of RabbitMessage if replyTo was disabled. | ||
It now returns an empty RabbitMessage to keep return signature consistent. | ||
|
||
## v1.2.1 | ||
|
||
* Update minimum supported version of mongoose to ^5.11 for builtin typescript definitions | ||
|
||
### v1.2.0 | ||
## v1.2.0 | ||
|
||
* Replace request dependency with node-fetch | ||
|
||
### v1.1.0 | ||
## v1.1.0 | ||
|
||
* Add onQueue method for listening to regular queues | ||
* Make possible to set replyTo field for options to publishRpc | ||
|
||
### v1.0.0 | ||
## v1.0.0 | ||
|
||
* Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters