Skip to content

Commit 71def0e

Browse files
committed
2.2.0 Release
This commit signifies the 2.2.0 release. 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 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.
1 parent 19dad78 commit 71def0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-filemaker",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Node-RED FileMaker nodes. These nodes use the FileMaker Data API to connect with a FileMaker database.",
55
"scripts": {
66
"dev": "pm2 start ecosystem.dev.config.js",

0 commit comments

Comments
 (0)