1.14.0 (2023-02-09)
Stabilized features
- #701: Stabilize
candlestick
family of functions. - #650: Stabilize
interpolated_delta
&interpolated_rate
for counter aggregate, andinterpolated_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
forfreq_agg
andtopn_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
tocompact_state_agg
andtimeline_agg
tostate_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
tofreq_agg
andtopn_agg
.
Full Changelog: 1.13.1...1.14.0