2024–05-31
Updates:
CSV Reader [5.0.0]
[New] Option to ignore blank lines.
[New] Option to Auto Convert to the best data type.
[New] Option to ignore rows starting with a specific string.
[New] Option to Trim leading and trailing whitespace on column values
[Fixed] Support for empty columns
[Changed] Works on Node 3.0.0 and later.
[Changed] When no header is available the prefix for each field is now named Field instead of col.
HTTP Response [1.1.0]
[Fixed] The module could previously only return the body as a string.
[New] Now byte[] is also supported to be able to return images etc.
Kafka Producer [2.0.0]
[Fixed] Changed Updated Crosser SDK to 3.0.0.
[Fixed] Updated Kafka client SDK to 2.4.0.
[Fixed] Works with Node version 3.0.0 and later.
[New] Added support for using MessageId on the incoming message.
SMTP Send [4.0.0]
[Fixed] The credentials should be optional, but if not providing credentials the module fails to start with an error.
[Changed] The module is supported on Node version 3.0.0 and later.
New
Kafka Consumer [1.0.0]
[New] First version
[New] Works with Node version 3.0.0 and later.
Azure Event Hubs Consumer [1.0.0]
[New] First version, Works with Node 3.0.0 or later
Updates
Modbus Reader [7.1.1] - In 7.1.0 a bug was introduced that caused the module to not reconnect when the connection was lost. This has now been fixed.
S7 Reader [3.2.0] - Added a setting to adjust timeouts. Added a setting to set a custom TSAP ID. If the module is experiencing connectivity issues with the PLC, a warning is issued instead of an Error.
New
Azure Event Hubs Publisher [1.0.0] - This module publishes message data to Azure Event Hubs.
Updates
InfluxDB v2 Insert [1.1.1] - Fixed precision settings
Modbus Reader [7.1.0] - Improved performance by reading as many tags as possible at once. Previously each tag was read individually.
Updates
Python Bridge [5.0.0] - Will work on Node version 3.0.0 and higher. Will show more information when getting errors in the Python environment. Improvement of memory allocation when sending messages between Python and the Node. This improvement will only affect docker/linux (not Windows).
AWS S3 Bucket Writer [5.0.0] - Works with Node version 2.5.2 and higher and upgrades to the New icon.
SFTP Text Reader [2.0.0] - Added support for encodings UTF8, UTF32, Unicode, BigEndianUnicode, ASCII, ANSI. Works on Node version 2.5.2 and higher.
OSI Soft Subscriber [1.1.0] - Better information in error messages when requests fail.
Updates
MariaDB Executer [1.2.1] - Fix connectivity Issue.
MySQL Executer [1.2.1] - Fix connectivity Issue.
MQTT Sub Broker [3.0.0] - The convert from XML option was removed. Works with Node version 3.0.0 and higher. Will set status to warning when JSON format is chosen but the data is invalid JSON. Previously this would cause status to be an error.
MsSQL Executor [1.2.1] - Bugfix for null values as parameters
AWS IoT Core HTTP Publisher [1.0.0] - First version. Will work with Node version 2.5.2 and higher.
Modbus Reader [7.0.0] - Added setting to specify the byte order of the input data to the module. Removed the possibility to set the bit order in the resource file.
Updates
Azure Blob Storage [4.1.0] - Support for Service principal certificate and secret authentication.
Azure Queue Storage [4.1.0] - Support for Service principal certificate and secret authentication.
Azure File Storage [4.1.0] - Support for Service principal certificate and secret authentication.
Azure DataLake Writer [1.2.0] - Support for Service principal certificate and secret authentication.
Updates
Array GroupBy [1.0.0] - Works with Node version 2.5.2+
JSON [3.0.1] - Added support for serialization of DateOnly and TimeOnly.
Debug [3.0.2] - Did not handle null values correctly. Did not handle byte[] correctly. Added special handling of DateOnly/TimeOnly since these types are not supported in Node 3.0 serialization.
MQTT Sub Client [7.0.0] - Updated MQTT Client library. Handle result from subscription and set error if subscription fails. Removed XML support from Data Format.
MQT Pub Client [6.0.0] - Updated MQTT Client library. Handle results from publish so that retries can be used in Nodes that support retries. Removed Message Format option. Flow messages will be sent in JSON format, all other types will be sent without formatting.
BigMarker Conference Registration [1.0.1] - Added per_page=150 query parameter.
Snowflake Select [2.0.1] - Fixed potential null issues to align with fixes in the insert module.
Snowflake Insert [2.0.1] - Fixed issue when trying to insert null values.
Updates
CSV Reader [4.0.1] - Bug when a value was empty.
CSV StreamWriter [4.0.1] - Fixed a DateTime format bug.
Snowflake Publisher [1.0.1] - Cleaned up logs
Snowflake Executer [2.0.0] - [New] Support for certificate-based authentication. Changed underlying library (risk for breaking changes).
HTTP Listener [4.1.1] - The module was not sending a http response back to the client making the request.
RabbitMq Producer [1.1.0] - Support for using template syntax on Exchange Settings => Routing Key. This way you can have the routing key specified on the incoming message (for example on routing.key) and get the value by configuring the Routing Key with the value {routing.key}.
Property Mapper [5.0.0] - Stopped converting strings to DateTime when adding properties.
Rockwell Reader [2.0.1] - Upgraded the underlying library for PLC communication
OPC UA Writer [4.1.0] - Add settings for Security Policy and Security Mode for message exchange and encryption.
AWS IoT Core Publisher [2.0.2] - Now logs connected/disconnected from AWS IoT MQTT Broker
CSV TextParser [2.0.0] - Support for quoted values. Possible to adjust the quote character.
OPC UA Subscriber [4.2.0] - Add settings for Security Policy and Security Mode for message exchange and encryption.
OPC UA Reader [7.2.0] - Add settings for Security Policy and Security Mode for message exchange and encryption.
OPC UA Events [1.2.0] - Add settings for Security Policy and Security Mode for message exchange and encryption.
OPC UA Browser [4.1.0] - Add settings for Security Policy and Security Mode for message exchange and encryption.