File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ### v1.2.1
3
+ ## v1.3.0
4
+
5
+ * Bump amqplib to ^0.8.0
6
+ * Fix rabbit.publishRpc returning void instead of RabbitMessage if replyTo was disabled.
7
+ It now returns an empty RabbitMessage to keep return signature consistent.
8
+
9
+ ## v1.2.1
4
10
5
11
* Update minimum supported version of mongoose to ^5.11 for builtin typescript definitions
6
12
7
- ### v1.2.0
13
+ ## v1.2.0
8
14
9
15
* Replace request dependency with node-fetch
10
16
11
- ### v1.1.0
17
+ ## v1.1.0
12
18
13
19
* Add onQueue method for listening to regular queues
14
20
* Make possible to set replyTo field for options to publishRpc
15
21
16
- ### v1.0.0
22
+ ## v1.0.0
17
23
18
24
* Initial Release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cisl/io" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " A framework for building distributed applications" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments