Release Notes - 2.10
-
2.10.3-funcrel
2.10.3-funcrel
Fixes the missing URI property in HTTP request objects from the ‘request’ library, allowing them to be correctly linked by wbslinker. Fixes the GUIDs of some objects. Fixes the incorrect MongoDB collection object name. Removed the unnecessary logging. -
2.10.2-funcrel
2.10.2-funcrel
Improve support of Knex.js to prevent erroneous “Unknown database” type objects from being created. 📝 44497 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
2.10.1-funcrel
Remove a false positive violation of the rule 1020748 “Avoid using the call of data service with Node.js inside a loop”. 📝 42184 The behaviour of the extension has been updated to ensure that when an SQL query is found, the corresponding NodeJS Unknown Database Table objects are now handled by the com.castsoftware.nodejs.missingtable extension (previously com.castsoftware.nodejs handled these object types). 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
2.10.0-funcrel
Fixes an issue causing missing “Node JS Post Operation” objects and therefore missing links. 📝 41052 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
2.10.0-beta1
gRPC (https://grpc.io/ ) is now supported. See https://doc.castsoftware.com/display/TECHNOS/Node.js+-+2.10+-+Analysis+Results+-+gRPC . Support gRPC