Skip to content

Releases: pubnub/c-core

Bug-fix release

14 Sep 19:16
Compare
Choose a tag to compare
  • Add support for OpenSSL 1.1.0+
  • Fix handling of recv() errors on MacOS
  • Several smaller fixes and logging impovements

Bug-fix

03 Aug 20:30
Compare
Choose a tag to compare

Fixed an off-by-one buffer overflow error.

Version 2.2.0

22 Feb 17:20
Compare
Choose a tag to compare

Highlights for this release are:

  • Support for thread-safety
  • Timers
  • FreeRTOS(+TCP) port
  • Qt port
  • Light-weight yet powerful logging sub-system
  • Support for setting "origin" (the server name)

There are numerous other smaller improvements.

First release of C-core

04 Aug 15:40
Compare
Choose a tag to compare

First release of the new, highly portable, highly configurable and scalable C Pubnub client SDK. Designed for low memory and low run time footprint, it is perfectly suitable for MCUs with as liitle as 10K RAM up to servers with 10s of GBs of RAM.

It works and is tested on Windows, POSIX and OpenSSL (on POSIX and Windows).

Ports are underway for FreeRTOS and ContikiOS. Others will follow.

C++ wrapper is under development. Wrappers for other languages (i.e. Lua) may follow.