Release 1.0.5

DateVersion

 

1.0.5


Summary 

TQLSystem 1.0.5 is a minor release. The key highlights of this release are:

  • Invivo Store - Marketplace to get and purchase projects.
  • Activate the TQLConsole using private keys. Please refer to Download and install Atomiton Stack page for activation steps.
  • Optimized project workflow when working with projects in Cloud and Local environment
  • Integrated Model Editor in the TQLConsole. Please refer to Console Model Editor for more details.
  • TQLEngine Monitoring Service. Please refer to Monitoring Services for more details.
  • Ability to disable Network and Monitoring services in TQLConsole. Please refer to Monitoring Services for more details.
  • Live Log Viewer in TQLConsole. Please refer to Log Viewer for more details
  • Standard Models - Faster way to create Models and Facets using new language structure
  • Number of bug fixes and improvements

Note about Model Editor File Edits

 As of release 1.0.5 - 

  1. Individual facets, types, and macro files are automatically generated by the TQLConsole at the time of the deployment of the project.
  2. Please do not MAKE DIRECT changes to individual files outside of the model editor. These files are automatically generated by the TQLConsole.
  3. If you need to make changes outside of the model editor: The recommended approach is to perform a SubNode edit and and copy the entire code in the SubNode editor.

TQLEngine (Bug Fix / Minor Enhancements)

TQLPROD-1199

Memory Leak in case multiple Invokes

TQLPROD-1020

Detect Broken / Closed pipelines (Response Lost)

TQLPROD-1018

Conditional  Pipeline modifications  exception handling.

TQLPROD-958

Need ability to run queries at TQLEngine Startup time

TQLPROD-739

Out of Memory Exception

Upgrade TQLEngine 1.0.4 to 1.0.5 on IoTKit

Here are the steps to upgrade the TQLEngine version 1.0.4 that is running on your IoTKit to 1.0.5

Prerequisites: 

  • IoTKit is up and running that is connected to a WiFi with Internet connection.
  • You can successfully launch the IoTKit TQLEngine UI from your laptop browser. You can get access to the TQLEngine UI from your TQLStudio Login page as described in IoTKit Quick Installation Guide

Upgrade Project Link

If you have trouble reaching to port 8080 from Raspberry Pi due to network blocked ports you can use this link to import the project.


Steps to upgrade:

  1. Import the Upgrade Project into the IoTKit TQEngine using the Upgrade Project Link
  2. Deploy the Upgrade Project on IoTKit TQLEngine
  3. From the query editor tab run the StartEngineUpgrade query using the Websocket EndPoint.
  4. Close the current browser tab window and re-launch the TQLEngine UI again
  5. Login to TQLEngine UI
  6. Activate your TQLEngine 1.0.5.
  7. You IoTKit TQLEngine is now successfully upgraded to 1.0.5 

Patch Fix

There is a small fix to get around model to model subscription.

  1. Download and copy this file to <EngineInstallfolder>/resources/atomiton folder
  2. Unzip the downloaded file in step 1.



Model Editor Gotchas

  1. Avoid editing at the Domain or Namespace level.
  2. Do not save Model code with JavaScript syntax errors.
  3. Do not overwrite the difference file. Always click on Ignore when you see this message.