Release Notes
Managed IoT Cloud is usually released every three weeks and in this section you can find the release notes for all releases.
Version 2.92 (2022-12-15)
Important notices
Technical documentation available online
All technical documentation for Managed IoT Cloud, including API specifications, Release Notes, and Getting Started guides, are available online: https://docs.telenorconnexion.com/mic/.
Correction release 2.91.1 performed on Nov 16, 2022
Corrected an issue in the Thing Update API where occasionally messages from devices on the root domain would not be republished as expected.
Minor improvements and corrections
- API (Permissions): Added a new GET_ROLES action for listing roles that supports pagination and specifying response size
- API (Domain): Corrected an edge case issue where deleting a domain could sometimes fail if rules referencing the domain were deleted immediately before deleting the domain.
- API (Domain): Added optional argument to the CREATE and UPDATE actions to not return the resulting domain tree
Version 2.91 (2022-11-08)
Important notices
Technical documentation available online
All technical documentation for Managed IoT Cloud, including API specifications, Release Notes, and Getting Started guides, are available online: https://docs.telenorconnexion.com/mic/.
Minor improvements and corrections
- Various improvements to facilitate better stability, security, and scale on specific customers and in general.
- API (Domain): Added optional argument to the REMOVE action to not return the resulting domain tree.
- API (Permissions): Improved the error message if a transaction fails when adding a privilege to a role.
Version 2.90 (2022-10-27)
Important notices
Technical documentation available online
All technical documentation for Managed IoT Cloud, including API specifications, Release Notes, and Getting Started guides, are available online: https://docs.telenorconnexion.com/mic/.
Minor improvements and corrections
- Corrected an issue in Rule Engine where a rule referencing nested resources in combination with reported observations with resources set to null would result in the fields in the Thing list not reflecting the latest reported values.
- Various improvements to facilitate better stability, security, and scale on specific customers and in general.
Version 2.89 (2022-10-04)
Important notices
Technical documentation available online
All technical documentation for Managed IoT Cloud, including API specifications, Release Notes, and Getting Started guides, are available online: https://docs.telenorconnexion.com/mic/.
Features
Purge Data on Thing Delete
Previously, there has been no ability to remove the observations that a device has sent in without setting a system-wide data retention policy. With the new purgeObservations
query parameter on the Thing Management API REMOVE action, you can optionally choose to purge the observations reported by the Thing when removing it from the system.
Minor improvements and corrections
- Thing Management API: Corrected an issue where the status code 200 was returned instead of the status code 400 with error key
THING_EXISTS
when creating a thing with athingName
that already existed, details can be found at Thing Management API. - Rules: Added ability to page rules through adding new GraphQL query called
listRules
. - Settings: Corrected an issue in the
Overview
page where the rule section did not display more than 50 rules. - Push Notifications: Corrected an issue in the Push Notifications where the message was not included in the payload.
- API: Corrected a race condition in the Permissions API where a user could end up assigned to a non-existent role.
- API: Corrected a performance issue when listing top domains for a user on root domain.
- Appboard: Corrected an issue on the
Update rule
page that occurred when editing a rule whose filter contains specific Things in the Thing Type and Domain. Now the selected Things are displayed as chips in the selection field as expected.
Version 2.88 (2022-09-13)
Important notices
Technical documentation available online
All technical documentation for Managed IoT Cloud, including API specifications, Release Notes, and Getting Started guides, are available online: https://docs.telenorconnexion.com/mic/.
Release specific feedback can be raised in the forum
Minor improvements and corrections
- API: The LIST_ROLES action in the Permissions API accepts a
domainId
query parameter to retrieve roles for a specific domain. - API: Corrected an issue in Thing API where deleting things that have associated networked things sometimes fails.
- Roles: Corrected an issue where deleting a role and adding a user to the same role happened within a short period of time, the user does not get associated with a non-existing role anymore.
- Domain Management: Corrected an issue with deleting domains that sometimes occurred after deleting the associated rules.