Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions app/en/references/changelog/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@ import { Callout } from "nextra/components";

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

## 2026-03-27

**Frameworks**

- `[feature - 🚀]` Add new UI components for a design system enhancing tool-calling experiences.
- `[feature - 🚀]` Add Granola meeting intelligence toolkit with 3 tools for accessing meeting data via Granola's Enterprise API.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Granola toolkit is waiting on a production worker deploy (hopefully early next week)

- `[feature - 🚀]` Add Storybook stories for uncovered components in the design system.

**Arcade MCP Servers**

- `[feature - 🚀]` Add TelemetryPassbackMiddleware for serverExecutionTelemetry capability for `arcade-mcp`.
Copy link
Copy Markdown
Member

@EricGustin EricGustin Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note for next week's email (if you decide to include it): This is an implementation resource for MCP's SEP 2448

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added to my newsletter notes! Thank you!

- `[feature - 🚀]` Add full support for MCP Resources, enhancing resource registration and JSON Schema generation in `arcade-mcp`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `[feature - 🚀]` Add full support for MCP Resources, enhancing resource registration and JSON Schema generation in `arcade-mcp`.
- `[feature - 🚀]` Add full support for MCP Resources, enhancing resource registration and JSON Schema generation in `arcade-mcp-server`.

- `[maintenance - 🔧]` Increased rate limits for first-party MCP user calls.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `[maintenance - 🔧]` Increased rate limits for first-party MCP user calls.
- `[maintenance - 🔧]` Increased rate limits for Arcade's first-party MCP server (https://ctl.arcade.dev/mcp)

- `[maintenance - 🔧]` Rename Outlook Calendar, Outlook Mail, and SharePoint toolkits to microsoft_* prefix and mark old packages as deprecated.
- `[bugfix - 🐛]` Add client-side validation to prevent reserved 'arcade' prefix in OAuth and MCP gateway forms.

**Platform and Engine**

- `[feature - 🚀]` Add auth error page for user-friendly handling of OAuth failures.
- `[feature - 🚀]` Upgraded dashboard authentication experience.
- `[feature - 🚀]` Integrates Pylon chat widget and centralizes dashboard environment variables.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pylon chat is still in bosslevel (flagging b/c I'm not sure how we want to synchronize changlelog with prod vs staging)

- `[bugfix - 🐛]` Fix 'list out of index range' error in Salesforce toolkit's email formatting utility.
- `[bugfix - 🐛]` Fix to allow any port for loopback redirect URIs as per RFC 8252 Section 7.3.


## 2026-03-13

**Arcade MCP Servers**
Expand Down
Loading