Skip to content

1.15.0

Compare
Choose a tag to compare
@jerryxwu jerryxwu released this 09 Mar 17:39
· 94 commits to main since this release

Stabilized features

  • #722: Stabilize heartbeat aggregate (heartbeat_agg).
  • #724: Stabilize integral and interpolated_integral for time-weighted-average (time_weight).
  • #723: Stabilize state aggregate (state_agg). Note that this was previously known as timeline_agg before version 1.14.0.

Bug fixes

  • #715: Fix out-of-bounds indexing error in state_agg rollup.

Other notable changes

  • #716: Add arrow operator support for counter aggregate and time-weighted aggregate interpolated accessors.
  • #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: Add state_at function for state_agg.
  • #709: Update pgx version to 0.7.1.

Full Changelog: 1.14.0...1.15.0