Skip to content

2.7.1388

Latest

Choose a tag to compare

@seancorfield seancorfield released this 09 Jun 16:42
Immutable release. Only release title and notes can be modified.
726f899
  • Add support for window frames via the :frame clause (and frame helper) inside :over expressions and :window definitions, e.g. {:frame [:rows :between :unbounded-preceding :current-row]} produces ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW. Supports :rows/:range/:groups modes, single or :between bounds (:unbounded-preceding, :current-row, :unbounded-following, or [n :preceding]/[n :following] offset pairs), and frame exclusions, via PR #599 from @yenda and Claude Code.
  • Note that PostgreSQL also supports CASE via PR #598 from @holyjak.
  • Upgrade from EPL-1.0 to EPL-2.0 for broader compatibility. Explicitly allow for relicensing of HoneySQL code under Apache-2.0.
  • Update dev/test deps.