Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Williams committed Feb 29, 2016
1 parent 2cda08b commit a3245c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ remit.listen('something.#', function (args) {
# Pre-requisites

To use `remit` you'll need:
* A _RabbitMQ_ server
* A _RabbitMQ_ server (_Remit_ `1.2.0+` requires `>=3.4.0`)
* _Node v4.x.x_
* _npm_

Expand Down Expand Up @@ -413,7 +413,7 @@ remit.listen('user.registered', function (args, done) {
* Cleaner error handling (along with some standards)
* ~~Removal of all use of `process.exit()`~~
* Connection retrying when losing connection to the AMQ
* Use promises instead of callbacks
* ~~Use promises instead of callbacks~~
* Warnings for duplicate `req` subscriptions
* ~~Better handling of `req` timeouts~~
* Ability for emissions to receive (multiple) results from listeners if required (I really want to use generators for this)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remit",
"version": "1.1.7",
"version": "1.2.0",
"description": "A small set of functionality used to create microservices that don't need to be aware of one-another's existence.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a3245c8

Please sign in to comment.