File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11rabbit.js release notes
22=======================
33
4+ v0.3.0
5+ ------
6+
7+ This release moves over to the [amqplib][]-based rewrite.
8+
9+ There are some small improvements to the API over both v0.2.1-amqplib
10+ and v0.2.2:
11+
12+ * `Socket#end` and `Socket#close` and the `'end'` and `'close'`
13+ events now behave like their Stream counterparts
14+ * More than one REQ may be in-flight; the replies are put in order to
15+ be read
16+
17+ Supports:
18+ - Node.JS v0.8, v0.10, v0.11
19+
420v0.2.1-amqplib
521--------------
622
7- This release is a rewrite of rabbit.js using
8- [amqplib](https://squaremo.github.com/amqp.node) instead of
23+ This release is a rewrite of rabbit.js using [amqplib][] instead of
924node-amqp. It is intended to be API-compatible with rabbit.js
1025v0.2.1. The version is given a suffix (`-amqplib`) for now, so that
1126v0.2.1 will still be regarded as the "latest" version, and the rewrite
@@ -59,3 +74,6 @@ Main changes since v0.2:
5974 https://github.com/squaremo/rabbit.js/issues/25)
6075
6176 * Finally has some smoke tests
77+
78+
79+ [amqplib]: https://squaremo.github.com/amqp.node
Original file line number Diff line number Diff line change 11{
22 "name" : " rabbit.js" ,
33 "description" : " Easy stream-based messaging using RabbitMQ" ,
4- "version" : " 0.2.1-amqplib " ,
4+ "version" : " 0.3.0 " ,
55 "homepage" : " http://github.com/squaremo/rabbit.js" ,
66 "repository" : {
77 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments