Skip to content

Commit d9ae6fa

Browse files
committed
Add changelog for EOS 2026.02.21
1 parent 53fda50 commit d9ae6fa

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import NodeRef from "@site/src/components/NodeRef";
2+
3+
### 2026.02.21
4+
5+
This release adds support for EOS SDK 1.19 and fixes several issues:
6+
7+
- Added support for EOS SDK 1.19.0.3.
8+
- Free Edition users will need to download and install the newer EOS SDK from the Epic Games Developer Portal when upgrading to this release. If you need to use an older EOS SDK version, please use the Paid Edition instead.
9+
- Fixed an issue where voice chat audio could be delayed if proximity voice chat was enabled.
10+
- Fixed an issue where voice chat audio would not be played back correctly if the audio output device was not configured for 48000hz, or did not have 2 audio channels, on desktop platforms.
11+
- Fixed a rare crash when polling audio input and output devices on Windows.
12+
- Fixed a crash that would occur if the presence system queued up too many presence updates without being able to perform the updates due to a lack of Internet connectivity.
13+
- Fixed a crash that would happen if you pressed `;` to open the debug camera during play-in-editor.
14+
- Fixed a deadlock when the voice chat channel joined and left events that would occur if you attempted to change voice chat settings in response to those events.
15+
- Reduced memory usage by removing excessive padding in internal data structures.

docs/changelog/2026/_index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
import R0221 from "./02.21/_index.mdx";
12
import R0212 from "./02.12/_index.mdx";
23
import R0119 from "./01.19/_index.mdx";
34

5+
<R0221 />
46
<R0212 />
57
<R0119 />

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5368,17 +5368,10 @@ __metadata:
53685368
languageName: node
53695369
linkType: hard
53705370

5371-
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001370":
5372-
version: 1.0.30001375
5373-
resolution: "caniuse-lite@npm:1.0.30001375"
5374-
checksum: 10c0/0f7b46e46b63f8118c5a59748e5849230be32945947ca9f02c9f3599c2fdedd58f87ec65bcc52707f7a5be57149ef922d5a8d18ff363270755b39489396dae42
5375-
languageName: node
5376-
linkType: hard
5377-
5378-
"caniuse-lite@npm:^1.0.30001702, caniuse-lite@npm:^1.0.30001703, caniuse-lite@npm:^1.0.30001718":
5379-
version: 1.0.30001720
5380-
resolution: "caniuse-lite@npm:1.0.30001720"
5381-
checksum: 10c0/ba9f963364ec4bfc8359d15d7e2cf365185fa1fddc90b4f534c71befedae9b3dd0cd2583a25ffc168a02d7b61b6c18b59bda0a1828ea2a5250fd3e35c2c049e9
5371+
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001370, caniuse-lite@npm:^1.0.30001702, caniuse-lite@npm:^1.0.30001703, caniuse-lite@npm:^1.0.30001718":
5372+
version: 1.0.30001774
5373+
resolution: "caniuse-lite@npm:1.0.30001774"
5374+
checksum: 10c0/cc6a340a5421b9a67d8fa80889065ee27b2839ad62993571dded5296e18f02bbf685ce7094e93fe908cddc9fefdfad35d6c010b724cc3d22a6479b0d0b679f8c
53825375
languageName: node
53835376
linkType: hard
53845377

0 commit comments

Comments
 (0)