mirror of https://github.com/apache/druid.git
docs: relnotes cleanup (#17514)
* docs: relnotes cleanup * Update release-notes.md Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com> --------- Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
This commit is contained in:
parent
8cfbf15572
commit
718ea2a5ea
|
@ -26,9 +26,11 @@ title: "Release notes"
|
|||
|
||||
Apache Druid 31.0.1 is a patch release that contains an important fix for the new complex metric column compression feature introduced in Druid 31.0.0. It also contains fixes for the web console, the new projections feature, and a fix for a minor performance regression.
|
||||
|
||||
For information about new features in Druid 31, see the [Druid 31 release notes](https://druid.apache.org/docs/31.0.0/release-info/release-notes/).
|
||||
|
||||
## Bug fixes
|
||||
|
||||
* Fixes a byte order issue with compression complex metric feature [#17422](https://github.com/apache/druid/pull/17422)
|
||||
* Fixes an issue with complex metric compression that caused some data to be read incorrectly, resulting in segment data corruption or system instability due to out-of-memory exceptions. We recommend that you reingest data if you use compression for complex metric columns [#17422](https://github.com/apache/druid/pull/17422)
|
||||
* Fixes an issue with projection segment merging [#17460](https://github.com/apache/druid/pull/17460)
|
||||
* Fixes web console progress indicator [#17334](https://github.com/apache/druid/pull/17334)
|
||||
* Fixes a minor performance regression with query processing [#17397](https://github.com/apache/druid/pull/17397)
|
Loading…
Reference in New Issue