Skip to content

Commit d4dd2a1

Browse files
Jul 2024 changelog updates (#979)
* more robust changelog * add code block improvements * Apply suggestions from code review Co-authored-by: tiffany-mintlify <[email protected]> * fix spacing --------- Co-authored-by: tiffany-mintlify <[email protected]>
1 parent 298bd17 commit d4dd2a1

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

changelog.mdx

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

8-
<Update label="July 2025" rss={{ title: "July Product Updates", description: "Slack app integration with zero friction access and contextual answers" }}>
8+
<Update label="July 2025" rss={{ title: "July Product Updates", description: "Slack app integration, hosted MCP servers, Cursor integration, and performance improvements" }}>
99
## Slack app
1010

1111
- Zero friction access: Bot responds to DMs, @mentions, and any question in your `#ask-ai` channel
@@ -14,6 +14,44 @@ noindex: true
1414
- Deflect support interruptions: Turn daily questions into instant, self-serve answers
1515

1616
Learn more in our [Slack app guide](/ai/slack-app).
17+
18+
## Hosted MCP servers
19+
20+
Deploy hosted Model Context Protocol (MCP) servers directly through Mintlify to integrate with AI tool like Claude, Cursor, and others. Learn more in our [MCP guide](/ai/model-context-protocol).
21+
22+
Help users quickly connect your MCP server to Cursor or VS Code from any page in your docs via the contextual menu. See [Contextual menu](/ai/contextual-menu) for more information.
23+
24+
## Authentication improvements
25+
26+
- Enhanced local development environment for auth features
27+
- Preview deployments now available for auth-protected sites
28+
- Fixed redirect behavior to properly return users to their original page
29+
- Added logout button display for authenticated users
30+
31+
## API playground enhancements
32+
33+
- Fixed `multipart/form-data` file upload functionality
34+
- Improved anchor link behavior
35+
- Clicking links updates URL without scrolling to top
36+
- Resolved anchor link issues in nested tabs
37+
38+
## Assistant updates
39+
- Unified Assistant API that's compatible with the AI SDK
40+
- Copy button added to chat responses
41+
- Improved message retry functionality
42+
- Less verbose default responses for better user experience
43+
44+
## Code block improvements
45+
46+
- Improved syntax highlighting
47+
- Added more customization options including focus mode, expandable code blocks, dark and light mode responsiveness, language dropdown menu, line numbering, and icons
48+
49+
## Performance and reliability
50+
51+
- Faster, more accurate search with debounced request cancellation
52+
- Page, image, and asset load time optimizations
53+
- Enhanced Mermaid diagram rendering, including GANTT chart support
54+
- Improved CLI stability on Windows
1755
</Update>
1856

1957
<Update label="June 2025" rss={{ title: "June Product Updates", description: "AI assistant updates and subscribable changelogs" }}>

0 commit comments

Comments
 (0)