From c8be99b70d4f03350ca23d57dc4dddd741eb0c05 Mon Sep 17 00:00:00 2001 From: "Rafael E. O'Neill" <106079170+RafaelOAiSquared@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:10:40 -0400 Subject: [PATCH] Multiwoven release v0.24.0 (#427) Co-authored-by: github-actions --- release-notes.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/release-notes.md b/release-notes.md index 868d77d0..385e5465 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,34 +2,35 @@ All notable changes to this project will be documented in this file. -## [0.23.0] - 2024-09-02 +## [0.24.0] - 2024-09-09 ### 🚀 Features -- *(CE)* Filter connectors based on the category (#338) -- *(CE)* Filter connectors (#343) -- *(CE)* Filter model based on the query type (#347) -- *(CE)* Add aws sagemaker model source connector (#352) +- *(CE)* Data app model changes (#353) +- *(CE)* Verify user after signup +- *(CE)* Enable and Disable sync via UI +- Added workflows for auto-deployment (#361) ### 🐛 Bug Fixes -- *(CE)* Refresh catalog only when refresh is true (#336) -- *(CE)* Connection_spec mandatory changes (#342) -- *(CE)* Added tag label to auto-truncate text -- *(CE)* Request log redaction (#348) -- *(CE)* Add more fields to log redaction (#349) +- *(CE)* Validate_catalog disabled query_source (#356) +- *(CE)* Enable catalog validation only for ai models (#355) +- *(CE)* Disable catalog validation for data models (#358) +- *(CE)* Fixed sync runs on click function +- *(CE)* Added try catch to model query preview API Call +- *(CE)* Fixed sync mapping model column values +- *(CE)* Test connection text +- Adding more labels to self-hosted runner (#363) ### 🚜 Refactor -- *(CE)* Created common connector lists component +- *(CE)* Moved common elements of sign up and sign in to separate views +- *(CE)* Changed Sync Records UX +- *(CE)* Changed setup models to setup define ### ⚙️ Miscellaneous Tasks -- *(CE)* Validate catalog for query source (#340) -- *(CE)* Add catalog presence validation for models (#341) -- *(CE)* Refactor interactors (#344) -- *(CE)* Add filtering scope to connectors (#345) -- *(CE)* Gem server update 0.10.0 (#351) -- *(CE)* Data app model migration (#350) +- *(CE)* Add data-app permissions to roles (#357) +- *(CE)* Update sagemaker icon (#359)