This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Releases: Azure/device-simulation-dotnet
Releases · Azure/device-simulation-dotnet
DS-1.1.0-preview
Renaming Protobuf device model name (#239) * Renaming Protobuf device model
DS-1.0.2
Performance improvements (#223) * Refactor code writing twin tags for better performance * Refactor device properties code for better performance * Refactor simulation runner for better performance * Improve connections performance * Reduce time to start simulation, by creating devices using the same conn string and fetching device from registry only if the authentication fails. * Limit the number of pending threads attempting to deliver telemetry * Change all stock device models to use AMQP * Move SDK timeout setting and other hard coded magic numbers to config file * Use default timeout value from SDK instead of hardcoding it * Improve documentation in the configuration file * Upgrade IoT SDK * Improve logging in device client * Reduce noise in the "Info" log level * When building, remove "deleted files" left over from previous builds * Improve error detection when creating devices with batch operations * Recreate device client when the internal AMQP client is disposed (lib bug workaround) * VS code config update * Remove simulation version, not used anywhere * Catch and log when a device model doesn't exist * Log missing config settings * Make sure the simulation object is not lost in case of errors while checking for simulation changes * Limit async tests duration * Remove IoT hub registry workaround * Fix boolean conf values parsing * Remove "en-us" from links in the comments * Fix invalid parsing of environment variables
1.0.0
Remove duplicate firmware-update related status keys in twin (#209) * Updating the key name of the reported device firmware update property, so that we won't have two reported properties: 'FirmwareUpdateStatus' and 'DeviceMethodStatus', one of which is always null. * PR feedback. * PR feedback.
Device Simulation 1.0.0
Upgrade Azure IoT SDK: Devices 1.4.1 to 1.6.0 (#187) Upgrade Azure IoT SDK: Devices Client 1.5.2 to 1.7.0 Upgrade test dependencies