You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,14 @@ Then:
39
39
Head to the address it gives you to check if your changes have worked. More information about using mkdocs can be found [here](http://www.mkdocs.org/)
40
40
41
41
## Release Notes
42
-
42
+
-**3.3.0, May 2018**:
43
+
* Upgraded to run with kdb+ v3.6. Note that it remains backwardly compatible with prior versions.
44
+
* Implemented concurrent synchronous requests, as part of 3.6 upgrade
45
+
* Added Response Formatter for gateway
46
+
* Added Low Power Mode - aimed at use with Kx On Demand Licence
47
+
* Added Initialisation Function invoked after a script is loaded and connections are established.
48
+
* 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.
49
+
* Bug fix for erroneous brackets that were causing permissions config to be loaded in incorrect order
43
50
-**3.2.0, February 2018**:
44
51
* Added initial version of [analytics library](http://aquaqanalytics.github.io/TorQ/analyticslib/), a set of functions to aid data manipulation
45
52
* Added optional [dependency checker](http://aquaqanalytics.github.io/TorQ/gettingstarted/#application-dependency) for applications to check if they have minimal TorQ and kdb+ dependencies
0 commit comments