Releases: getnamo/SocketIOClient-Unreal
Releases Β· getnamo/SocketIOClient-Unreal
v2.11.0 Release for UE5.7
Changes
- Recompiled for UE5.7
- Functionally same as https://github.com/getnamo/SocketIOClient-Unreal/releases/tag/v2.10.0
v2.10.0 Release for UE5.6
v2.9.0 Release for UE5.5
Changes
- Compile fixes for UE5.5
- Potential fix for #441
- #440 TryGet for SIOJsonObjects - thanks to @mikeseese for contribution
- Added some Serialization utilities - 8025394
v2.8.0 Release for UE5.4
Changes
- Compile fixes for UE5.4
- Strict non-unity include updates #423 & #420, thanks @ASpookieGhost & @knapsu for contribution
- 5.4 early support merge #417, thanks @mikeseese for contribution
- Asio namespace change for namespace collision #418, thanks @mikeseese for contribution
- #415 fix
- PCM->Wave converter bf5927c & c84ce3f
- UTf8 serialization fix 66f5e40
v2.8.0 Release for UE5.4 Marketplace
Notes
Same as v2.8.0, but aimed for marketplace release, not recommended to download directly.
v2.7.2 Release for UE5.2-UE5.3 Marketplace
Notes
- Same as v2.7.1, but aimed for marketplace release, not recommended to download directly.
v2.7.1 Release for UE5.2 & 5.3
Changes
- Compile fixes for UE5.3
- Merged pull #387 for include updates for UE5.3, thanks @lehuan5062 for contribution
- Minor android compiled fixes (GetTextureRHI)
- Std::move fix #376 thanks @Lootheo for contribution
- result_of fix thanks @mikeseese 3156b4a
runtimeprepend onversion.hinclude fix
v2.6.0 Release for UE5.2
- Update to Unreal Engine 5.2
- Added support for extra auth key:value pairs apart from token. - #379
v2.6.2 Draft Release for Marketplace
Notes
- Largely same as https://github.com/getnamo/SocketIOClient-Unreal/releases/tag/v2.6.0, but aimed for marketplace release, not recommended to download directly.
v2.5.8 Release for UE5.1
Changes
- Refactor
CUFileComponentto CUFileSubsystem.CUFileComponenthas been deprecated and will likely be removed in the next release. - Patch connection crash on start #369 - thanks to @rwinright
- libopus include change
- Catch invalid world case
- Delete File utility function added to CUFileSubsystem
- Fix binary receive path: #374. Tested on echo png emit at 120 fps; seems stable.