2021/10/30¶
This section introduces new features and enhancements for October in Version 2.2.
IoT Hub¶
Device Connectivity & Management Service¶
Issue |
Fix / Enhancement |
Impact (if any) |
---|---|---|
Attributes in the IoT Hub model can be set as enum data types and be assigned as a default value. After the attribute with an enum data type assigned as a default value is created, the user is unable to delete it. |
The attribute can now be deleted, and the default value will be cleared after deletion. |
None. |
When a new platform group uses EnOS, the assets created by the original region need to be converged to the group platform side, which may result in conflicts in asset IDs. |
Added an assetID anti-collision mechanism in the EnOS platform, where a prefix is added to the assetID generated by the API, ensuring no ID conflicts between instances. |
None. |
The current limitation for the number simulators (300) is fixed. |
Changed to lion configuration, where it can be changed. |
None. |
Alert Service¶
Issue |
Fix / Enhancement |
Impact (if any) |
---|---|---|
Unable to specify rule name when creating alert rules. |
Added a rule name (supports internationalization) field for alert rule. |
None. |
Application Enablement Platform¶
Business Process Management¶
Issue |
Fix / Enhancement |
Impact (if any) |
---|---|---|
An error is reported when the number of results exceeds 100,000 when calling the Business Process Management interface for a query. |
When the number of query results exceeds 100,000, a specified error code will be returned, prompting the user to optimize the filtering criteria and query again. |
None. |