Skip to content

Commit ac1052c

Browse files
Add weekly updates for July 27-Aug 2, including authentication improvements, API playground enhancements, assistant updates, performance and reliability fixes, and technical improvements (#980)
* Add weekly updates for July 27-Aug 2, including authentication improvements, API playground enhancements, assistant updates, performance and reliability fixes, and technical improvements * remove redundancies --------- Co-authored-by: Ethan Palm <[email protected]>
1 parent d4dd2a1 commit ac1052c

File tree

1 file changed

+35
-27
lines changed

1 file changed

+35
-27
lines changed

changelog.mdx

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ rss: true
55
noindex: true
66
---
77

8+
<Update label="July 27-Aug 2" rss={{ title: "Weekly Updates", description: "Authentication improvements, search enhancements, and assistant API" }}>
9+
## Authentication improvements
10+
11+
- Local development improvements to auth, enabling faster development of auth features and bug fixes in this product area
12+
- Preview deployments now available for auth-protected sites
13+
- Fixed redirect behavior to properly return users to their original page after authentication
14+
- Fixed logout button display for full authentication (previously only worked for partial authentication)
15+
16+
## API playground enhancements
17+
18+
- Fixed `multipart/form-data` file upload functionality in the API playground
19+
- Fixed anchor link behavior so clicking them updates the URL without scrolling to top of page
20+
- Fixed anchor link issues in nested tabs
21+
22+
## Assistant updates
23+
- New Assistant API so you can build it into your own products, compatible with AI SDK
24+
- Added copy button to chat responses
25+
- Fixed issue with retrying messages in the assistant
26+
- Improvements to default assistant prompt to make it less verbose by default
27+
28+
## Performance and reliability
29+
30+
- Made search feel more crisp and accurate by aborting debounced requests as you type
31+
- Resource provisions for a new CDN - expect image asset and page load times to improve soon
32+
- Fixed bugs for rendering complex Mermaid diagrams like GANTT charts
33+
- Fixed CLI bugs on Windows to improve stability and added tests to prevent regression
34+
35+
## Technical improvements
36+
37+
- Added OpenTelemetry for traces in NextJS application to improve time to first byte for customers
38+
- Migrated from Octokit to GitHub API Client to improve latency in the web editor experience
39+
- Fixed duplicate meta tags for OpenGraph
40+
- Upgraded MongoDB from version 6 to 7 for improved performance and new features
41+
</Update>
42+
843
<Update label="July 2025" rss={{ title: "July Product Updates", description: "Slack app integration, hosted MCP servers, Cursor integration, and performance improvements" }}>
944
## Slack app
1045

@@ -21,37 +56,10 @@ noindex: true
2156

2257
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.
2358

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-
4459
## Code block improvements
4560

4661
- Improved syntax highlighting
4762
- 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
5563
</Update>
5664

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

0 commit comments

Comments
 (0)