Skip to content

Releases: LGouellec/streamiz

V1.1.2

07 Dec 20:30
Compare
Choose a tag to compare

Fix

#43 : High CPU usage

V1.1.1

30 Nov 13:48
Compare
Choose a tag to compare

Hot fix

V1.1.0

26 Nov 20:37
Compare
Choose a tag to compare

Enhancements

  • Statefull processors (Join processing KTable -> KTable) docs #42
  • Start/Stop refactor API #36
  • Add exception handler configuration #37

V1.0.1

06 Oct 15:09
Compare
Choose a tag to compare

Hot fixs

  • Performance consumption in StreamThread #34

V1.0.0

18 Sep 12:20
Compare
Choose a tag to compare

Enhancements

  • Statefull processors (Join processing KStream,KStream -> KStream, KStream,KTable -> KStream and KStream, GlobalKTable -> KStream) (docs)
  • Refactory Topology description to map with java implementation. So you can use this visualizer now
  • Add Avro SerDes which interact with SchemaRegistry #30

V0.2.0-beta

03 Jul 11:04
Compare
Choose a tag to compare
V0.2.0-beta Pre-release
Pre-release

WARNING : This version is a beta version.

Enhancements

  • Statefull processors (COUNT, AGGREGATE, REDUCE, WINDOWED) (docs)
  • HoppingWindowOptions & TumblingWindowOptions
  • Add GetWindowStore(...) method to Topology test driver (code)
  • Getting ReadOnlyWindowStore to stream instance
  • InMemoryWindowStore to materialize windowing KTable (docs)
  • Add GlobalKTable in StreamBuilder definition @mmoron

Thanks to @mmoron for their contribution to this release.

V0.1.0-beta

13 May 21:45
Compare
Choose a tag to compare
V0.1.0-beta Pre-release
Pre-release

WARNING : This version is a beta version.

Enhancements

  • Stateless processors (FILTER, MAP, FLATMAP, ....) (docs)
  • Topology test driver (docs)
  • InMemory store to materialize KTable

Thanks to @mmoron for their contribution to this release.