Skip to content

1.6.0

Compare
Choose a tag to compare
@epgts epgts released this 29 Mar 20:33
· 686 commits to main since this release

This release includes new and updated experimental functionality, as well as some internal updates.

Experimental Features

  • #370 Implement a TopN (topn_agg) variant of our freq_agg
  • #375 Add prototype gauge_agg and associated functions delta, idelta_left, idelta_right, rollup
  • #368 Add into_values function for state_agg
  • #330 improvements to freq_agg
  • #351 Make serialize functions strict to handle NULL values in partitioned aggregates

Internal Improvements

  • #332 #377 improve build and test scripts