Skip to content

Commit 9014442

Browse files
committed
Release notes and version bump for v0.2.2
1 parent 75e44f9 commit 9014442

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

RELEASE_NOTES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
rabbit.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+
422
v0.2.1
523
------
624

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",
4+
"version": "0.2.2",
55
"homepage": "http://github.com/squaremo/rabbit.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)