Skip to content

Commit c4e7d13

Browse files
committed
Release 1.2.0
1 parent f7e2ef5 commit c4e7d13

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

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+
210
1.1.0 / 2017-08-11
311
==================
412

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/localstorage-retry",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)