Skip to content

Commit d0f7cdd

Browse files
authored
updated the changelog (and hopefully fixed the agent's routine) (#998)
1 parent df02537 commit d0f7cdd

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

β€Žapp/en/references/changelog/page.mdxβ€Ž

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,72 @@ import { Callout } from "nextra/components";
99

1010
_Here's what's new at Arcade.dev!_
1111

12+
## 2026-06-05
13+
14+
**Arcade MCP Servers**
15+
16+
- `[feature - πŸš€]` Add Github_SearchCode for cross-organizational code search functionality.
17+
- `[feature - πŸš€]` Rebuilds the arcade_google_flights toolkit to support full trip-planning lifecycle.
18+
- `[feature - πŸš€]` Add support for recurring events in Google Calendar API integration.
19+
- `[feature - πŸš€]` Add ChatGPT as a supported MCP client in the mcp-gateway-connect feature.
20+
- `[feature - πŸš€]` Add move email to folder tools in the Microsoft Outlook Mail toolkit for better email organization.
21+
- `[feature - πŸš€]` Add Resend transactional email toolkit with API-key authentication for email operations.
22+
- `[feature - πŸš€]` Add create_or_edit_spreadsheet tool for batch operations on Google Sheets.
23+
- `[documentation - πŸ“]` Updating documentation for MCP Servers.
24+
- `[documentation - πŸ“]` Removed outdated PAT and notification references from GitHub MCP server documentation.
25+
26+
**Platform and Engine**
27+
28+
- `[feature - πŸš€]` Swap primary and tertiary colors in the design system to improve UI clarity.
29+
- `[feature - πŸš€]` Add User Source CRUD audit logging and emission framework in the coordinator.
30+
- `[feature - πŸš€]` Make OIDC scopes configurable per User Source, enhancing integration with Microsoft Entra ID.
31+
- `[bugfix - πŸ›]` Fix dark mode visibility for 'forkable' and 'squareup' icons.
32+
- `[bugfix - πŸ›]` Tone down primary lime usage in dashboard accents for improved UI coherence.
33+
- `[bugfix - πŸ›]` Bump Next.js versions for improved security.
34+
- `[bugfix - πŸ›]` Fix OIDC sign-in form action generation to use BASE_URL instead of request URL.
35+
- `[bugfix - πŸ›]` Fix slugification of gateway names in the Claude Code mcp add command to handle spaces correctly.
36+
- `[bugfix - πŸ›]` Fix dashboard text visibility in light mode by introducing a new brand text token.
37+
- `[bugfix - πŸ›]` Fix OAuth verifier selection in Playground to enhance security. (monorepo PR #1532)
38+
- `[maintenance - πŸ”§]` Patched 30 high-severity Dependabot CVEs across 15 packages.
39+
- `[documentation - πŸ“]` Updated User Sources for configurable scopes and added Advanced section in the Dashboard.
40+
41+
**Misc**
42+
43+
- `[documentation - πŸ“]` Add Microsoft Entra ID setup guide for Arcade User Sources.
44+
- `[documentation - πŸ“]` Adds Okta setup guide to user sources documentation.
45+
- `[documentation - πŸ“]` Adds Stytch setup guide for user sources.
46+
- `[documentation - πŸ“]` Adds a Clerk setup guide for OAuth applications in user sources.
47+
- `[documentation - πŸ“]` Adds an Auth0 setup guide for configuring user sources in Arcade.
48+
49+
## 2026-05-29
50+
51+
**Frameworks**
52+
53+
- `[feature - πŸš€]` Replace Reddit demo suggestion with Google Calendar in ui-kit. (monorepo PR #1390)
54+
55+
**Arcade MCP Servers**
56+
57+
- `[feature - πŸš€]` Reshape PR objects to nested structure for improved GitHub MCP server integration.
58+
- `[feature - πŸš€]` Reintroduce optional file picker URL suggestion in Google Workspace toolkits to enhance user experience.
59+
- `[feature - πŸš€]` Add Forkable meal-picker toolkit for managing weekly meal selections.
60+
- `[bugfix - πŸ›]` Improve tool descriptions to prevent confusion with prompt injections.
61+
- `[bugfix - πŸ›]` Fix deprecated Confluence version pin to restore backward compatibility.
62+
- `[bugfix - πŸ›]` Fix markdown rendering in PowerPoint slide bodies and titles.
63+
- `[documentation - πŸ“]` Update of MCP Servers documentation for Math toolkit version bump.
64+
65+
**Platform and Engine**
66+
67+
- `[feature - πŸš€]` Implement static-user-source gateway login.
68+
- `[bugfix - πŸ›]` Refactor to remove unused /v1/tokens/exchange endpoint to enhance security.
69+
- `[bugfix - πŸ›]` Restore tool errors handling in MCP tools to improve error reporting.
70+
- `[feature - πŸš€]` Add CIMD-specific guidance for unknown_client error in OAuth2 error page.
71+
- `[bugfix - πŸ›]` Fix self-hosted `arcade login` process to resolve double '/oauth2' URL issue and path mismatches.
72+
73+
**Misc**
74+
75+
- `[documentation - πŸ“]` Clarifies the separation of /admin/catalog/* and /tool_metadata* routes in engine documentation.
76+
- `[documentation - πŸ“]` Add User Sources overview and integrate User Source into MCP Gateway authentication options.
77+
1278
## 2026-05-22
1379

1480
**Arcade MCP Servers**

0 commit comments

Comments
Β (0)