Skip to content

2.9.3 (2023-02-06)

Compare
Choose a tag to compare
@lkshminarayanan lkshminarayanan released this 06 Feb 17:06
· 1531 commits to main since this release

This release contains bug fixes since the 2.9.2 release and a fix for a security vulnerability (#5259).

You can check the security advisory for more information on the vulnerability and the platforms that are affected.

This release is high priority for upgrade. We strongly recommend that you upgrade as soon as possible.

Bugfixes

  • #4804 Skip bucketing when start or end of refresh job is null
  • #5108 Fix column ordering in compressed table index not following the order of a multi-column segment by definition
  • #5187 Don't enable clang-tidy by default
  • #5255 Fix year not being considered as a multiple of day/month in hierarchical continuous aggregates
  • #5259 Lock down search_path in SPI calls

Thanks

  • @ssmoss for reporting issues on continuous aggregates
  • @jaskij for reporting the compliation issue that occurred with clang