Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions pages/home/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export default {
faq: {
title: "FAQ",
},
changelog: {
title: "Changelog",
},
"-- Registry": {
type: "separator",
title: "Registry",
Expand Down
30 changes: 30 additions & 0 deletions pages/home/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Changelog"
description: "What's new at Arcade.dev"
---

# Changelog

*Here's what's new at Arcade.dev!*

## For the week ending on 2025-06-20

**Frameworks**
* `[feature - 🚀]` Support for OpenAI Agent SDK in Typescript ([docs](https://docs.arcade.dev/home/oai-agents/overview) and [example](https://github.com/ArcadeAI/arcade-ai/tree/main/examples/openai-agents-ts))

**Toolkits**
* `[feature - 🚀]` Jira toolkit released ([docs](https://docs.arcade.dev/toolkits/productivity/jira))

**CLI and TDK**
* `[feature - 🚀]` V2.0 of Python Tool Development Kit (TDK) ([migration guide](https://docs.arcade.dev/home/migrate-to-v2))
* `[feature - 🚀]` Admin API client support
* Requires v1.6.0 of `arcade-py`, or v1.8.0 of `arcade-js`, or v0.1.0-alpha.4 of `arcade-go`

**Platform and Engine**
* `[feature - 🚀]` Admin APIs released for managing users, secrets, and tools ([API References](https://reference.arcade.dev/api-reference#tag/admin))
* `[bugfix - 🐛]` Unauthenticated MCP servers can be called anonymously
* `[feature - 🚀]` End-user credentials and auth status can be fetched in batches ([docs](https://docs.arcade.dev/home/auth/tool-auth-status))

**Misc**
* `[feature - 🚀]` Launched Github Discussions for product feedback and support ([link](https://github.com/ArcadeAI/arcade-ai/discussions))
* `[feature - 🚀]` Launched status.arcade.dev for monitoring platform status ([link](https://status.arcade.dev))