Skip to content

Commit

Permalink
Add changelog entry for state_agg stabilization
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Mar 6, 2023
1 parent 221a36e commit bdd2fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ This changelog should be updated as part of a PR if the work is worth noting (mo
#### Stabilized features
- [#722](https://github.com/timescale/timescaledb-toolkit/pull/722): Stabilize heartbeat aggregate.
- [#724](https://github.com/timescale/timescaledb-toolkit/pull/724): Stabilize integral and interpolated_integral for time-weighted-average.
- [#723](https://github.com/timescale/timescaledb-toolkit/pull/723): Stabilized `state_agg`

#### Other notable changes
- [#716](https://github.com/timescale/timescaledb-toolkit/issues/716): Add arrow operator support for counter aggregate and time-weighted aggregate interpolated accessors.
- [#716](https://github.com/timescale/timescaledb-toolkit/issues/716): Remove experimental versions of interpolated accessors for counter aggregate and time-weighted aggregates. The stable versions introduced in 1.14.0 should be used instead.
- [#723](https://github.com/timescale/timescaledb-toolkit/pull/723): Added `state_at` function for `state_agg`

#### Shout-outs

Expand Down

0 comments on commit bdd2fbe

Please sign in to comment.