diff --git a/cdap-docs/reference-manual/source/release-notes.rst b/cdap-docs/reference-manual/source/release-notes.rst index 1a9ab99bfc4..479b6a133e5 100644 --- a/cdap-docs/reference-manual/source/release-notes.rst +++ b/cdap-docs/reference-manual/source/release-notes.rst @@ -23,6 +23,30 @@ Cask Data Application Platform Release Notes :backlinks: none :depth: 2 +`Release 3.4.2 `__ +============================================================= + +Bug Fixes +--------- +- `CDAP-5998 `__ - Fixed integrating navigator app in Tracker UI. + The POST body request that was sent while deploying navigator app was using an older deprecated property + (UI was using 'metadataKafkaConfig' instead of 'auditKafkaConfig'). + This should enable using navigator app in Tracker UI. + +- `CDAP-6096 `__ - Fixed an issue in cloning a Hydrator pipeline + which used to happen when a user navigate from CDAP to Hydrator to clone a pipeline in Hydrator UI. + +- `CDAP-6109 `__ - Fixed a NullPointerException issue in + Spark when saving RDD to PartitionedFileSet dataset. + +- `CDAP-6041 `__ - Fixed the Hydrator Hive batch source so that + it no longer throws a ClassNotFoundException. + +- `CDAP-6044 `__ - Fixed Hydrator CSVParser so that a nullable + field is only set to null if the parsed value is an empty string, and the field is not a string + or nullable string type. + + `Release 3.4.1 `__ =============================================================