This release contains performance improvements and bug fixes since the 2.29.0 release and fixes for security vulnerabilities (#10360, #10379, #10386). You can check the security advisory for more information on the vulnerability and the platforms that are affected. We recommend that you upgrade at the next available opportunity.
Bugfixes
- #10327 Assertion failure in
add_dimension()when the hypertable argument isNULL - #10339 Fix crash when deleting from a compressed continuous aggregate source
- #10340 Validate
max_batchesincompact_chunk() - #10352 Reset inherited column and constraint flags on chunks during
attach_chunk() - #10360 Fix decompressor crashes with malformed compressed data
- #10369 Fix typo in error message about
MERGEsupport on compressed hypertables - #10379 Read hypertable max time value with an ordered scan
- #10386 Add missing permission checks to internal chunk functions
Thanks
- @JoongHyuk-Shin for reporting and fixing
NULLhandling inadd_dimension() - @igor2x for reporting a typo in a
MERGEsupport error message - @mdisec for reporting issues with compressed data validation during decompression