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.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 a thingName 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.

Version 2.87 (2022-08-23)

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/. Tutorials and further guidance can also be found at https://startiot.telenorconnexion.com.

Release specific feedback can be raised in the forum

Change of sender address

There is a change in the default sender email address from IoT Cloud. It is changed from “noreply@awsmail.telenorconnexion.com” to “noreply@telenorconnexion.com”.

Correction release 2.86.1 performed on July 6, 2022

Resolved a reported issue with the WEBHOOK payload transformation.

Minor improvements and corrections

  • API(Documentation): Simplified the example for uploading files to the File V2 API using curl generate_file_upload_url.
  • App Board: Corrected an UI issue that prevented the possibility of deleting additional headers in webhook actions of rules.
  • Data export: Corrected an issue in data export where data export fails due to invalid characters such as “-” or “,” in the resource name.
  • Permissions: Corrected an issue where Privileges remained after their associated Role was deleted from the system.
  • API: Required Role and Privilege in the User API actions WHOAMI and UPDATE_PROFILE are changed from Read to None.
  • API: DOMAIN_NOT_FOUND is thrown instead of INTERNAL_SERVER_ERROR when deleting domains that do not exist, find the new error key here Remove Domain.
  • Permissions: Fixed a bug where incorrect privileges were sometimes applied to root users in the Observation FIND action.