Releases: swellstores/swell-node
Releases · swellstores/swell-node
v6.0.3
12 Aug 13:11
Compare
Sorry, something went wrong.
No results found
Changeling
Extended list of RETRY_CODES with ECONNRESET, EPIPE, NO_RESPONSE
v6.0.2
12 Aug 11:25
Compare
Sorry, something went wrong.
No results found
Changelog
Implemented http agent recycling
Added details to No response from server error message
v6.0.1
09 Aug 17:13
Compare
Sorry, something went wrong.
No results found
Changelog
added keepAlive, maxSockets and keepAliveMsecs params to axios config
v6.0.0
18 Oct 23:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v5.6.0
22 Dec 18:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add support for concurrent requests
v.5.4.3
21 Nov 18:46
Compare
Sorry, something went wrong.
No results found
Fix: handle promise rejection during auth stage
v.5.4.2
14 Nov 18:25
Compare
Sorry, something went wrong.
No results found
Revert promise handling changes in auth stage
v5.4.1
13 Nov 17:46
Compare
Sorry, something went wrong.
No results found
Fix: handle promise rejection in auth stage