Skip to content

Releases: PelionIoT/simple-mbed-cloud-client

v3.1.1.0

15 May 10:22
eadf19d
Compare
Choose a tag to compare

New:

Fixes:

  • Relax timeouts for tests (#91)
  • Remove extra space from get request (#94)
  • Detect common user errors runtime (#86)
  • Fix SPDMC desctructor HardFault (#93)
  • Minor doc updates

v3.0.0.0

29 Mar 11:38
3500a17
Compare
Choose a tag to compare

New:

  • Update to Pelion DM Client 3.0.0.0
  • Disabled STL and Namespace pollution by default. These are deprecated features.
  • Disabled certificate enrollment features by default. You can enable them from application by setting "mbed-cloud-client.disable-certificate-enrollment": null in the mbed_app.json file. This saves 5.5 KB of flash.

Note: The update requires the application config to define "mbed-cloud-client.external-sst-support" : null to re-enable the NVStore SOTP support.

v2.2.1.2

21 Mar 21:12
2ad3160
Compare
Choose a tag to compare

New:

  • Disable C++ Standard Template Library and reduce Flash usage by 15K
  • Update the macro name for tests filesystem size (#82)

Improvements:

  • Documentation - add trouble shooting info and fix some descriptions

v2.2.1.1

12 Mar 19:18
cacc3f9
Compare
Choose a tag to compare

Fixed:

  • NO_LED defines, allowing devices with no LEDs to work

v2.1.1.2

16 Feb 17:53
f7e7018
Compare
Choose a tag to compare

Updated:

  • Configuration name space and variables
  • Documentation overhaul

v2.1.1.1

22 Dec 10:57
f7e7018
Compare
Choose a tag to compare

Summary:

  • Update to Mbed Cloud Client 2.1.1 (#63)
  • Enable NULL entropy for devices without TRNG (#62)
  • Reorganize SMCC structure and naming (#61)
  • Override callbacks functionality (#60)
  • Basic tests and Device Management tests improvements (#57, #53)
  • Production mode support (#54)

v2.1.1.3

19 Feb 10:58
f7e7018
Compare
Choose a tag to compare

New:

  • Memory allocation test
  • "no_led" application flag to disable the use of heartbeat LED, particularly useful for platforms that have LED overlapping with other functionality