Skip to content

Releases: Infineon/mqtt

MQTT v4.4.0

02 Apr 15:12
Compare
Choose a tag to compare
  • Added new APIs to start and stop MQTT keep-alive and to get the socket handle associated with MQTT connection.

MQTT v4.3.0

18 Dec 09:17
Compare
Choose a tag to compare
  • Supports Mbed TLS version 3.4.0
  • Supports MQTT connection with TLS version 1.3
  • Added support for CY8CEVAL-062S2-CYW43022CUB kit

MQTT v4.2.0

29 Sep 13:51
Compare
Choose a tag to compare
  • Minor bug fixes.
  • Added support for KIT_XMC72_EVK_MUR_43439M2 kit

MQTT v4.1.0

06 Jul 07:26
Compare
Choose a tag to compare
  • Added support for KIT_XMC72_EVK kit

MQTT v4.0.0

30 Mar 07:05
Compare
Choose a tag to compare
  • Updated FreeRTOS-specific code to make it generic
  • Added new APIs and updated signature of some of the old APIs to support multicore virtualization
  • Enabled multi-core, virtual API support for the following MQTT APIs:
    • cy_mqtt_get_handle
    • cy_mqtt_register_event_callback
    • cy_mqtt_deregister_event_callback
    • cy_mqtt_publish
    • cy_mqtt_subscribe
    • cy_mqtt_unsubscribe
  • Updated documentation

MQTT v3.4.2

20 Oct 13:19
Compare
Choose a tag to compare

Added support for CM0P core

MQTT v3.4.1

25 Apr 12:05
Compare
Choose a tag to compare
  • Documentation update

MQTT v3.4.0

18 Dec 14:21
Compare
Choose a tag to compare
  • Added support for CY8CEVAL-062S2-MUR-43439M2 kit

MQTT v3.3.0

01 Dec 13:12
Compare
Choose a tag to compare
  • Added support for CYW943907AEVAL1F and CYW954907AEVAL1F kits

MQTT v3.2.0

19 Oct 03:21
Compare
Choose a tag to compare
  • Added support for the secured kit (for example: CY8CKIT-064S0S2-4343W)
  • Integrated with secure sockets PKCS support
  • Added support for Low power assistant (LPA) applications
  • Upgraded the library to integrate with the wifi-mw-core 3.1.1 library version
  • General bug fixes