Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 18:46
· 189 commits to master since this release

This release contains an experimental metadata reporting feature.
Currently, the metadata consists of events and entities clusters observed over a defined period of time. Within a reporting window, pipeline receives various event types, ie. page views, clicks. For each of these events a metadata event containing a set of entities that were attached to it is emitted.

Experimental status means we reserve right to change or completely remove it. All the configuration is located in a new experimental section in config hocon.

  • common-fs2: Add experimental metadata aggregation sink (#569)
  • Enable publishing snapshot images (#568)
  • Add an event generator test for ETL pipeline (#535)