Releases: qminer/qtopology
Releases · qminer/qtopology
2.2.0
- Added support for async bolts and spouts
- Exposed additional utility method
2.1.0
- Added own-exit feature to file-reader-spout.
- Improvements to
runLocalTopologyFromFile
- Added
qewd
support for transform bolt.
- Now using
tslint
2.0.9
- shutdown bugfix in bolt (wrong callback set as pending)
- removed built directory from git
2.0.8
New bolt - file-append CSV
2.0.7
- Added support for emitting GDR format in accumulator bolt
- Added utility function runLocalTopologyFromFile
- Better Travis settings
- Cleaning up examples
2.0.6
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
Minor fixes:
- Better reading of topology configuration in CLI.
- An exception if thrown if bolt method returns
null
2.0.4
Exposed createSysBolt
and createSysSpout
for creating instances of standard bolts. This way one can create wrappers for standard nodes.
2.0.3
- Improving on re-balancing
- Small improvements of CRON parser code
- Added more tests for JSON-comment stripping code
- Small GUI fix