Skip to content

1.14.0

Compare
Choose a tag to compare
@syvb syvb released this 10 Feb 16:14
· 128 commits to main since this release

1.14.0 (2023-02-09)

Stabilized features

  • #701: Stabilize candlestick family of functions.
  • #650: Stabilize interpolated_delta & interpolated_rate for counter aggregate, and interpolated_average for time-weighted aggregate.

Bug fixes

  • #660: Heartbeat aggregate rollup should interpolate aggregates
  • #679: Heartbeat aggregate rollup producing invalid aggregates.

Other notable changes

  • #696 : Add rollup for freq_agg and topn_agg.
  • #692: Support specifying a range (start and end parameters) to duration_in for the state_agg.
  • #692: Removed next parameter from interpolated state aggregate functions.
  • #692: Renamed state_agg to compact_state_agg and timeline_agg to state_agg.
  • #699: interpolated_duration_in/duration_in/interpolated_state_periods/state_periods have the first two arguments swapped: now the aggregate is first and the state is second to be aligned with our established convention.
  • #699: into_values/into_int_values now returns a table with intervals instead of microseconds.

Shout-outs

  • @gugu for requesting adding rollup to freq_agg and topn_agg.

Full Changelog: 1.13.1...1.14.0