Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Files

Latest commit

b1558ba · Apr 20, 2018

History

History
35 lines (23 loc) · 978 Bytes

ChangeLog.md

File metadata and controls

35 lines (23 loc) · 978 Bytes

Change Log

1.3.0 (April 13, 2018)

Implemented enhancements:

  • Add example sketchs to use the library with the LiveBooster-Heracles-Arduino library and modem.
  • Remove dependency to MbedTLS and certificates. SSL layer is now managed by Heracles modem.
  • Add verification of MD5 hash of resources received from LiveObjects platform.
  • API key is removed from library. It shall be provided by user application.
  • Many library and examples sketchs code improvements and fixes.
  • Support of Arduino MEGA is back, with limitation on resources functionality.

1.2.0 (Jul 21, 2017)

Implemented enhancements:

  • Changed the way the API key is filled

1.1.0 (July 17, 2017)

Implemented enhancements:

  • Updated doc
  • Updated core to the last version
  • Updated to MbedTLS 2.1.6
  • Removed Support from Arduino Mega

Fixed issues:

  • Replaced old certificate
  • Fixed Data structure in examples

1.0.0 (Jan 27, 2017)

First delivery