This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.


2.10.2-funcrel

Resolved Issues

Customer Ticket IdDetails
44497Improve support of Knex.js to prevent erroneous "Unknown database" type objects from being created.

Other Updates

Details
Sensitive Data Tagging for NoSQL Collections has been added. See https://doc.castsoftware.com/technologies/multi/data-sensitivity/.
Sensitive Data Tagging for Cloud File Storage. See https://doc.castsoftware.com/technologies/multi/data-sensitivity/.

2.10.1-funcrel

Resolved Issues

Customer Ticket IdDetails
42184Remove a false positive violation of the rule 1020748 "Avoid using the call of data service with Node.js inside a loop".

Other Updates

Details
The behaviour of the extension has been updated to ensure that NodeJS Unknown Database Table objects are no longer com.castsoftware.nodejs. This object type is now handled instead by the but by com.castsoftware.nodejs.missingtable extension.
The parsing of gRPC .proto files has been improved.
Updates have been implemented to remove unnecessary com.castsoftware.nodejs related log messages.
Updates have been implemented to ensure that the correct caller of a REST reception operation (when using Sails.js) is resolved (the caller was previously incorrectly set to the parent file rather than the method).

2.10.0-funcrel

Resolved Issues

Customer Ticket IdDetails
41052Fixes an issue causing missing "Node JS Post Operation" objects and therefore missing links.

Other Updates

Details
A change in behaviour has been implemented: "Azure Functions" are now set by default as entry points when they are not called by any other object.
A change in behaviour has been implemented: gRPC objects are now defined as entry/exit points.

2.10.0-beta1

New Support

SummaryDetails
Support gRPCgRPC (https://grpc.io/) is now supported. See https://doc.castsoftware.com/display/TECHNOS/Node.js+-+2.10+-+Analysis+Results+-+gRPC.