From 1a74132a2846f0f0aad3b29007b860de9f8b80aa Mon Sep 17 00:00:00 2001 From: Mateo Torres Date: Fri, 22 May 2026 15:05:06 -0300 Subject: [PATCH] changelogs update --- app/en/references/changelog/page.mdx | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/app/en/references/changelog/page.mdx b/app/en/references/changelog/page.mdx index 7e09f0ca9..fd64b8d42 100644 --- a/app/en/references/changelog/page.mdx +++ b/app/en/references/changelog/page.mdx @@ -9,6 +9,42 @@ import { Callout } from "nextra/components"; _Here's what's new at Arcade.dev!_ +## 2026-05-22 + +**Arcade MCP Servers** + +- `[documentation - 📝]` Updates to MCP Servers documentation including toolkit metadata. +- `[documentation - 📝]` Updating documentation for MCP Servers following an upgrade. + +**Arcade CLI** + + +**Platform and Engine** + +- `[bugfix - 🐛]` Fix validation error for empty Authorization URL field in MCP Server OAuth configuration. +- `[bugfix - 🐛]` Fixes middleware handling for HTTPExceptions to improve error responses in FastAPI. + +## 2026-05-15 + + +**Arcade MCP Servers** + +- `[feature - 🚀]` Add default-on filter to exclude automated noise from Gmail search/list results. +- `[bugfix - 🐛]` Fix missing OAuth scopes for Microsoft Teams toolkit tools to ensure proper authentication. +- `[bugfix - 🐛]` Fixes the issue of unwanted line breaks in Gmail messages sent as plaintext. +- `[bugfix - 🐛]` Fix Slack GetMessages tool quality errors related to datetime inputs and user lookup. +- `[bugfix - 🐛]` Fix Jira tool quality errors including project resolution and optional field handling. +- `[documentation - 📝]` Adding MCP Servers docs update to reflect new Outlook Mail tools and expanded OAuth scope. + +**Platform and Engine** + +- `[bugfix - 🐛]` Fix billing graphs on the dashboard by ensuring consistent recharts version usage. +- `[feature - 🚀]` Make tool-call timeouts configurable for self-hosted deployments. + +**Misc** + +- `[documentation - 📝]` Add Visual Studio instructions to GitHub Copilot documentation. + ## 2026-05-08