This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
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.