Releases: qminer/qtopology
Releases · qminer/qtopology
2.3.1
07 Apr 11:11
Compare
Sorry, something went wrong.
No results found
2.2.0
13 May 04:51
Compare
Sorry, something went wrong.
No results found
Added support for async bolts and spouts
Exposed additional utility method
2.1.0
27 Nov 07:52
Compare
Sorry, something went wrong.
No results found
Added own-exit feature to file-reader-spout.
Improvements to runLocalTopologyFromFile
Added qewd support for transform bolt.
Now using tslint
2.0.9
16 Oct 17:51
Compare
Sorry, something went wrong.
No results found
shutdown bugfix in bolt (wrong callback set as pending)
removed built directory from git
2.0.8
17 Sep 06:33
Compare
Sorry, something went wrong.
No results found
New bolt - file-append CSV
2.0.7
10 Sep 07:24
Compare
Sorry, something went wrong.
No results found
Added support for emitting GDR format in accumulator bolt
Added utility function runLocalTopologyFromFile
Better Travis settings
Cleaning up examples
2.0.6
23 Jul 07:18
Compare
Sorry, something went wrong.
No results found
Several additions:
Added new standard bolts: transform bolt, accumulator bolt
Renamed and enhanced date_transform bolt to type_transform
date_transform still works, back-ward compatible
Added reporting of reaching the end of file in file_reader spout
Added build command to package.json
Adding option to use spouts and bolts from node_modules
Improved dependencies after audit
2.0.5
24 Apr 16:00
Compare
Sorry, something went wrong.
No results found
Minor fixes:
Better reading of topology configuration in CLI.
An exception if thrown if bolt method returns null
2.0.4
22 Mar 09:55
Compare
Sorry, something went wrong.
No results found
Exposed createSysBolt and createSysSpout for creating instances of standard bolts. This way one can create wrappers for standard nodes.
2.0.3
26 Feb 16:38
Compare
Sorry, something went wrong.
No results found
Improving on re-balancing
Small improvements of CRON parser code
Added more tests for JSON-comment stripping code
Small GUI fix