Skip to content

Commit 714cde7

Browse files
authored
Changelog - 2026-01-12 (#643)
1 parent d51279b commit 714cde7

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

β€Žagents/changelog/index.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dotenv.config();
1212
const __filename = fileURLToPath(import.meta.url);
1313
const __dirname = path.dirname(__filename);
1414
const pagesDirectory = path.normalize(
15-
path.join(__dirname, "..", "..", "app", "en", "home"),
15+
path.join(__dirname, "..", "..", "app", "en", "references"),
1616
);
1717

1818
program.version(pkg.version).name(pkg.name).description(pkg.description);

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

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

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

12+
## 2026-01-09
13+
14+
<Callout type="important">
15+
We've dramatically revamped our documentation to focus on making it easier to get started with Arcade. Update your links and let us know what you think [here](/resources/contact-us)!
16+
</Callout>
17+
18+
<Callout type="info">
19+
MCP Gateways now support OAuth! Learn more about it [here](/guides/create-tools/mcp-gateways)!
20+
</Callout>
21+
22+
**Arcade MCP Servers**
23+
- `[feature - πŸš€]` Add support for Arcade Evals on MCP Servers
24+
- `[maintenance - πŸ”§]` Replace fcntl with cross-platform portalocker to fix Windows/Powershell errors
25+
26+
**Platform and Engine**
27+
- `[feature - πŸš€]` Optional image URL and hex color for organizations and projects
28+
- `[feature - πŸš€]` Support for listing members and invited users for projects
29+
- `[maintenance - πŸ”§]` Allows the same secret in multiple projects
30+
- `[feature - πŸš€]` OAuth for Gateways
31+
32+
**Toolkits**
33+
- `[feature - πŸš€]` [PagerDuty] Optimized Toolkit
34+
- `[feature - πŸš€]` [Pylon] Starter Toolkit
35+
- `[feature - πŸš€]` [Google contacts] phone numbers support
36+
- `[feature - πŸš€]` [Gmail] Improved performance and conversion to MCP App
37+
- `[feature - πŸš€]` [Google Sheets] Bug fix and MCP App update
38+
- `[maintenance - πŸ”§]` `arcade-mcp` Fix typing by using typing_extensions
39+
1240
## 2025-12-12
1341

1442
**Arcade MCP Servers**

0 commit comments

Comments
Β (0)