Skip to content

Commit c2aa7ad

Browse files
committed
Add changelog for EOS 2026.01.19
1 parent 7c8b43c commit c2aa7ad

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Changelog
33
description: Release notes for EOS Online Framework.
44
---
55

6+
import Y2026 from "./changelog/2026/_index.mdx";
67
import Y2025 from "./changelog/2025/_index.mdx";
78
import Y2024 from "./changelog/2024/_index.mdx";
89
import Y2023 from "./changelog/2023/_index.mdx";
@@ -12,6 +13,7 @@ import Y2020 from "./changelog/2020/_index.mdx";
1213

1314
This document describes the changes made in each release.
1415

16+
<Y2026 />
1517
<Y2025 />
1618
<Y2024 />
1719
<Y2023 />
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import NodeRef from "@site/src/components/NodeRef";
2+
3+
### 2026.01.19
4+
5+
This release improves voice chat component replication and fixes several issues:
6+
7+
- Added the <NodeRef name="Block Member" /> and <NodeRef name="Unblock Member" /> blueprint nodes for blocking and unblocking players in voice chat.
8+
- Improved replication behaviour of voice chat components. This should fix issues where voice chat is not spatialised correctly on multiplayer servers.
9+
- When users sign in with Apple on iOS for the first time, their display name will now be set to their nickname, or if not available, their given name, instead of "Anonymous".
10+
- Improved type support for `UOnlineLeaderboardWrite`, which now supports `double` and `int32` types.
11+
- Editor preferences are now stored in `DefaultEditor.ini` so that they are preserved when cleaning the project from source control, and when sharing the project with other team members.
12+
- The audio levels of voice chat members are now visible through the gameplay debugger.
13+
- Fixed an issue where attenuation settings would not apply in some circumstances.
14+
- Fixed a crash when the game instance does not implement `IRedpointEOSAuthWidgetFactory`.
15+
- Fixed a crash in voice chat when running on Steam Deck under WINE/Proton.
16+
- Fixed voice chat channels not being left automatically on clients when changing maps.
17+
- Fixed a crash when a voice chat component is garbage collected while synchronising voice chat component state.
18+
- Fixed a crash when sending room invites on some platforms, due to the local platform not implementing required APIs.
19+
- Fixed the `MatchmakingMatchmaker` module headers not being in the `Public` folder.
20+
- Fixed an assertion failure when cross-platform presence reconnects with the same connection ID.
21+
- Session attributes are now logged when calling `UpdateSession`.
22+
- Removed usage of the legacy `OnlineJsonSerializer.h` header files.

docs/changelog/2026/_index.mdx

Whitespace-only changes.

0 commit comments

Comments
 (0)