diff --git a/app/en/references/changelog/page.mdx b/app/en/references/changelog/page.mdx index 53ab61997..e75697ae5 100644 --- a/app/en/references/changelog/page.mdx +++ b/app/en/references/changelog/page.mdx @@ -9,6 +9,38 @@ import { Callout } from "nextra/components"; _Here's what's new at Arcade.dev!_ +## 2026-06-26 + +**Arcade MCP Servers** + +- `[feature - 🚀]` Add search_directory_people tool for resolving coworkers' emails in Google Workspace. +- `[feature - 🚀]` Add search_drive tool to allow searching the user's entire Google Drive. +- `[feature - 🚀]` Add check_file_access pre-flight probe and picker file_types filter for Google Drive access improvements. +- `[feature - 🚀]` Adds interactive messaging to the Telegram worker toolkit with buttons and response handling. +- `[feature - 🚀]` Adds Microsoft OneDrive toolkit with 16 tools for file management. +- `[maintenance - 🔧]` Reduce SearchAndRetrieveDocuments default cost by adjusting limits and offloading synchronous calls. +- `[bugfix - 🐛]` Reclassify UpdateDraftEmail guardrails as retryable for better error metrics. +- `[bugfix - 🐛]` Fix mapping of CreateTextPost API errors for better tool quality metrics in Linkedin integration. +- `[bugfix - 🐛]` Remediate container CVEs by updating Python dependencies and refreshing base image. +- `[documentation - 📝]` Publish email attachments capability documentation for Gmail integration. + + +**Platform and Engine** + +- `[feature - 🚀]` Enable CLI command for operator authorization in RBAC. +- `[feature - 🚀]` Improved MCP server picker. +- `[bugfix - 🐛]` Fix chat toolkit default selection padding issue in UI kit. +- `[feature - 🚀]` Introduce O(1) predicate for single-name lookups in MCP to improve performance. +- `[bugfix - 🐛]` Reduce OAuth flow cookie TTL from 7 days to 1 hour to prevent connection issues. +- `[documentation - 📝]` Add operational guidance for vendor secret-rotation behavior in documentation. +- `[bugfix - 🐛]` Fix MCP tool auth requirement to ensure proper scope handling. + +**Misc** + +- `[bugfix - 🐛]` Fix dark-mode rendering of project invite email in coordinator app. +- `[documentation - 📝]` Add Cisco Duo auth provider reference page for OAuth 2.0 integration. +- `[documentation - 📝]` Add Warp Pipes documentation and Early Access sidebar section for improved resource navigation. + ## 2026-06-19 **Arcade MCP Servers**