Comparing version
@@ -17,3 +17,2 @@ var util = require('util'), | ||
prefix: 'readmodel_revision', | ||
max_attempts: 1, | ||
retry_strategy: function (options) { | ||
@@ -20,0 +19,0 @@ return undefined; |
@@ -18,3 +18,2 @@ var util = require('util'), | ||
prefix: 'saga', | ||
max_attempts: 1, | ||
retry_strategy: function (options) { | ||
@@ -21,0 +20,0 @@ return undefined; |
{ | ||
"author": "adrai", | ||
"name": "cqrs-saga", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
## [v1.10.2](https://github.com/adrai/node-cqrs-saga/compare/v1.10.1...v1.10.2) | ||
- remove deprecated option max_attempts from redis options | ||
## [v1.10.1](https://github.com/adrai/node-cqrs-saga/compare/v1.9.1...v1.10.1) | ||
@@ -2,0 +5,0 @@ - compatibility with new mongodb version (3.x) |
174766
0.06%4662
-0.04%