Skip to content

Releases: DataIntellectTech/TorQ

TorQ v3.6.0

03 Apr 13:46
49a4128

Choose a tag to compare

v3.5.0

22 Aug 13:09
3914eef

Choose a tag to compare

  • .torq stop and .torq summary functions updated
  • .torq restart function added
  • Grafana updated
  • Monitor checks script added
  • Email disabled if trying to run on Win64
  • Opencon modified to append user:password to tcps connections
  • Bug fixes
  • Release notes from v3.3.0 onward added to README.md

Gateway Query Fix

15 Jan 14:44
d2ed41e

Choose a tag to compare

Bug fix

  • Gateway Query .gw.syncexec bug identified and fixed

TorQ v3.4.0

19 Dec 15:43
9af039a

Choose a tag to compare

  • Update of the torq.sh script to include debug and print start lines.
  • Integration of Monit for monitoring TorQ.
  • Integration of Grafana adaptor, allowing visualization of TorQ process data.
  • Added service layer for client specific customisation across all aplications.
  • Bug Fixes including:
    • Ability to specify parentproctype for processes when starting with torq.q
    • Function to check .proc.getattributes for non-TorQ processes.
    • Exit when setenv not sourced
    • qcon now allowed in debug mode
    • Hanging when null result returned from aysnc gateway request

TorQ v3.3.0

18 May 13:22
35ddd32

Choose a tag to compare

• Upgraded to run with kdb+ v3.6. Note that it remains backwardly compatible with prior versions.
• Implemented concurrent synchronous requests, as part of 3.6 upgrade
• Added Response Formatter for gateway
• Added Low Power Mode - aimed at use with Kx On Demand Licence
• Added Initialisation Function invoked after a script is loaded and connections are established.
• Changed the start script, to start or stop processes separately, in a batch or all at once. All the process configuration is now at one place in $KDBCONFIG/process.csv.
• Bug fix for erroneous brackets that were causing permissions config to be loaded in incorrect order

TorQ 3.2.0

12 Feb 12:18

Choose a tag to compare

Various Bug Fixes

18 Oct 12:48

Choose a tag to compare

• Removed redundant torq-logo.png logo
• Fixed length error that was arising in monitoringchecks.q
• Added additional {} in trap when defining .z.pw in ldap.q
• Fixed a line in torq.q calling .log.o instead of .lg.o
• Added disconnect time to clear inactive handles from gateway and added convenience function which joins active servers from .gw.server to info from .server.SERVERS

Various Bug Fixes

04 Aug 14:12

Choose a tag to compare

Some minor bug fixes since previous release:

  • fix for when ldap is enabled and fails to load library
  • fix to allow domain sockets on kdb+ 3.5
  • fix to allow housekeeping to run with additional column names with kdb+ 3.5 (3.5 returns undefined columns with column names of "x", previous versions returned empty)
  • turn off kafka by default

Release of TorQ 3.1

08 May 12:02

Choose a tag to compare

Added passwords dictionary for connecting to non-TorQ processes

27 Feb 16:17

Choose a tag to compare

  • Added passwords dictionary for connecting to non-TorQ processes.
  • Modified opencon function.
  • Bug fixes in email code.