Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Releases: qminer/qtopology

2.3.1

07 Apr 11:11
75e4252
Compare
Choose a tag to compare

Fixing dependencies

2.2.0

13 May 04:51
f297960
Compare
Choose a tag to compare
  • Added support for async bolts and spouts
  • Exposed additional utility method

2.1.0

27 Nov 07:52
8ff5458
Compare
Choose a tag to compare
  • 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
8ff5458
Compare
Choose a tag to compare
  • shutdown bugfix in bolt (wrong callback set as pending)
  • removed built directory from git

2.0.8

17 Sep 06:33
bfe45bd
Compare
Choose a tag to compare

New bolt - file-append CSV

2.0.7

10 Sep 07:24
874aeca
Compare
Choose a tag to compare
  • 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
a06fdea
Compare
Choose a tag to compare

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
9a23383
Compare
Choose a tag to compare

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
bead5a9
Compare
Choose a tag to compare

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
b0fd19a
Compare
Choose a tag to compare
  • Improving on re-balancing
  • Small improvements of CRON parser code
  • Added more tests for JSON-comment stripping code
  • Small GUI fix