Skip to content

Releases: getnamo/SocketIOClient-Unreal

v2.8.0 Release for UE5.4

04 Jun 03:32
Compare
Choose a tag to compare

Changes

v2.8.0 Release for UE5.4 Marketplace

20 Jul 04:17
Compare
Choose a tag to compare
Pre-release

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

01 Nov 21:37
Compare
Choose a tag to compare

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

26 Sep 19:01
Compare
Choose a tag to compare

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
  • runtime prepend on version.h include fix

v2.6.0 Release for UE5.2

26 Jun 17:02
Compare
Choose a tag to compare

v2.6.2 Draft Release for Marketplace

26 Jun 17:49
Compare
Choose a tag to compare
Pre-release

Notes

v2.5.8 Release for UE5.1

05 May 17:05
Compare
Choose a tag to compare

Changes

  • Refactor CUFileComponent to CUFileSubsystem. CUFileComponent has 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.

2.5.1mp Draft Release for Marketplace

20 Nov 18:01
Compare
Choose a tag to compare
Pre-release

Changes

NB: This is a release for marketplace submission, use https://github.com/getnamo/SocketIOClient-Unreal/releases/tag/v2.5.0 if you're downloading a release from github

v2.5.0 Release for UE5.1

16 Nov 22:28
Compare
Choose a tag to compare

Changes

  • Compile fixes for UE5.1, ref on changes: 992cd74. Addresses #340
  • Loading phase changed to PreDefault for SocketIOClient
  • Fixed multiple rapidjson build collision #347, thanks to @slyring for fix suggestion.
  • Enabled OpenSSL for Android platform
  • Verification naming logic fix #339, thanks to @polidenis for pull.
  • Fixed enum <-> byte conversion bug 4c97f85

v2.4.0 Release for UE5.0

25 Jul 18:45
Compare
Choose a tag to compare

Changes

  • Added default auth support via token string (#320), thanks @tamaynard for feature
  • Cleaned up internal documentation and code
  • Added support for empty connect
  • #311 string field bug, thanks @staskjs for fix
  • #316 Updated libOpus include version to 1.3.1-12, thanks @bapin93 for fix
  • #317 include fix for non-windows platforms, thanks @seesemichaelj for fix
  • #327 added support for obtaining server synced socket.id on connect, this is an API change as connection callbacks will receive socket.id before connection session id.