You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release closes two security vulnerabilities introduced through project dependencies. This commit also updates all dependencies to their latest versions.
This release updates project dependencies to the latest versions. This release also patches a security vulnerability introduced via a development dependency.
This release adds the ability to persist the Data API client to a variety of datastores. By default, the client will continue to use an in-memory store. The client can now also be configured via the Node-RED settings file to use the filesystem or MongoDB storage as well.
Additionally, this release adds a status node and modifies the logout node. The status node will return the client’s current data usage, pending and queued requests, and open Data API sessions. The logout node has been modified to also accept a session id as the session to logout.
This release adds a timeout configuration property to the client node. This release also fixes an issue that caused the client node’s concurrency configuration to not be respected. This release should contribute to the overall resolution of issue #22.