This repository was archived by the owner on Aug 24, 2021. It is now read-only.
Releases: twilio/operation-retrier.ts
Releases · twilio/operation-retrier.ts
Release list
release-4.0.1: Merge pull request #6 from twilio/fix/fine-tune-circleci
- Small publishing fixes
release-4.0.0: Merge pull request #4 from twilio/migrate-from-gulp
- Refactored Retrier interfaces, async/await part extracted into AsyncRetrier.
- Replaced Gulp with rollup, added eslint, jest testing etc.
- Switched builds to CircleCI
3.0.1
Changelog:
- Fix backwards compatibility in imports (as
twilio-chat.jsuseslatesttag in package.json)
3.0.0
Changelog:
- Splitting Retrier and Backoff to different files
- Handling maxDelay
- Fixing warnings in package.json
- Bumping to 3.0.0 as it is breaking change
2.1.0
The project has been moved from a private repository to the official Twilio repository.
This release features
- the exponential backoff feature
- fix for an infinite retry loop
- Improvements to the build process
release-2.0.1
Increment the patch version of the library.