Skip to content

Releases: keq-request/keq

v2.6.2

29 May 06:18
Compare
Choose a tag to compare

2.6.2 (2024-05-29)

Bug Fixes

  • retryDelay option setting is invaild (9bc07f8)

v2.6.1

28 May 04:01
Compare
Choose a tag to compare

2.6.1 (2024-05-28)

Bug Fixes

  • body should not be set when undefined (0674870)

v2.6.0

28 May 03:15
Compare
Choose a tag to compare

2.6.0 (2024-05-28)

Features

  • use .on(eventName, listener) add event listener (500ef14)

Bug Fixes

  • esm import syntax (c312146)
  • the body is undeifned when send plain/text request (ed24ba6)

v2.5.5

26 May 08:47
Compare
Choose a tag to compare

2.5.5 (2024-05-26)

Bug Fixes

  • avoid conflicts between flowController and timeout middleware (a075602)
  • retry timeout and flowControll not triggered (846c884)

v2.5.4

23 May 13:27
Compare
Choose a tag to compare

2.5.4 (2024-05-23)

Performance Improvements

  • retryOn and retryDelay support return Promise (398c262)

v2.5.3

23 May 06:16
Compare
Choose a tag to compare

2.5.3 (2024-05-23)

Bug Fixes

  • retryTimes avoids throw errors caused by NaN (a5ece3f)

v2.5.2

22 May 10:01
Compare
Choose a tag to compare

2.5.2 (2024-05-22)

Bug Fixes

  • composeMiddleware should not change parameters (131c1d4)

Performance Improvements

  • avoid duplication of compose middleware (c4e5cc1)
  • warn for incorrect invoke next() (f4b418f), closes #74

v2.5.1

21 May 18:02
Compare
Choose a tag to compare

2.5.1 (2024-05-21)

Bug Fixes

  • throw error when retryOn is not set (cbf4594)

v2.5.0

21 May 07:00
Compare
Choose a tag to compare

2.5.0 (2024-05-21)

Features

  • third-party middleware can extend option typescript declaration (a9e559a)

v2.4.1

17 May 10:01
Compare
Choose a tag to compare

2.4.1 (2024-05-17)

Bug Fixes

  • response.body is not a function (8332fa2)