-
Notifications
You must be signed in to change notification settings - Fork 207
feature: August 24 - 30th changelog #1059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,27 @@ | |
noindex: true | ||
--- | ||
|
||
<Update label="August 24 - August 30" tags={["New releases", "Improvements"]} rss={{ title: "Weekly Updates", description: "Code snippet feedback system, usage billing dashboard, and image handling improvements" }}> | ||
|
||
## Code snippet feedback system | ||
|
||
- Interactive feedback modals on code snippets allow users to report issues and provide qualitative feedback directly within documentation | ||
|
||
## Usage-based billing dashboard enhancements | ||
|
||
- New usage summary endpoints, dashboard alerts, spend limits, and quota management features for better billing transparency and control | ||
|
||
## Image handling and performance improvements | ||
|
||
- Comprehensive fixes for logo display, CDN image loading, and layout shift prevention across deployment scenarios | ||
- Enhanced image URL generation and OG image handling for better performance | ||
|
||
## Technical reliability improvements | ||
|
||
- Enhanced memory allocation for deployment workers, optimized caching mechanisms, and improved error handling across authentication and billing systems | ||
|
||
</Update> | ||
|
||
<Update label="August 17 - August 23" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Image layout fixes, auth enhancements, mobile nav improvements, and web editor stability" }}> | ||
|
||
## Image handling improvements | ||
|
@@ -33,11 +54,11 @@ | |
|
||
- Enhanced logging system for update workflows enabling faster debugging and issue resolution | ||
- Fixed GitHub rate limiting for customers with 10+ OpenAPI/AsyncAPI specs by switching from individual file fetching to repository cloning | ||
- Improved assistant reliability with backup LLM support, enhanced rate limit error handling, and more robust search tool functionality | ||
Check warning on line 57 in changelog.mdx
|
||
|
||
</Update> | ||
|
||
<Update label="August 10 - August 16" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}> | ||
|
||
## Performance and build optimizations | ||
|
||
|
@@ -52,7 +73,7 @@ | |
- OpenAPI to MCP conversion moved to backend, enabling hosted MCP servers to contain tools (expect clearer documentation and config options soon) | ||
- Added Ruby support to API playground | ||
- We added a feature such that you can now [specify API pages using just your docs.json](/api-playground/openapi-setup#auto-populate-api-pages) without creating any new mdx files. | ||
- Support for [`webhook` pages](/api-playground/openapi-setup#webhooks) in docs navigation from OpenAPI specs | ||
Check warning on line 76 in changelog.mdx
|
||
- Optimized AI model context by removing anchor link specifications from markdown links when navigating to Anthropic, OpenAI, or other providers | ||
|
||
## Web editor improvements | ||
|
@@ -63,7 +84,7 @@ | |
- Fixed `Ctrl+K` link shortcut in monorepo dashboard Editor that was prepending docs repo path and creating broken links | ||
|
||
## Analytics and LLM integrations | ||
|
||
- Custom `llms.txt` and `llms-full.txt` support—add to docs repo root to serve at `/llms.txt` and `/llms-full.txt` endpoints for LLM customization | ||
- Added [Hightouch analytics integration](/integrations/analytics/hightouch#hightouch) | ||
- Enhanced context menu analytics tracking (dashboard viewing coming soon) | ||
|
@@ -74,9 +95,9 @@ | |
- Support for custom classnames in `h{1-4}` tags for applying custom heading styles | ||
- Fixed `h{1-4}` tags rendering as `Heading` components with chips in custom page mode | ||
- Added CSS selectors to [breadcrumbs](/navigation#breadcrumbs) for custom CSS targeting | ||
- Fixed stretched open-graph images by analyzing dimensions to maintain proportions at 56px height | ||
- Corrected `VSCode` to `VS Code` in contextual menu when enabled | ||
- Fixed headings within custom components appearing in table of contents alongside semantic headings | ||
|
||
## Bug fixes and reliability | ||
|
||
|
@@ -93,7 +114,7 @@ | |
- Comprehensive testing coverage for new features and edge cases | ||
|
||
</Update> | ||
|
||
<Update label="August 3 - August 9" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Search API, OAuth polish, asset serving, and MCP tooling" }}> | ||
## Authentication improvements | ||
|
||
|
@@ -110,7 +131,7 @@ | |
- 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 | ||
- [`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 | ||
|
||
## Assistant updates | ||
|
||
- Fixed an issue where the action menu (containing options like copy and thumbs up) for older messages disappeared when new ones streamed in | ||
- 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 | ||
|
@@ -118,7 +139,7 @@ | |
## Performance and reliability | ||
|
||
- 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`. | ||
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately _(quality of life improvement)_ | ||
- Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction) | ||
- Added retry logic for PDF exports to improve reliability | ||
- Fixed cookie consent popup reappearing after acceptance or dismissal—first selection is now respected | ||
|
@@ -149,7 +170,7 @@ | |
- Fixed anchor link behavior so clicking them updates the URL without scrolling to top of page | ||
- Fixed anchor link issues in nested tabs | ||
|
||
## Assistant updates | ||
- New Assistant API so you can build it into your own products, compatible with AI SDK | ||
- Added copy button to chat responses | ||
- Fixed issue with retrying messages in the assistant | ||
|
@@ -157,7 +178,7 @@ | |
|
||
## Performance and reliability | ||
|
||
- Made search feel more crisp and accurate by aborting debounced requests as you type | ||
- Resource provisions for a new CDN - expect image asset and page load times to improve soon | ||
- Fixed bugs for rendering complex Mermaid diagrams like GANTT charts | ||
- Fixed CLI bugs on Windows to improve stability and added tests to prevent regression | ||
|
@@ -165,7 +186,7 @@ | |
## Technical improvements | ||
|
||
- Added OpenTelemetry for traces in NextJS application to improve time to first byte for customers | ||
- Migrated from Octokit to GitHub API Client to improve latency in the web editor experience | ||
- Fixed duplicate meta tags for OpenGraph | ||
- Upgraded MongoDB from version 6 to 7 for improved performance and new features | ||
</Update> | ||
|
@@ -184,17 +205,17 @@ | |
|
||
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). | ||
|
||
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. | ||
|
||
## Code block improvements | ||
|
||
- Improved syntax highlighting | ||
- Added more customization options including focus mode, expandable code blocks, dark and light mode responsiveness, language dropdown menu, line numbering, and icons | ||
</Update> | ||
|
||
<Update label="June 2025" tags={["New releases", "Improvements"]} rss={{ title: "June Product Updates", description: "AI assistant updates and subscribable changelogs" }}> | ||
## AI assistant updates | ||
|
||
- Improved accuracy through agentic RAG with tool calling | ||
- Provides navigable links to referenced pages so that users can go directly to the source of answers | ||
- Copy shortcut for code examples generated by assistant | ||
|
@@ -281,7 +302,7 @@ | |
- Tag changelog updates so end users can filter updates | ||
- Sonnet-3.7 supported for AI Chat. Configure your preferred model through the dashboard | ||
- Change your deployment name directly in dashboard settings | ||
|
||
Check warning on line 305 in changelog.mdx
|
||
## Bug fixes | ||
|
||
- OG images fixed | ||
|
@@ -312,9 +333,9 @@ | |
|
||
```bash | ||
mint upgrade | ||
``` | ||
|
||
1. Delete your old `mint.json` file and push your changes | ||
|
||
## CI Checks | ||
|
||
|
@@ -396,7 +417,7 @@ | |
 | ||
</Frame> | ||
We've revamped our web editor so that you can now update docs with a fully WYSIWYG experience, while syncing with markdown. | ||
|
||
Check out our [docs on getting started with Web Editor](/editor). | ||
|
||
## /llms.txt support | ||
|
@@ -468,7 +489,7 @@ | |
## Filter search based on the current user | ||
|
||
When personalization is enabled, search results are now filtered based on the current logged in user so that they only see the relevant content. | ||
|
||
## Custom Prompts for AI Chat | ||
|
||
You can now customize the prompts for the AI chat. Please reach out to [support](mailto:[email protected]) if you'd like to customize the prompts. | ||
|
@@ -482,7 +503,7 @@ | |
- Added ability to add new deployment through dashboard settings. | ||
|
||
## Bug Fixes | ||
|
||
- Can now use leading slashes in navigation. | ||
- Can now edit CSS & JS files in the web editor. | ||
- Fixed `suggestEdit` not showing up even when enabled. | ||
|
@@ -515,7 +536,7 @@ | |
 | ||
</Frame> | ||
For large projects (~3,000 files), the download step for docs updates is now | ||
~440x faster - a 99.8% time reduction. Across the board, file downloads during | ||
updates are now ~5.5x faster - an 81.8% time reduction. | ||
|
||
## SEO improvements | ||
|
@@ -549,7 +570,7 @@ | |
<Update label="August 2024"> | ||
## OpenAPI Reference Pages | ||
|
||
- Endpoints defined by OpenAPI that are complex and recursive are now 98% | ||
smaller. | ||
- We now show | ||
[additionalProperties](https://swagger.io/docs/specification/data-models/dictionaries/) | ||
|
@@ -582,7 +603,7 @@ | |
was used. | ||
</Update> | ||
|
||
<Update label="July 2024"> | ||
## AI Widget | ||
|
||
<Frame> | ||
|
@@ -617,7 +638,7 @@ | |
|
||
- Themes: Customize your styling with pre-configured themes. Just add the theme Quill, Prism, or Venus to your `docs.json` file and it'll update your docs styling. | ||
- Search V2: directly query OpenAPI endpoint descriptions and titles to reach API Reference pages, remove hidden pages from search, and enjoy our updated search bar UI. | ||
- Web Editor branching: create branches in our web editor without an IDE. | ||
- User Personalization: authenticate users with Shared Session or JWT so that you can show them customized content, such as pre-filling API keys or showing specific content for customers. | ||
- OpenAPI Automation Upgrades: to auto-populate API Playground pages, you can add an `openapi` field to an object in tabs or anchors arrays in the `docs.json`. | ||
</Update> | ||
|
@@ -640,7 +661,7 @@ | |
|
||
- Create a custom global landing page setup with custom components | ||
- Add full-screen videos or image galleries | ||
- Embed custom iFrame demo elements to add intractability to your docs | ||
|
||
Check out our [Custom Mode docs](pages#custom-mode). | ||
</Update> | ||
|
@@ -649,7 +670,7 @@ | |
## Mintlify MDX for VSCode | ||
|
||
Call snippets of our pre-built components and callouts without leaving VSCode. [Install the extension here](https://marketplace.visualstudio.com/items?itemName=mintlify.mintlify-snippets). | ||
</Update> | ||
|
||
<Update label="February 2024"> | ||
## Quality Improvements | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these 2 feel a little less relevant but everything else looks good