317brian commented on code in PR #15960:
URL: https://github.com/apache/druid/pull/15960#discussion_r1520502744
##########
docs/release-info/release-notes.md:
##########
@@ -24,6 +24,30 @@ title: "Release notes"
<!--Replace {{DRUIDVERSION}} with the correct Druid version.-->
+## Druid 29.0.1
+
+Apache Druid 29.0.1 is a patch release that fixes some issues in the Druid
29.0.0 release.
+
+### Bug fixes
+
+* Added type verification for INSERT and REPLACE to validate that strings and
string arrays aren't mixed [#15920](https://github.com/apache/druid/pull/15920)
+* [Concurrent
replace](https://druid.apache.org/docs/latest/ingestion/concurrent-append-replace)
now allows pending Peon segments to be upgraded using the Supervisor
[#15995](https://github.com/apache/druid/pull/15995)
+* Changed the `targetDataSource` attribute to return a string containing the
name of the datasource. This reverts the breaking change introduced in Druid
29.0.0 for INSERT and REPLACE MSQ queries
[#16004](https://github.com/apache/druid/pull/16004)
[#16031](https://github.com/apache/druid/pull/16031)
Review Comment:
@ektravel this line should go in the upgrade notes too cause it's an
incompatible change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]