Skip to content

Commit feaa15b

Browse files
Embedded App SDK 2.2 Changelog (#7753)
* Add changelog * Update docs/change-log/2025-08-11-embedded-app-sdk-version-2.2.md Co-authored-by: advaith <[email protected]> * newlines * link and upcase * Split versions --------- Co-authored-by: advaith <[email protected]>
1 parent 56aa319 commit feaa15b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Embedded App SDK Version 2.1 & 2.2"
3+
date: "2025-08-11"
4+
topics:
5+
- "Activities"
6+
- "Embedded App SDK"
7+
---
8+
9+
We've made a few improvements to the Embedded App SDK for version 2.2.0, here are the highlights:
10+
11+
### Changes in version 2.1
12+
13+
#### New URL fields
14+
15+
We now support new fields for rich presence activities:
16+
17+
- `state_url` - URL that is linked to when clicking on the state text in the activity card
18+
- `details_url` - URL that is linked to when clicking on the details text in the activity card
19+
- `assets.large_url` - URL that is linked to when clicking on the large image in the activity card
20+
- `assets.small_url` - URL that is linked to when clicking on the small image in the activity card
21+
22+
### Changes in version 2.2
23+
24+
#### patchUrlMappings
25+
26+
In line with the [recent change](/docs/change-log#remove-proxy-from-discord-activity-proxy-path) to remove the `.proxy/` path from Discord Activity proxy URLs, the `patchUrlMappings` utility has been updated to generate simplified URLs by default. It will now create mappings without the `.proxy/` prefix.
27+
28+
The Embedded App SDK is available via [npm](https://www.npmjs.com/package/@discord/embedded-app-sdk) and [GitHub](https://github.com/discord/embedded-app-sdk). You can check out our [installation guide and reference](/docs/developer-tools/embedded-app-sdk) to get started with it!

0 commit comments

Comments
 (0)