Adds support for Service Accounts, minor source-breaking changes
Pre-release
Pre-release
- Renamed
ServiceAccount
toServiceAccountCredentials
. This is a source-breaking change. - Added support for the Service Account resource (as well as tests).
- Added
isEmulated
field toDevice
to indicated whether or not the device is an emulated one or not. - Handling edge-case when parsing
ConnectionStatusEvent
. - Improved parsing algorithm for Server Sent Events (DeviceEventStream).
- Removed a convenience function (
subscribeToDevice
) that didn't match the rest of the API. This is a source-breaking change. - Added more unit tests (reached 90% code coverage).
- Various improvements to documentation, such as typo fixes.