We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1d528 commit 0d77099Copy full SHA for 0d77099
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change log for amqplib
2
3
+## Changes in v0.10.5
4
+
5
+ git log v0.10.4..v0.10.5
6
7
+- Removed readable stream - See https://github.com/amqp-node/amqplib/issues/729
8
+- Added support for unsigned integers - See https://github.com/amqp-node/amqplib/pull/773
9
+- Committed protocol definitions - See https://github.com/amqp-node/amqplib/commit/0a87ee480311633cff41e43350a90cb3c1221506
10
11
## Changes in v0.10.4
12
13
- Improve stream example as per https://github.com/amqp-node/amqplib/issues/722
0 commit comments