Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

45 lines (35 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Refactor of connection code (simplification).
  • Additional /cloud-status and /cloud-disconnect fields.

1.0.1 - 2018-07-18

Added

  • Added command line arguments for secure token read and acquire.
  • DNS check for . to allow custom device handling logic (like test boxes, refurbishing, etc).
  • Add check for matching partner-id for incoming WRP messages based on command line argument passed.
  • CRUD operations to local namespace is now supported.
  • Via CRUD calls, the custom metadata tag values are now supported.

Changed

  • Configurable security flag and port.
  • Default HTTP port to 80 and HTTPS port to 443.
  • Updates to how nopoll is called have been implemented.
  • Refactored connection.c and updated corresponding unit tests

Fixed

  • 64 bit pointer fixes (#144, #145).
  • Handle 403 error from talaria (#147).
  • Several additional NULL pointer checks & recovery logic blocks added.
  • A scenario where ping requests are not responded to was fixed.

Security

  • Added command line arguments for secure token read and acquire. Token presented to cloud for authentication verification.

1.0.0 - 2017-11-17

Added

  • Added the basic implementation.

[0.0.1] - 2016-08-15

Added

  • Initial creation