retry-axios

🦖 A super flexible interceptor for Axios that makes it easy to retry requests.

APACHE-2.0 License

Downloads
2.7M
Stars
486
Committers
20

Bot releases are hidden (Show)

retry-axios - v2.1.3

Published by JustinBeckwith over 4 years ago

2.1.3 (2020-05-05)

Bug Fixes

retry-axios - v2.1.2

Published by JustinBeckwith over 4 years ago

2.1.2 (2020-03-16)

Bug Fixes

  • Don't store counter on input config object (#98) (c8ceec0), closes #61
retry-axios - v2.1.1

Published by JustinBeckwith almost 5 years ago

2.1.1 (2020-01-16)

Bug Fixes

  • typescript: include raxConfig in native axios types (#85) (b8b0456)
retry-axios - v2.1.0

Published by JustinBeckwith almost 5 years ago

2.1.0 (2020-01-13)

Features

retry-axios - v2.0.1

Published by JustinBeckwith almost 5 years ago

2.0.1 (2020-01-11)

Bug Fixes

  • handle arrays that are converted to objects (#83) (554fd4c)
retry-axios - v2.0.0

Published by JustinBeckwith almost 5 years ago

2.0.0 (2020-01-11)

chore

BREAKING CHANGES

  • Drops support for node.js 8.x, which is EOL.
retry-axios - v1.0.2

Published by JustinBeckwith almost 5 years ago

1.0.2 (2020-01-11)

Bug Fixes

retry-axios - v1.0.1

Published by JustinBeckwith over 5 years ago

1.0.1 (2019-04-26)

Bug Fixes

  • deps: update dependency gts to v1 (#45) (1dc0f2f)
retry-axios - v1.0.0

Published by JustinBeckwith over 5 years ago

1.0.0 (2019-04-26)

Features

  • drop support for node.js 6, add 12 (78ea044)

BREAKING CHANGES

  • This release drops support for node.js 6, which is EOL. Please upgrade with care ❤️
retry-axios - v0.5.0

Published by JustinBeckwith over 5 years ago

0.5.0 (2019-02-25)

Features

  • accept promises on config.onRetryAttempt (#23) (acfbe39)
retry-axios - v0.4.1

Published by JustinBeckwith almost 6 years ago

0.4.1 (2019-01-22)

Bug Fixes

retry-axios - v0.4.0

Published by JustinBeckwith almost 6 years ago

0.4.0 (2019-01-22)

Features

  • umd compatibility with babel 7.x (#21) (f1b336c)
retry-axios - 0.3.2

Published by JustinBeckwith over 6 years ago

retry-axios - 0.3.1

Published by JustinBeckwith over 6 years ago

This release includes a few updated dev dependencies, and fixes an issue with the Axios peer dependency.

retry-axios - 0.3.0

Published by JustinBeckwith over 6 years ago

This release includes a configurable noResponseRetries object, which allows you to independently control the number of non-response based failures that will retry.

retry-axios - 0.2.0

Published by JustinBeckwith over 6 years ago

New Features

76fcff5 feat: add support for overriding shouldRetry
fa17de4 feat: add support for onRetryAttempt handler

retry-axios - 0.1.0

Published by JustinBeckwith over 6 years ago

This release includes:

  • Support for configurable http status retry codes
  • Support for configurable http method retries
retry-axios - 0.0.1

Published by JustinBeckwith over 6 years ago

🎉🎉🎉