From 9c86fc161d3c0633d2e8619beb10c687d0ace09b Mon Sep 17 00:00:00 2001 From: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:02:08 +0530 Subject: [PATCH] update 1.5.10 whats new data (#18482) (cherry picked from commit b27603837c74df4e13fd69b81124cc90513cc976) --- .../components/Modals/WhatsNewModal/whatsNewData.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts index 152b3be71a0..080a6b83a52 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts @@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample import profilerConfigPage from '../../../assets/img/profilerConfigPage.png'; import collateIcon from '../../../assets/svg/ic-collate.svg'; -export const COOKIE_VERSION = 'VERSION_1_5_9'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_5_10'; // To be changed with each release. // for youtube video make isImage = false and path = {video embed id} // embed:- youtube video => share => click on embed and take {url with id} from it @@ -1110,6 +1110,17 @@ To continue pursuing this objective, the application was completely refactored t - **Minor**: Add Query Builder widget. - **Fix**: Revamp MetaPilot as Collate AI and add limits ${CollateIconWithLinkMD} - **Fix**: Implemented a fix on EntityLink for names with brackets. +`, + }, + }, + { + id: 52, + version: 'v1.5.10', + description: 'Released on 31st October 2024.', + features: [], + changeLogs: { + Improvements: `- **Fix**: Encoding issue for teams search query. +- **Fix**: Disable empty rule for query builder widget. `, }, },