We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e2ef5 commit c4e7d13Copy full SHA for c4e7d13
HISTORY.md
@@ -1,4 +1,12 @@
1
2
+1.2.0 / 2017-08-23
3
+==================
4
+
5
+ * add support for configurable retry backoffs
6
+ * add maxItems option to constrain max queue size
7
+ * add maxAttempts option to constrain number of attempts
8
+ * update default shouldretry and getdelay logic to take advantage of HWM and exp. backoff with jitter
9
10
1.1.0 / 2017-08-11
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@segment/localstorage-retry",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "",
"main": "lib/index.js",
"scripts": {
0 commit comments