From cd23c32927a376963a9cbdfa61507aab4255c086 Mon Sep 17 00:00:00 2001 From: Kenneth Hamilton Date: Fri, 19 Dec 2025 11:07:38 +0100 Subject: [PATCH 1/2] release-notes-591 --- pages/whats-new.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages/whats-new.mdx b/pages/whats-new.mdx index 765f0fa..f290aa9 100644 --- a/pages/whats-new.mdx +++ b/pages/whats-new.mdx @@ -8,6 +8,20 @@ import Image from 'next/image'; # What's new in MOSTLY AI +## 5.9.1 + +### Footer and full page view in shared artifacts + +- {/* MSD-2332 */} Sharing Artifacts with MOSTLY AI, just got even better. Now you can view the Artifact in a full page view, and see the footer with all the links to the MOSTLY AI Platform. + +### Fixes + +- {/* MSD-XXX */} Fix UI issue upon disconnecting from a OAuth2 provider on integrations page +- {/* MSD-2350 */} Increase byte buffer in assistant broker to prevent large file download errors +- {/* MSD-2336 */} Fix duplicate notifications +- {/* MSD-XXX */} Fix credit validation logic +- {/* MSD-2326 */} Fix UI button inconsistencies + ## 5.9.0 ### Integrations using OAuth to external services From cd4ab4a6de0836ccb5d00109bcda9db3048a2c50 Mon Sep 17 00:00:00 2001 From: Kenneth Hamilton Date: Fri, 19 Dec 2025 12:39:52 +0100 Subject: [PATCH 2/2] remove item from 591 release notes --- pages/whats-new.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/whats-new.mdx b/pages/whats-new.mdx index f290aa9..759f202 100644 --- a/pages/whats-new.mdx +++ b/pages/whats-new.mdx @@ -18,7 +18,6 @@ import Image from 'next/image'; - {/* MSD-XXX */} Fix UI issue upon disconnecting from a OAuth2 provider on integrations page - {/* MSD-2350 */} Increase byte buffer in assistant broker to prevent large file download errors -- {/* MSD-2336 */} Fix duplicate notifications - {/* MSD-XXX */} Fix credit validation logic - {/* MSD-2326 */} Fix UI button inconsistencies