Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

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


</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
Expand Down Expand Up @@ -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

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L57

Did you really mean 'transpilation'?

Check warning on line 57 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L57

Did you really mean 'uncached'?

Check warning on line 57 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L57

Did you really mean 'serverless'?

Check warning on line 57 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L57

Did you really mean 'uncached'?

</Update>

Check warning on line 59 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L59

Did you really mean 'parallelization'?

<Update label="August 10 - August 16" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}>

Check warning on line 61 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L61

Did you really mean 'prefetching'?

## Performance and build optimizations

Expand All @@ -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

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L76

Did you really mean 'monorepo'?

Check warning on line 76 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L76

Did you really mean 'prepending'?
- Optimized AI model context by removing anchor link specifications from markdown links when navigating to Anthropic, OpenAI, or other providers

## Web editor improvements
Expand All @@ -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

Check warning on line 87 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L87

Did you really mean 'classnames'?
- 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)
Expand All @@ -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

Check warning on line 98 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L98

Did you really mean 'metatags'?
- Corrected `VSCode` to `VS Code` in contextual menu when enabled
- Fixed headings within custom components appearing in table of contents alongside semantic headings

Check warning on line 100 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L100

Did you really mean 'sourcemaps'?

## Bug fixes and reliability

Expand All @@ -93,7 +114,7 @@
- Comprehensive testing coverage for new features and edge cases

</Update>

Check warning on line 117 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L117

Did you really mean 'misconfiguration'?
<Update label="August 3 - August 9" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Search API, OAuth polish, asset serving, and MCP tooling" }}>
## Authentication improvements

Expand All @@ -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

Check warning on line 134 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L134

Did you really mean 'autofocuses'?

- 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
Expand All @@ -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)_

Check warning on line 142 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L142

Did you really mean 'bugfixes'?
- 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
Expand Down Expand Up @@ -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

Check warning on line 173 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L173

Did you really mean 'debounced'?
- 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
Expand All @@ -157,7 +178,7 @@

## Performance and reliability

- Made search feel more crisp and accurate by aborting debounced requests as you type

Check warning on line 181 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L181

Did you really mean 'Octokit'?
- 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
Expand All @@ -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

Check warning on line 189 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L189

Did you really mean 'DMs'?
- Fixed duplicate meta tags for OpenGraph
- Upgraded MongoDB from version 6 to 7 for improved performance and new features
</Update>
Expand All @@ -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.

Check warning on line 208 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L208

Did you really mean 'subscribable'?

## Code block improvements

Check warning on line 211 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L211

Did you really mean 'agentic'?
- 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

Check warning on line 218 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L218

Did you really mean 'Subscribable'?
- 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
Expand Down Expand Up @@ -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

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L305

Did you really mean 'Codeblocks'?

Check warning on line 305 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L305

Did you really mean 'callouts'?

Check warning on line 305 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L305

Did you really mean 'callout'?
## Bug fixes

- OG images fixed
Expand Down Expand Up @@ -312,9 +333,9 @@

```bash
mint upgrade
```

Check warning on line 336 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L336

Did you really mean 'LLMs'?

1. Delete your old `mint.json` file and push your changes

Check warning on line 338 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L338

Did you really mean 'LLMs'?

## CI Checks

Expand Down Expand Up @@ -396,7 +417,7 @@
![Web Editor](/images/changelog/webeditor.jpg)
</Frame>
We've revamped our web editor so that you can now update docs with a fully WYSIWYG experience, while syncing with markdown.

Check warning on line 420 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L420

Did you really mean 'LLMs'?
Check out our [docs on getting started with Web Editor](/editor).

## /llms.txt support
Expand Down Expand Up @@ -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.

Check warning on line 492 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L492

Did you really mean 'signup'?
## 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.
Expand All @@ -482,7 +503,7 @@
- Added ability to add new deployment through dashboard settings.

## Bug Fixes

Check warning on line 506 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L506

Did you really mean 'autogenerated'?
- 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.
Expand Down Expand Up @@ -515,7 +536,7 @@
![Performance Improvements](/images/changelog/performance-improvements.png)
</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

Check warning on line 539 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L539

Did you really mean 'navbar'?
updates are now ~5.5x faster - an 81.8% time reduction.

## SEO improvements
Expand Down Expand Up @@ -549,7 +570,7 @@
<Update label="August 2024">
## OpenAPI Reference Pages

- Endpoints defined by OpenAPI that are complex and recursive are now 98%

Check warning on line 573 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L573

Did you really mean 'proxied'?
smaller.
- We now show
[additionalProperties](https://swagger.io/docs/specification/data-models/dictionaries/)
Expand Down Expand Up @@ -582,7 +603,7 @@
was used.
</Update>

<Update label="July 2024">

Check warning on line 606 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L606

Did you really mean 'chatbot'?
## AI Widget

<Frame>
Expand Down Expand Up @@ -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.

Check warning on line 641 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L641

Did you really mean 'Okta'?
- 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>
Expand All @@ -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 warning on line 664 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L664

Did you really mean 'callouts'?

Check out our [Custom Mode docs](pages#custom-mode).
</Update>
Expand All @@ -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>

Check warning on line 673 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L673

Did you really mean 'frontmatter'?

<Update label="February 2024">
## Quality Improvements
Expand Down