Skip to content

Releases: swellstores/swell-node

v6.0.3

12 Aug 13:11

Choose a tag to compare

Changeling

  • Extended list of RETRY_CODES with ECONNRESET, EPIPE, NO_RESPONSE

v6.0.2

12 Aug 11:25

Choose a tag to compare

Changelog

  • Implemented http agent recycling
  • Added details to No response from server error message

v6.0.1

09 Aug 17:13

Choose a tag to compare

Changelog

  • added keepAlive, maxSockets and keepAliveMsecs params to axios config

v6.0.0

18 Oct 23:27

Choose a tag to compare

Rewrite of swell-node as an HTTP client, and in TypeScript.


BREAKING CHANGES

  • Node 16 is the minimum required node version.
  • Client-side caching options are no longer supported.
  • Dropped support for event listeners (e.g., client.on('error', ...) as HTTP is stateless.

v5.6.1

18 Oct 15:49

Choose a tag to compare

patch minor dependencies

v5.6.0

22 Dec 18:21

Choose a tag to compare

  • Fix: Send req_id header for auth and cache requests (required to support parallel request handling)
  • Fix: Pending requests should wait for re-authorization after re-connect
  • Send user-agent and application headers

v5.5.0

11 Dec 21:03

Choose a tag to compare

  • Add support for concurrent requests

v.5.4.3

21 Nov 18:46

Choose a tag to compare

  • Fix: handle promise rejection during auth stage

v.5.4.2

14 Nov 18:25

Choose a tag to compare

  • Revert promise handling changes in auth stage

v5.4.1

13 Nov 17:46

Choose a tag to compare

  • Fix: handle promise rejection in auth stage