Skip to content

Latest commit

 

History

History
447 lines (279 loc) · 25.9 KB

CHANGELOG.md

File metadata and controls

447 lines (279 loc) · 25.9 KB

7.1.0 (2022-04-12)

  • add skipHeaderSanitize option (a608d09)
  • add skipHeaderSanitize test (08e181a)
  • Release v7.1.0. (3be9409)
  • docs(changelog): updated (e1c577b)

7.0.2 (2022-03-04)

  • better syntax (56e04b7)
  • fixed bug when receiving array parameter (89945eb)
  • Release v7.0.2. (4e3fa9d)
  • fix: do not publish to npm useless files (93ae32b)
  • docs(changelog): updated (b22adc5)

7.0.1 (2022-03-03)

7.0.0 (2022-02-21)

6.0.0 (2021-08-24)

  • Release v6.0.0. (1b8ea5c)
  • fix: remove dependency on when in favor of native Promises (52d0603)
  • docs(changelog): updated (a1189ef)

5.0.0 (2021-02-16)

4.1.2 (2020-11-11)

4.1.1 (2020-05-18)

4.1.0 (2020-01-10)

4.0.2 (2019-10-12)

  • Release v4.0.2. (a73a0ee)
  • fix(package): do not expose coverage & .nyc_output (7d7ed22)
  • docs(changelog): updated (d3d9881)

4.0.1 (2019-10-12)

4.0.0 (2019-03-14)

  • Ensure mustRetry object has mustRetry property in retryStrategy return value (9a3dedf)
  • Release v4.0.0. (0b3fab7)
  • docs(changelog): updated (94e086e)

3.1.0 (2018-11-28)

  • Changed return type of retryStrategy to [mustRetry, options], overwrite options if strategy retu (3080eb7)
  • Release v3.1.0. (c05651b)
  • RetryStrategy can return Bool or Object, changes are backward compatible. (ac78e14)
  • Updated Readme (731c712)
  • fix: upgrade devDeps (77dd58b)
  • docs(changelog): updated (52e45de)

3.0.2 (2018-10-23)

3.0.1 (2018-09-26)

3.0.0 (2018-09-21)

  • Also retry on HTTP Status 429 "Too Many Requests" (bf447d7)
  • Release v3.0.0. (9a16328)
  • docs(changelog): updated (65e5a68)

2.0.2 (2018-08-01)

2.0.1 (2018-08-01)

2.0.0 (2018-07-17)

  • BREAKING CHANGE: moving request dependency as a peerDependency. If you don't have request already (128030e)
  • make request a peer dependency (aafafe3)
  • Release v2.0.0. (e3f05f5)
  • docs(changelog): updated (54a604a)

1.13.0 (2018-01-18)

1.12.3 (2018-01-18)

  • Added testing for error object attempts reporting (578870f)
  • Added the attempts property and assigned it to the error object returned when a network error occurs (ecd9f5c)
  • Adds exponential backoff example to readme. (184b84f)
  • Release v1.12.3. (57bb3d8)
  • Typo in Readme for Exponential Backoff Delay. (b9ef000)
  • Update attempts.test.js (32a699d)
  • Update README.md (9d1367b)
  • Update README.md (eed7f88)
  • chore(git): remove package-lock.json from gitignore (08631fa)
  • docs(changelog): updated (cbe2355)

1.12.2 (2017-08-01)

  • Added .auth, .jar and .cookie implementations along with corresponding tests (15afe79)
  • formatting updated + version bump (6ad6f09)
  • Improve README. (5052add)
  • minor fix (5b3f6d1)
  • Release v1.12.1. (a1d198a)
  • Release v1.12.2. (eba306c)
  • revert (d6a840f)
  • split various.test.js in auth.test.js and cookie.test.js (c80272b)
  • Update package.json (9619999)
  • Update README.md (9a50640)
  • Update README.md (ada51e3)
  • Update README.md (984fd17)
  • Update README.md (94b8c01)
  • chore(package): update dependencies (85c62ac)
  • chore(package): update nyc to version 10.0.0 (f652825)
  • chore(package): update nyc to version 9.0.1 (e376616)
  • chore(package): update sinon to version 1.17.6 (2735e7c)
  • docs(changelog): updated (448b9e1)

1.12.0 (2016-09-07)

1.11.0 (2016-09-03)

  • fix(circle) (e6c2160)
  • fix(deps) (35921bb)
  • Release v1.11.0. (560e402)
  • Update README.md (85b63ad)
  • fix(tests): bring node-request-retry to a 100% code-coverage (6275780)
  • feat(api): larger api-surface, just like request (1527f9d)

1.10.0 (2016-08-18)

1.9.1 (2016-07-29)

1.9.0 (2016-06-22)

  • Add support for body-dependent retry strategies (0f472f9)
  • Amended for body-dependent retry strategies (db7a4ef)
  • Release v1.9.0. (5bdee74)
  • docs(changelog): updated (ca04ea7)

1.8.0 (2016-05-11)

1.7.1 (2016-05-11)

1.7.0 (2016-05-06)

1.6.0 (2015-12-25)

  • Added bluebird and nock dependencies (2062358)
  • Added tests for promiseFactory option, using (when.js, Q, kew, RSVP.js) promises libraries (2cd5c6a)
  • docs(changelog) (55efd7d)
  • docs(readme) (d291e9b)
  • docs(readme) (41e893b)
  • fix(index) (51d087c)
  • Fixed typo (f24205d)
  • Implemented promiseFactory option, to allow usage of different promise libraries (7a5e11c)
  • Implemented promises support (27484f0)
  • Implemented tests for promises (609d820)
  • Minor example text fix (2edefc4)
  • Release v1.6.0. (99118dd)
  • Removed test suite exclusive only modifier (71ec0d2)
  • Updated README for usage with promises (d66a77a)
  • feat(promise): using when.js by default instead of bluebird (f9dddf9)

1.5.0 (2015-09-24)

  • Actually add attempts test (0db5402)
  • Add the attempts property for retry attempt info. Add a test for it. Also fix maxAttempts being of (a130355)
  • feat(changelog) (bf0ff38)
  • Release v1.5.0. (1b7ca7c)
  • fix(dot-files): .env to ignored files (145a33e)

1.4.1 (2015-09-21)

1.4.0 (2015-07-16)

  • add EAI_AGAIN to the list of retriable network errors (64b96ff)
  • add notes on request module to readme (e7acf85)
  • Release v1.4.0. (e890593)
  • feat(deps): upgrade request to 2.58.x (e7d34a1)

1.3.1 (2015-05-06)

  • Release v1.3.1. (bef5dba)
  • docs(changelog): add changelog (5ea057b)
  • feat(check-build): add check-build (13c4029)

1.3.0 (2015-05-06)

  • Release v1.3.0. (07ac122)
  • update dependencies for latest version (30da1b0)

1.2.2 (2015-01-03)

1.2.1 (2014-11-10)

1.2.0 (2014-11-03)

1.1.0 (2014-10-27)

  • add @juliendangers as contributor (27206d8)
  • apply original format (04fa9c6)
  • expose methods from internal Request (end, on, emit, once, setMaxListeners, start, removeListener, p (7d2a0b5)
  • jsformat (581179a)
  • Release v1.1.0. (6708bb0)
  • setting the prototype inside the constructor, will do this at each instanciation. We don't need the (ea0f474)
  • update deps (f62935c)
  • update readme (849b78b)

1.0.4 (2014-09-30)

1.0.3 (2014-09-23)