1.0.1 Release
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.
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.
See Changelog for additional details