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.1-amqplib
5+ --------------
6+
7+ This release is a rewrite of rabbit.js using
8+ [amqplib](https://squaremo.github.com/amqp.node) instead of
9+ node-amqp. It is intended to be API-compatible with rabbit.js
10+ v0.2.1. The version is given a suffix (`-amqplib`) for now, so that
11+ v0.2.1 will still be regarded as the "latest" version, and the rewrite
12+ is on the branch `amqplib` in the rabbit.js github
13+ repository. However, future versions will likely be developed from
14+ this branch; i.e., it will be merged into master, and the
15+ implementation using node-amqp abandoned.
16+
17+ Supports:
18+ - Node.JS v0.8, v0.10
19+
420v0.2.1
521------
622
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.1-amqplib " ,
55 "homepage" : " http://github.com/squaremo/rabbit.js" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/squaremo/rabbit.js.git"
99 },
1010 "author" : " Michael Bridgen <mikeb@squaremobius.net>" ,
1111 "directories" : {
12- "lib" : " lib"
12+ "lib" : " lib" ,
13+ "test" : " test"
1314 },
1415 "main" : " ./index" ,
1516 "scripts" : {
You can’t perform that action at this time.
0 commit comments