Releases: swellstores/swell-node
Releases · swellstores/swell-node
v6.0.0
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.0
- 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
- Add support for concurrent requests
v.5.4.3
- Fix: handle promise rejection during auth stage
v.5.4.2
- Revert promise handling changes in auth stage
v5.4.1
- Fix: handle promise rejection in auth stage
v5.4.0
- Removed client-side caching business logic that is now handled server-side
v5.3.0
-
Add support to explicitly bypass the client-side and server-side request cache via the $nocache
request directive
-
Port unit test from chai / sinon to jest, and re-enable skipped test suite
-
Update dev dependencies
v5.2.0
- Added support for flushing the cache based on server notifications