Skip to content

Commit 882ca57

Browse files
committed
docs: add changelog for aud31-sep13
1 parent b786623 commit 882ca57

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

changelog.mdx

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ rss: true
55
noindex: true
66
---
77

8+
<Update label="August 31 - September 13" tags={["New releases", "Improvements"]} rss={{ title: "Weekly Updates", description: "AI 404 suggestions, assistant web search with external sources, security enhancement, and reliability fixes" }}>
9+
10+
## Major releases
11+
12+
- **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)
13+
- **Major release**: web search for assistant can now include external sources
14+
_Note: Contact us to enable this feature for your site._
15+
16+
## Assistant and MCP
17+
18+
- Fixed a bug where the assistant would be incorrectly rate limited due to time window not sliding correctly
19+
- Fixed a bug with assistant tool calling to properly handle empty `text` blocks
20+
- Fixed a bug where MCP server name's concatenated with tool calls were sometiems exceeding the 60 chracter length MCP clients enforce
21+
- Fixed a bug where the assistant menu would have a height several times larger than the viewport and scroll forever
22+
- Fixed a bug where assistant spend values could display with greater than two decimal places in the dashboard
23+
24+
## Web editor and deployments
25+
26+
- Security enhancement added to editor such that only users with `write permissions` for the connected git hosting repository can make changes
27+
- Fixed a bug where preview deployments wouldn't work for branches with `=` in the name
28+
- Fixed a bug where long branch names would overflow modals on preview deployment creations
29+
- Quality of life improvement where email query parameter will prefill the input on signup invitations
30+
- Fixed a bug where copying a page from the context menu was not working on safari
31+
32+
## API playground and navigation
33+
34+
- Multiple API playground response codes now display in a controlled styled select menu instead of the system default select menu when focused
35+
- You can now use the `expanded` fields on navigation groups in your `docs.json` to make them be default open
36+
37+
## SEO and UI
38+
39+
- 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
40+
- Fixed a bug where youtube embeds would flash in and out on load
41+
- Fixed a bug where expanding the feedback menu to include written responses would cause layout shift with the table of contents
42+
- Fixed a bug where text would leak above the topbar on the maple theme when a dismissed the notification banner
43+
- Enhanced the Maple and Willow themes by adding login/logout buttons to the sidebar for easier access
44+
45+
## Analytics and exports
46+
47+
- Fixed reliability issues with assistant analytics view and exports
48+
- Assistant analytics exports are now executed in the backrground and sent via email for a more reliable experience
49+
50+
</Update>
51+
852
<Update label="August 24 - August 30" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Enhanced feedback collection, navigation improvements, and authentication bug fixes" }}>
953

1054
## Major release: Enhanced feedback collection

0 commit comments

Comments
 (0)