Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Druid 28 release notes and upgrade notes #15315

Merged
merged 14 commits into from
Dec 13, 2023
5 changes: 4 additions & 1 deletion docs/release-info/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Apache Druid 28.0.1 is a patch release that fixes some issues in the Druid 28.0.

### Notable improvements
ektravel marked this conversation as resolved.
Show resolved Hide resolved

* Added default implementation for the `evalDimension` method in the `RowFunction` interface [#15452](https://github.com/apache/druid/pull/15452)
* Fixed a query caching issue for groupBy queries with multiple post-aggregation metrics [#15402](https://github.com/apache/druid/pull/15402)
* Fixed an issue with compaction and reindex tasks failing during an upgrade due to the addition of the new task action `RetrieveSegmentsToReplaceAction`, which would not be available on the Overlord during the upgrade [#15430](https://github.com/apache/druid/pull/15430)
* Fixed an issue with the `NullFilter` filter returning a domain regardless of the input column [#15500](https://github.com/apache/druid/pull/15500)
* Improved the `start-druid` starter script [#15405](https://github.com/apache/druid/pull/15405)

## Druid 28.0.0

Expand Down