Skip to content

Commit 1e451a3

Browse files
Arcade engine 2.0.0 breaking change note (#353)
* Arcade engine 2.0.0 breaking change note * grammar * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <[email protected]> * Update pages/home/changelog.mdx Co-authored-by: Nate Barbettini <[email protected]> * add cahngelog --------- Co-authored-by: Nate Barbettini <[email protected]>
1 parent 3eb78c1 commit 1e451a3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

β€Žpages/home/changelog.mdx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@ description: "What's new at Arcade.dev"
77

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

10+
## For the week ending on 2025-07-18
11+
12+
<Note>
13+
Version 2.0.0 of the Arcade Engine was released this week. Upgrading to version 2.0.0 is recommended for all self-hosted developers, and includes an important security fix for [secure OAuth flows](/home/auth/secure-auth-production). After upgrading, all projects will default to using the Arcade user verifier. If desired, you can then implement a custom user verifier in your application/agent and make the switch via the Arcade Dashboard.
14+
15+
Self-hosed Arcade developers cannot be grandfathered into the old (insecure) behavior of skipping user verification once the Engine is upgraded to version 2.0.0 or higher.
16+
</Note>
17+
18+
**Frameworks**
19+
20+
**Toolkits**
21+
* `[feature - πŸš€]` Add Linear Toolkit ([PR #465](https://github.com/ArcadeAI/arcade-ai/pull/465))
22+
* `[feature - πŸš€]` Add Zendesk Toolkit ([PR #458](https://github.com/ArcadeAI/arcade-ai/pull/458))
23+
* `[bugfix - πŸ›]` Fix bug in Slack user processing ([PR #488](https://github.com/ArcadeAI/arcade-ai/pull/488))
24+
* `[bugfix - πŸ›]` fix URL expansion in Twitter ([PR #500](https://github.com/ArcadeAI/arcade-ai/pull/500))
25+
26+
**CLI and TDK**
27+
* `[feature - πŸš€]` Toolkit docs generator command for Arcade CLI ([PR #414](https://github.com/ArcadeAI/arcade-ai/pull/414))
28+
* `[feature - πŸš€]` custom `callback_host` for arcade login ([PR #481](https://github.com/ArcadeAI/arcade-ai/pull/481))
29+
30+
**Platform and Engine**
31+
* `[feature - πŸš€]` Dashboard: Add filter for user id and providers in Connected Accounts
32+
* `[feature - πŸš€]` Add new endpoint for upcoming scheduled subs
33+
* `[bugfix - πŸ›]` Engine OAuth hardening: secure defaults, config updates, validation, additional API flags, and route for user confirmation
34+
* `[feature - πŸš€]` Dashboard: UI for security settings
35+
* `[bugfix - πŸ›]` Engine: Correctly handle nils in auth provider responses
36+
* `[bugfix - πŸ›]` Platform: Improved success & error pages for OAuth
37+
38+
**Misc**
39+
* `[documentation - πŸ“]` replaced creating toolkit video with full tutorial ([PR #349](https://github.com/ArcadeAI/docs/pull/349))
40+
* `[documentation - πŸ“]` Add secure/brand auth in production doc ([PR #341](https://github.com/ArcadeAI/docs/pull/341))
41+
42+
1043
## For the week ending on 2025-07-11
1144

1245
**Frameworks**

0 commit comments

Comments
Β (0)