Skip to content

Commit 0c16cb3

Browse files
committed
Add changelog for EOS 2026.05.28
1 parent 2a120d3 commit 0c16cb3

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import NodeRef from "@site/src/components/NodeRef";
2+
3+
### 2026.05.28
4+
5+
This release adds support for EOS SDK 1.19.0.7 and Unreal Engine 5.8 Preview 1:
6+
7+
- Added support for EOS SDK 1.19.0.7.
8+
- If you are using the Free Edition, you will need to update to this version of the EOS SDK.
9+
- Added support for Unreal Engine 5.8 Preview 1.
10+
- Downloads for the 5.8 Preview are available via [the License Manager](https://licensing.redpoint.games/download) and GitLab; they will not be available on Fab until 5.8 stable.
11+
- If you are currently using Unreal Engine 5.5, please note that Standard Support will no longer cover this engine version when Unreal Engine 5.8 has a stable release later this year. If you would like to continue using 5.5 beyond the release of 5.8, you will need to be covered under [a Premium Support plan](https://licensing.redpoint.games/support/plans).
12+
- Added the <NodeRef name="Get Dedicated Server Public Key" pure /> blueprint node, which can give you the public key on a dedicated server so you can send it to an external system that clients receive their connection information from. This is only necessary if you are not using EOS sessions or matchmaking functionality.
13+
- Further stability improvements to voice chat.

docs/changelog/2026/_index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import R0528 from "./05.28/_index.mdx";
12
import R0507 from "./05.07/_index.mdx";
23
import R0429 from "./04.29/_index.mdx";
34
import R0420 from "./04.20/_index.mdx";
@@ -8,6 +9,7 @@ import R0221 from "./02.21/_index.mdx";
89
import R0212 from "./02.12/_index.mdx";
910
import R0119 from "./01.19/_index.mdx";
1011

12+
<R0528 />
1113
<R0507 />
1214
<R0429 />
1315
<R0420 />

0 commit comments

Comments
 (0)