This is a critical bug fix that addresses a startup crash in Node-RED when importing flows containing a configured oracle-server
node.
🐛 Bug Fixes
- Fixed
NJS-007: invalid value
Crash on Import: A critical bug has been fixed where exporting a flow and importing it into another Node-RED instance would cause a server crash. The issue was that connection pool properties (poolMax
,poolMin
, etc.) were being saved as strings in the flow's JSON, but the backend expected numbers. The node now correctly handles these string values, preventing the crash and ensuring flows are fully portable. (Fixes #90).
This is a focused patch release, and upgrading is highly recommended for all users, especially those who share or migrate their flows between different Node-RED instances.
Full Changelog: v0.7.4...v0.7.5