From f4e24f6fb80dd978169d02e4bbdba90b03d8ce6b Mon Sep 17 00:00:00 2001 From: Pravin Bhat Date: Mon, 9 Sep 2024 14:19:20 -0400 Subject: [PATCH] Added release notes --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index ae0b9429..ec7f7229 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,7 @@ # Release Notes +## [4.3.8] - 2024-09-09 +- Upgraded `spark.cdm.trackRun` feature to include `status` on `cdm_run_info` table. Also improved the code to handle rerun of previous run which may have exited before being correctly initialized. + ## [4.3.7] - 2024-09-03 - Added property `spark.cdm.transform.custom.ttl` to allow a custom constant value to be set for TTL instead of using the values from `origin` rows. - Repo wide code formating & imports organization