Releases: pubnub/c-core
Releases · pubnub/c-core
v4.12.3
August 05 2024
Fixed
- Add the missing
ttl
parameter to thepubnub_publish_options
for extendedpublish
configuration.
v4.12.2
August 05 2024
Fixed
- Fixed custom
bool
type for CMake builds.
v4.12.1
August 05 2024
Fixed
- Fix query values for boolean flags for history endpoint (
include meta
,include uuid
,include message type
andreverse
).
v4.12.0
July 30 2024
Added
- Added
filter
andsort
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
July 15 2024
Fixed
- Added missing subscribe v2 crypto implementation.
v4.11.1
June 28 2024
Fixed
- Fixed
cmake
build for not ESP32 builds.
v4.11.0
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
withstrcpy
in blocks where it is safer to be used.
v4.10.0
June 14 2024
Added
- Added possibility to use strings in actions API.
Modified
pubnub_action_type
enum has been deprecated.
v4.9.1
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
January 08 2024
Added
- Provide CMake support.
- Adjust
build.cs
unreal engine file for CMake build.