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.2.2
5+ ------
6+
7+ Supports:
8+ - Node.JS v0.6, v0.8, v0.10
9+
10+ Changes since v0.2.1:
11+
12+ * Queues and exchanges are cleaned up when sockets are closed
13+ (https://github.com/squaremo/rabbit.js/pull/43)
14+
15+ * Expiration of pub and push messages (via `setsockopt`)
16+ (https://github.com/squaremo/rabbit.js/pull/41)
17+
18+ *NB* I expect this to be the last release based on node-amqp. Future
19+ releases will likely use amqplib; however, I will keep the API
20+ compatible so far as possible (v0.2.1-amqplib is compatible).
21+
422v0.2.1
523------
624
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 " ,
4+ "version" : " 0.2.2 " ,
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