From 20decbbffd9c37ea8451f3115a2b4dfbdd1164b7 Mon Sep 17 00:00:00 2001 From: Nick K Date: Sat, 13 Sep 2025 13:46:06 -0700 Subject: [PATCH 1/3] docs: add changelog for aud31-sep13 --- changelog.mdx | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 0a5bd083d..6138e45b9 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,50 @@ rss: true noindex: true --- + + +## Major releases + +- **Major enhancement**: AI suggested pages on 404 pages, [when someone hits a dead link → AI agent reads the path → suggests semantically similar pages](https://x.com/mintlify/status/1966625627773059495) +- **Major release**: web search for assistant can now include external sources + _Note: Contact us to enable this feature for your site._ + +## Assistant and MCP + +- Fixed a bug where the assistant would be incorrectly rate limited due to time window not sliding correctly +- Fixed a bug with assistant tool calling to properly handle empty `text` blocks +- Fixed a bug where MCP server name's concatenated with tool calls were sometiems exceeding the 60 chracter length MCP clients enforce +- Fixed a bug where the assistant menu would have a height several times larger than the viewport and scroll forever +- Fixed a bug where assistant spend values could display with greater than two decimal places in the dashboard + +## Web editor and deployments + +- Security enhancement added to editor such that only users with `write permissions` for the connected git hosting repository can make changes +- Fixed a bug where preview deployments wouldn't work for branches with `=` in the name +- Fixed a bug where long branch names would overflow modals on preview deployment creations +- Quality of life improvement where email query parameter will prefill the input on signup invitations +- Fixed a bug where copying a page from the context menu was not working on safari + +## API playground and navigation + +- Multiple API playground response codes now display in a controlled styled select menu instead of the system default select menu when focused +- You can now use the `expanded` fields on navigation groups in your `docs.json` to make them be default open + +## SEO and UI + +- Fixed a bug where favicons were not showing up in search engines by serving them from the same URL as the documentation site itself for each respective site +- Fixed a bug where youtube embeds would flash in and out on load +- Fixed a bug where expanding the feedback menu to include written responses would cause layout shift with the table of contents +- Fixed a bug where text would leak above the topbar on the maple theme when a dismissed the notification banner +- Enhanced the Maple and Willow themes by adding login/logout buttons to the sidebar for easier access + +## Analytics and exports + +- Fixed reliability issues with assistant analytics view and exports +- Assistant analytics exports are now executed in the backrground and sent via email for a more reliable experience + + + ## Major release: Enhanced feedback collection From 3844fb8286d510f96826d8ddaf7c61cb0c1ffb35 Mon Sep 17 00:00:00 2001 From: Nick K Date: Sat, 13 Sep 2025 13:53:33 -0700 Subject: [PATCH 2/3] docs: update navigation groups documentation to include link for expanded field --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 6138e45b9..e7136c555 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -32,7 +32,7 @@ noindex: true ## API playground and navigation - Multiple API playground response codes now display in a controlled styled select menu instead of the system default select menu when focused -- You can now use the `expanded` fields on navigation groups in your `docs.json` to make them be default open +- You can now use the [`expanded` field on navigation groups in your `docs.json` to make them be default open](https://mintlify.com/docs/navigation#default-expanded-state) ## SEO and UI From f659dfb7b2bd5a1ae451ed8c6e888eee13104572 Mon Sep 17 00:00:00 2001 From: Nick K Date: Sat, 13 Sep 2025 13:56:32 -0700 Subject: [PATCH 3/3] fix: correct typos in changelog for MCP server name and assistant analytics exports --- changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index e7136c555..8a0e11113 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -17,7 +17,7 @@ noindex: true - Fixed a bug where the assistant would be incorrectly rate limited due to time window not sliding correctly - Fixed a bug with assistant tool calling to properly handle empty `text` blocks -- Fixed a bug where MCP server name's concatenated with tool calls were sometiems exceeding the 60 chracter length MCP clients enforce +- Fixed a bug where MCP server name's concatenated with tool calls were sometimes exceeding the 60 character length MCP clients enforce - Fixed a bug where the assistant menu would have a height several times larger than the viewport and scroll forever - Fixed a bug where assistant spend values could display with greater than two decimal places in the dashboard @@ -45,7 +45,7 @@ noindex: true ## Analytics and exports - Fixed reliability issues with assistant analytics view and exports -- Assistant analytics exports are now executed in the backrground and sent via email for a more reliable experience +- Assistant analytics exports are now executed in the background and sent via email for a more reliable experience