Skip to content

Commit 5854d15

Browse files
committed
Bump version and update release notes
1 parent 1f73889 commit 5854d15

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

RELEASE_NOTES

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
rabbit.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+
420
v0.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
924
node-amqp. It is intended to be API-compatible with rabbit.js
1025
v0.2.1. The version is given a suffix (`-amqplib`) for now, so that
1126
v0.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)