Same email address with multiple accounts
It is now possible to use the same email address to login to multiple accounts. If multiple accounts are associated with the same email address the account to use can be chosen at login. To switch between accounts will require a new login.
SDK version dependency management
With the introduction of the new edge node (2.5) the SDK was updated and new features were added. Modules using these new features will not work on previous versions of the SDK. Therefore a new setting is now added on flows to specify the node version required by the flow. This setting will affect which modules and module versions that are available in the Flow Studio. Version compatibility is also checked when deploying flows, only nodes running a version required by the flow are available for deployment. Currently there are two options 2.3 (pre 2.5 versions) and 2.5. New flows will get version 2.5 and existing flows will be set to 2.3.
New login page for all users
All users will now get the new login page that was introduced for the IPA users earlier.
Copy debug messages
To simplify using messages from a flow in the Data Mapper module a Copy Message function is added in the debug view inside the Flow Studio.
Minor changes and bug fixes
- Due to difficulties getting meaningful reporting of memory usage that is consistent across platforms the memory listing on the Dashboard page has been removed, to avoid confusion. Also the Live button has been removed since not all data was updated automatically. To get updated information the page should be reloaded.
New modules
New modules added since the last release:
- Azure EventHub Publisher - Send data to Azure EventHubs.
- BigMarker (multiple modules) - Modules to get information on web conferences hosted on the BigMarker platform.
- Google Sheet (multiple modules) - Modules to work with data in Google Sheets.
- HubSpot CRM (multiple modules) - Modules to work with records in HubSpot CRM.
- MariaDB/MySQL/PostgreSQL Executer - Execute generic SQL statements on databases.
- Message Template - Create a message from a JSON template. Supports template syntax to allow insertion of dynamic values from the flow.
- SFTP Files Move - Move files on a SFTP server.
- Zoho Desk (multiple modules) - Modules to work with support tickets in Zoho Desk.
Changed modules
Modules updated since the last release:
- Azure IoT EdgeHub Receiver [4.0.3] - Performance optimizations.
- Azure IoT EdgeHub Sender [4.0.3] - Performance optimizations.
- Csharp [2.2.2] - The module will now respect the initialization timeout from the edge node.
- Files Watcher [2.0.0] - Fixed issue with inconsistent output depending on host platform. Directory and file pattern match are now separate settings.
- Firebirds Insert [1.0.1] - Issue with capital letters in column names.
- Firebirds Select [1.0.2] - Dot notation is now supported to reference hierarchical message paths in filters. Issue with capital letters in column names and filters.
- MariaDB Insert [2.9.3] - Issue with capital letters in column names.
- MariaDB Select [2.8.1] - Dot notation is now supported to reference hierarchical message paths in filters. Issue with capital letters in column names and filters.
- MsSQL Executer [1.0.1] - Increase the max size for SQL statements.
- MsSQL Insert [1.8.1] - Issue with capital letters in column names.
- MsSQL Select [1.6.2] - Dot notation is now supported to reference hierarchical message paths in filters. Issue with capital letters in column names and filters.
- MySQL Insert [2.9.3] - Issue with capital letters in column names.
- MySQL Select [2.8.1] - Dot notation is now supported to reference hierarchical message paths in filters. Issue with capital letters in column names and filters.
- MQTT Pub Broker [2.0.6] - Raw mode not working.
- PostgreSQL Insert [1.1.2] - Issues with timestamps on edge node 2.5. Issue with capital letters in column names.
- PostgreSQL Select [1.0.1] - Issue with capital letters in column names.
- Python Bridge [3.5.0] - Scripts are now written to ./data/tmp instead of the application root, to support platforms where the application root is protected (e.g. OpenShift). Initialization timeout increased from 5 to 30 seconds.
- SendGrid [3.0.5] - Fixed content-type setting in the requests.
- SFTP Directory Reader [1.0.1] - The remote directory can now be set through an incoming message. Responses can now include sub-directories.
- SFTP Text Reader [1.0.1] - The remote directory can now be set through an incoming message.
- TimescaleDB Insert [1.1.1] - Issues with some timestamp formats.