We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad122ab commit d48ec4eCopy full SHA for d48ec4e
2 files changed
RELEASE_NOTES
@@ -1,6 +1,15 @@
1
rabbit.js release notes
2
=======================
3
4
+v0.4.2
5
+------
6
+
7
+This release adds:
8
9
+ * TASK and WORKER sockets, for posting and processing different
10
+ varieties of task
11
+ * `'blocked'` and `'unblocked'` events, on connections
12
13
v0.4.1
14
------
15
package.json
@@ -1,7 +1,7 @@
{
"name": "rabbit.js",
"description": "Easy stream-based messaging using RabbitMQ",
- "version": "0.4.1",
+ "version": "0.4.2",
"homepage": "http://github.com/squaremo/rabbit.js",
"repository": {
"type": "git",
0 commit comments