Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Release Notes v1.5.0

Latest
Compare
Choose a tag to compare
released this 31 Aug 18:48
· 741 commits to master since this release

Remote Monitoring Release Notes | Version 1.5.0

Refactoring

  • Introduced strongly typed DeviceModel, Command & Parameter types
  • Updated all internal repositories, services and controllers to accept and use strongly typed models.
  • Updated Simulator.WebJob to use strongly typed models for generating simulated devices.
  • Updated EventProcessorHost to use strongly typed models.
  • Removed old REST implementation of DocumentDB client in favor of client provided by DocumentDB SDK
  • Unified unit test project.
  • Expanded unit test coverage for Web, EventProcessorHost and Infrastructure.
  • General code cleanup.

Bug Fixes

  • Fixed issue #342 .
  • Fixed issue #195 .
  • Fixed inconsistencies of storage naming support between deployment script and azureiotsuite.com.
  • Fixed issue where simulated device would continue to send telemetry when device is disabled.