Skip to content

Commit 1d20c55

Browse files
evantahlernbarbettinitorresmateo
authored
Changelogs (#332)
* Changelogs * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <nate@arcade.dev> * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <nate@arcade.dev> * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <nate@arcade.dev> * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <nate@arcade.dev> * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <nate@arcade.dev> * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <nate@arcade.dev> * badges * Update changelog.mdx Co-authored-by: Mateo Torres <mateo@arcade.dev> --------- Co-authored-by: Nate Barbettini <nate@arcade.dev> Co-authored-by: Mateo Torres <mateo@arcade.dev>
1 parent 5610a01 commit 1d20c55

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

β€Žpages/home/_meta.tsxβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ export default {
143143
faq: {
144144
title: "FAQ",
145145
},
146+
changelog: {
147+
title: "Changelog",
148+
},
146149
"-- Registry": {
147150
type: "separator",
148151
title: "Registry",

β€Žpages/home/changelog.mdxβ€Ž

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Changelog"
3+
description: "What's new at Arcade.dev"
4+
---
5+
6+
# Changelog
7+
8+
*Here's what's new at Arcade.dev!*
9+
10+
## For the week ending on 2025-06-20
11+
12+
**Frameworks**
13+
* `[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))
14+
15+
**Toolkits**
16+
* `[feature - πŸš€]` Jira toolkit released ([docs](https://docs.arcade.dev/toolkits/productivity/jira))
17+
18+
**CLI and TDK**
19+
* `[feature - πŸš€]` V2.0 of Python Tool Development Kit (TDK) ([migration guide](https://docs.arcade.dev/home/migrate-to-v2))
20+
* `[feature - πŸš€]` Admin API client support
21+
* Requires v1.6.0 of `arcade-py`, or v1.8.0 of `arcade-js`, or v0.1.0-alpha.4 of `arcade-go`
22+
23+
**Platform and Engine**
24+
* `[feature - πŸš€]` Admin APIs released for managing users, secrets, and tools ([API References](https://reference.arcade.dev/api-reference#tag/admin))
25+
* `[bugfix - πŸ›]` Unauthenticated MCP servers can be called anonymously
26+
* `[feature - πŸš€]` End-user credentials and auth status can be fetched in batches ([docs](https://docs.arcade.dev/home/auth/tool-auth-status))
27+
28+
**Misc**
29+
* `[feature - πŸš€]` Launched Github Discussions for product feedback and support ([link](https://github.com/ArcadeAI/arcade-ai/discussions))
30+
* `[feature - πŸš€]` Launched status.arcade.dev for monitoring platform status ([link](https://status.arcade.dev))

0 commit comments

Comments
Β (0)