|
1 | 1 | ---
|
2 | 2 | title: 'September 2024'
|
3 |
| -description: 'Speed improvements, Web Editor UI, and AI Chat' |
| 3 | +description: 'Speed improvements and JWT Auth' |
4 | 4 | ---
|
5 | 5 |
|
6 |
| -## Speed Performances |
7 |
| - |
8 |
| -We made many updates to improve the overall speed for your OpenAPI pages and update workflows. |
| 6 | +<Info> |
| 7 | + Last updated on: **2024-09-11** |
| 8 | +</Info> |
9 | 9 |
|
10 |
| -## Web Editor UI |
| 10 | +## Speed Performances |
11 | 11 |
|
12 |
| -We polished the UI with new icons and a new layout. |
| 12 | +We made many updates to improve the overall speed for your OpenAPI pages and update workflows: |
13 | 13 |
|
14 |
| -## File Uploads in API Playground |
| 14 | +- 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. |
15 | 15 |
|
16 |
| -By default, API playground requests are proxied by Mintlify. Now you can use `disableProxy` to disable this behavior and support request types like file uploads. |
| 16 | +- For API reference pages with complex data types, we've drastically reduced the size of the page. For customers with complex, recursive OpenAPI data types, this means a size reduction of up to 98%. |
17 | 17 |
|
18 |
| -- [Learn more about API configurations](/settings/global#api-configurations) |
| 18 | +## JWT Auth |
19 | 19 |
|
20 |
| -## AI Chat |
| 20 | +For `Enterprise` customers, you can now use your own login flow to send user info to your docs via a JWT in the URL. |
21 | 21 |
|
22 |
| -We kept iterating on improving the search experience with more accurate results. |
| 22 | +- [Learn more about JWT Auth](/advanced/user-auth/jwt) |
23 | 23 |
|
24 | 24 | ## More
|
25 | 25 |
|
26 |
| -- **Overall UX**: We polished multiple little big UX/UI details. |
27 |
| -- **Search Layout**: The search box is now pixel-perfect on every screen. |
28 |
| -- **Anchor Links**: We updated the anchor generation code to support edge cases. |
29 |
| -- **API Playground UI**: We fixed a UI bug on the API Playground when switching tabs. |
30 |
| -- **Sidebar**: We also squashed a bug with sidebar items. |
31 |
| -- **Code Groups**: We fixed how the component behaves. |
| 26 | +- **Troubleshooting for API pages**: API pages could be complicated so we listed common issues to help you sort them out quickly — [Read the docs](/api-playground/troubleshooting) |
0 commit comments