Skip to content

Latest commit

 

History

History
91 lines (43 loc) · 4.49 KB

CHANGELOG.md

File metadata and controls

91 lines (43 loc) · 4.49 KB

Changelog

7.0.2 (2024-01-19)

Bug Fixes

7.0.1 (2023-10-12)

Bug Fixes

7.0.0 (2023-10-11)

⚠ BREAKING CHANGES

  • Remove request fallback, Update Docs, Update Types (#107)

Features

  • Remove request fallback, Update Docs, Update Types (#107) (ba8abb2)

6.0.0 (2023-07-20)

⚠ BREAKING CHANGES

  • Move to node 14 as the minimum version (#97)
  • move minimum version to node 14 (#96)

Features

  • Move to node 14 as the minimum version (#97) (f42d074)

Miscellaneous Chores

5.0.2 (2022-09-14)

Bug Fixes

5.0.1 (2022-06-09)

Bug Fixes

  • respect totalTimeout and do not retry if nextRetryDelay is <= 0 (#38) (9501a42)

5.0.0 (2022-05-06)

⚠ BREAKING CHANGES

  • drop node 10 (#68)

Build System

4.2.1 (2022-04-12)

Bug Fixes

  • add new retry options to types (#36) (3f10798)
  • use extend instead of object.assign (#37) (8c8dcdd)

4.2.0 (2022-04-06)

Features

Bug Fixes

  • add new retry options to types (#36) (3f10798)
  • correctly calculate retry attempt (#33) (4c852e2)
  • use extend instead of object.assign (#37) (8c8dcdd)