Skip to content

Commit b7d0a74

Browse files
authored
chore: Add updates for August 3 - August 9, including authentication improvements, API playground enhancements, assistant updates, performance and reliability fixes, and technical improvements. (#1009)
1 parent 347f607 commit b7d0a74

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

changelog.mdx

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@ rss: true
55
noindex: true
66
---
77

8+
<Update label="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+
849
<Update label="July 27 - August 2" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Authentication improvements, search enhancements, and assistant API" }}>
950
## Authentication improvements
1051

@@ -537,4 +578,4 @@ noindex: true
537578
- Snippets V2: We now support fully reusable components and variables for snippets.
538579
- 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.
539580
- AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears.
540-
</Update>
581+
</Update>

0 commit comments

Comments
 (0)