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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,3 +114,15 @@ Head to the address it gives you to check if your changes have worked. More info
114
114
* 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
115
115
* Gateway bug fixes
116
116
* Small improvements
117
+
-**3.0.0, January 2017**:
118
+
* Added a permissioning system, allowing granular control of access to users & groups
119
+
* Added LDAP support, allowing a user to authenticate against an LDAP server
120
+
* Improved documentation now available at http://aquaqanalytics.github.io/TorQ/
121
+
-**3.1.0, May 2017**:
122
+
* added kafka which is a real time messaging system with persistent storage in message logs
123
+
* added datareplay.q with functionality for generating tickerplant function calls from historical data which can be executed by subscriber functions
124
+
* added subscribercutoff.q with functionality that can be used to cut off slow subscribers from processes
125
+
* added new write down method for tickerlogreplay so match the writedown methods in the WDB
0 commit comments