Skip to content

Releases: pubnub/c-core

v4.12.3

05 Aug 15:36
f714dc5
Compare
Choose a tag to compare

August 05 2024

Fixed

  • Add the missing ttl parameter to the pubnub_publish_options for extended publish configuration.

v4.12.2

05 Aug 13:19
966e078
Compare
Choose a tag to compare

August 05 2024

Fixed

  • Fixed custom bool type for CMake builds.

v4.12.1

05 Aug 07:34
532927a
Compare
Choose a tag to compare

August 05 2024

Fixed

  • Fix query values for boolean flags for history endpoint (include meta, include uuid, include message type and reverse).

v4.12.0

30 Jul 05:39
4789b71
Compare
Choose a tag to compare

July 30 2024

Added

  • Added filter and sort parameters to be closer to the other SDKs with object API.
  • Configurable bool type.

Fixed

  • Missing features needed for grant token API in CMakeLIsts.txt.

v4.11.2

15 Jul 08:43
90e283a
Compare
Choose a tag to compare

July 15 2024

Fixed

  • Added missing subscribe v2 crypto implementation.

v4.11.1

28 Jun 09:08
d36b8dd
Compare
Choose a tag to compare

June 28 2024

Fixed

  • Fixed cmake build for not ESP32 builds.

v4.11.0

27 Jun 17:39
bb0ff5d
Compare
Choose a tag to compare

June 27 2024

Added

  • Provided support for ESP32 devices via ESP-IDF framework.
  • Provided support for MBedTLS library used within esp32 platform.

Modified

  • Replace strncpy with strcpy in blocks where it is safer to be used.

v4.10.0

14 Jun 08:55
c0910f6
Compare
Choose a tag to compare

June 14 2024

Added

  • Added possibility to use strings in actions API.

Modified

  • pubnub_action_type enum has been deprecated.

v4.9.1

27 Mar 07:24
7011195
Compare
Choose a tag to compare

March 27 2024

Fixed

  • Fix too small amount of memory allocated for aes cbc algorithm in some cases.

Modified

  • Add possibility to include address sanitizer in build via CMake.

v4.9.0

08 Jan 20:30
e06c03e
Compare
Choose a tag to compare

January 08 2024

Added

  • Provide CMake support.
  • Adjust build.cs unreal engine file for CMake build.