Releases: serviejs/popsicle-retry
Releases · serviejs/popsicle-retry
Add Preflight Argument
Added
- Add
preFlight
mutation option forretry
Servie 4
Changed
- Refactor for Servie 4 support
Publish Source Map Sources
Fixed
- Remember to publish source map sources with package
Check Client Online State
Changed
- Only retry when the client knows it's online
Slice Middleware
Changed
- Use new
[email protected]
publicmiddleware
array to slice retries from.
Correct retry middleware re-use
Fixed
- Fix name collision resulting in infinite loop (bccc2fe)
Popsicle 6.x
Changed
- Update to
[email protected]
middleware signature
Exponential Back-off
Changed
- Refactor with exponential back-off as the default, accept a single function instead of options
Any Promise
Fixed
- Include dependency on
any-promise
inpackage.json
Initial Release
Retry Popsicle HTTP requests.