eventstore
Advanced tools
Comparing version 1.13.2 to 1.13.3
@@ -21,3 +21,2 @@ var util = require('util'), | ||
snapshotsCollectionName: 'snapshots', | ||
max_attempts: 1, | ||
retry_strategy: function (options) { | ||
@@ -24,0 +23,0 @@ return undefined; |
{ | ||
"author": "adrai", | ||
"name": "eventstore", | ||
"version": "1.13.2", | ||
"version": "1.13.3", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
@@ -216,3 +216,3 @@ # Introduction | ||
ex.init(); // callback is optional | ||
es.init(); // callback is optional | ||
@@ -219,0 +219,0 @@ |
@@ -0,1 +1,4 @@ | ||
#### [v1.13.3](https://github.com/adrai/node-eventstore/compare/v1.13.2...v1.13.3) | ||
- remove deprecated option max_attempts from redis options | ||
#### [v1.13.2](https://github.com/adrai/node-eventstore/compare/v1.13.0...v1.13.2) | ||
@@ -2,0 +5,0 @@ - Fix concurrency issue in createTableIfNotExists (DynamoDB) [#118](https://github.com/adrai/node-eventstore/pull/118) thanks to [DannyRyman](https://github.com/DannyRyman) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
190808
4629