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
Copy file name to clipboardExpand all lines: changelog.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,27 @@ noindex: true
9
9
## Authentication improvements
10
10
11
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
12
+
- Support [`logoutURL` in OAuth configuration](https://mintlify.com/docs/authentication-personalization/authentication-setup#implementation-3) to delete upstream cookies and complete sign-out
13
13
- On OAuth errors, users are redirected to your specified `logoutURL` to restart the auth flow
14
14
- Fixed a flash of a 500 error during OAuth/JWT flows before the callback
15
15
- Auto-strip `https://` from URLs in OAuth/JWT auth configuration to prevent misconfiguration
16
16
17
17
## API playground enhancements
18
18
19
-
- New Search API endpoint so you can build agents and MCP servers on top of your docs
19
+
- New [Search API endpoint](https://mintlify.com/docs/api-reference/assistant/search) so you can build agents and MCP servers on top of your docs
20
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
21
+
- You can now use the [`x-mint` field in your openapi files](https://mintlify.com/docs/api-playground/openapi-setup#x-mint-extension) to override generated fields, customize preface content, or change endpoint URLs in code samples
22
+
-[`x-mcp` is now `x-mint.mcp`](https://mintlify.com/docs/api-playground/openapi-setup#mcp) in OpenAPI configurations to control which routes are exposed as MCP tools
23
23
24
24
## Assistant updates
25
25
26
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
27
+
- Fixed accessibility of nested `/mcp/...` pages after the [hosted MCP servers release](https://mintlify.com/docs/ai/model-context-protocol#accessing-your-mcp-server) from last week
28
28
29
29
## Performance and reliability
30
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
31
+
- All image and video assets present in your docs repo are now served at the appropriate path on your domain. For example, if you have `/assets/marketing/my-logo.png` in your repo, it will be available at `https://mydocsurl.extension/assets/marketing/my-logo.png`.
32
+
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately_(quality of life improvement)_
33
33
- Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction)
34
34
- Added retry logic for PDF exports to improve reliability
35
35
- Fixed cookie consent popup reappearing after acceptance or dismissal—first selection is now respected
@@ -38,7 +38,7 @@ noindex: true
38
38
## Technical improvements
39
39
40
40
- CLI bugfixes for windows and pnpm, plus CI tests to prevent regressions
0 commit comments