Skip to content

Adds support for Service Accounts, minor source-breaking changes

Pre-release
Pre-release
Compare
Choose a tag to compare
@vegather vegather released this 27 Dec 15:31
· 74 commits to master since this release
  • Renamed ServiceAccount to ServiceAccountCredentials. This is a source-breaking change.
  • Added support for the Service Account resource (as well as tests).
  • Added isEmulated field to Device 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.