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 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.
- 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
- 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.
- Added command line arguments for secure token read and acquire. Token presented to cloud for authentication verification.
1.0.0 - 2017-11-17
- Added the basic implementation.
- Initial creation