You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add updates for August 3 - August 9, including authentication improvements, API playground enhancements, assistant updates, performance and reliability fixes, and technical improvements. (#1009)
Copy file name to clipboardExpand all lines: changelog.mdx
+42-1Lines changed: 42 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,47 @@ rss: true
5
5
noindex: true
6
6
---
7
7
8
+
<Updatelabel="August 3 - August 9"tags={["Improvements"]}rss={{ title: "Weekly Updates", description: "Search API, OAuth polish, asset serving, and MCP tooling" }}>
9
+
## Authentication improvements
10
+
11
+
- Group-level public access: make entire page groups public via `docs.json` so you don’t need `public: true` on each page ([learn more](https://mintlify.com/docs/authentication-personalization/authentication-setup#group-level))
12
+
- Support `logoutURL` in OAuth configuration to delete upstream cookies and complete sign-out
13
+
- On OAuth errors, users are redirected to your specified `logoutURL` to restart the auth flow
14
+
- Fixed a flash of a 500 error during OAuth/JWT flows before the callback
15
+
- Auto-strip `https://` from URLs in OAuth/JWT auth configuration to prevent misconfiguration
16
+
17
+
## API playground enhancements
18
+
19
+
- New Search API endpoint so you can build agents and MCP servers on top of your docs
20
+
-`openapi` and `asyncapi` files are now served at their specified paths (e.g. `https://mydocsurl.extension/{openapi-or-file-name}.json`)
21
+
- You can now use the `x-mint` field in your openapi files to override generated fields, customize preface content, or change endpoint URLs in code samples
22
+
-`x-mcp` is now `x-mint.mcp` in OpenAPI configurations to control which routes are exposed as MCP tools
23
+
24
+
## Assistant updates
25
+
26
+
- Fixed an issue where the action menu (containing options like copy and thumbs up) for older messages disappeared when new ones streamed in
27
+
- Fixed accessibility of nested `/mcp/...` pages after the hosted MCP servers release from last week
28
+
29
+
## Performance and reliability
30
+
31
+
- All image and video assets in your repo are now served at the expected path on your domain (e.g. `/assets/marketing/my-logo.png`)
32
+
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately
33
+
- Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction)
34
+
- Added retry logic for PDF exports to improve reliability
35
+
- Fixed cookie consent popup reappearing after acceptance or dismissal—first selection is now respected
36
+
- Fixed copying a page to clipboard on Safari by specifying a MIME `type` in `navigator.write`
37
+
38
+
## Technical improvements
39
+
40
+
- CLI bugfixes for windows and pnpm, plus CI tests to prevent regressions
41
+
- Improved our error logging output for greater readability and faster triage
42
+
- Minor fixes to the broken-link CI action when `contentDirectory` files are missing
43
+
- Fixed a regression caused by the auth-protected preview fixes from last week where the active tab was not being set correctly in the navigation UI
44
+
- Fixed theme light background color not being applied to active tab icons
45
+
- Fixed an issue where changing the auth type in the dashboard would update and then flip back to the previously saved type—now the new selection persists after saving
46
+
- Internal DX improvements for enterprise customers with custom UI libraries—it's now easier for us to include your components and accommodate requests on shorter timelines
47
+
</Update>
48
+
8
49
<Updatelabel="July 27 - August 2"tags={["Improvements"]}rss={{ title: "Weekly Updates", description: "Authentication improvements, search enhancements, and assistant API" }}>
9
50
## Authentication improvements
10
51
@@ -537,4 +578,4 @@ noindex: true
537
578
- Snippets V2: We now support fully reusable components and variables for snippets.
538
579
- Open-source MDX Engine: We've exposed two APIs—getCompiledMdx and MDXComponent—so you can access Mintlify markdown and code syntax highlighting. [Contributions to the project](https://github.com/mintlify/mdx) are welcome.
539
580
- AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears.
0 commit comments