From cdfe0ceef1137c19448029193e2412488aa43223 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 8 May 2017 12:33:15 +0100 Subject: [PATCH 1/2] Update version.txt --- config/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.txt b/config/version.txt index 4a36342fc..fd2a01863 100644 --- a/config/version.txt +++ b/config/version.txt @@ -1 +1 @@ -3.0.0 +3.1.0 From b3536f2b2e4f18d498b5fc145abd5aaef0754c92 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 8 May 2017 12:53:49 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9864bb724..9c119d7b6 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,15 @@ Head to the address it gives you to check if your changes have worked. More info * Filealerter uses a splayed table to store the table of already processed data. If it finds a table in current format (flat) it will change it to a splay * Gateway bug fixes * Small improvements +- **3.0.0, January 2017**: + * Added a permissioning system, allowing granular control of access to users & groups + * Added LDAP support, allowing a user to authenticate against an LDAP server + * Improved documentation now available at http://aquaqanalytics.github.io/TorQ/ +- **3.1.0, May 2017**: + * added kafka which is a real time messaging system with persistent storage in message logs + * added datareplay.q with functionality for generating tickerplant function calls from historical data which can be executed by subscriber functions + * added subscribercutoff.q with functionality that can be used to cut off slow subscribers from processes + * added new write down method for tickerlogreplay so match the writedown methods in the WDB + + +