Changelog for Unreal SDK

0.3.0

April 29, 2025
Added
  • Rework GetMemberships, GetChannelMembers, GetAllUsersMetadataand GetAllChannelsMetadata to have dedicated structures for Include and Sort fields. Note: this is BREAKING CHANGE.
Modified
  • Change subscription loop to use Event Engine.
  • Mark _JSON functions as deprecated
  • Remove not needed C-Core files. Leave only required headers.
Fixed
  • Fix bugs in parsing FetchHistory response.
  • Fix bug that not all requested data was included in functions response when TotalCount was set.

0.2.6

February 12, 2025
Fixed
  • Fix Auth Token related functions.
  • Fix SetSecretKeyAutomatically setting to set the key properly.
  • Fix 'PubnubLog: Error: Pubnub user ID is not set. Aborting operation.' false error.

0.2.5

February 6, 2025
Added
  • Add plugin support for Linux and IOS projects.

0.2.4

January 21, 2025
Added
  • Pass logs from c-core to UE sdk.

0.2.3

November 28, 2024
Fixed
  • Fix incorrect memberships input object Json checks

0.2.2

November 25, 2024
Added
  • Add Unreal 5.5 support
  • Add documentation in code
  • Add CustomMessageType parameter to publish, signal and history
Modified
  • Rename uuid to user in all inputs and functions.
  • Rename ChannelName to Channel in in function inputs.

0.1.4

September 16, 2024
Added
  • Add proper MacOS static library

0.1.3

September 13, 2024
Added
  • fixes custom version of the C-core library

0.1.2

September 11, 2024
Added
  • Fixes for Unreal Engine Marketplace

0.1.0

August 14, 2024
Added
  • Initial PubNub Unreal Engine SDK release
Last updated on
On this page