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.71 (2021-06-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/

Patch Release 2.70.1

Patch release 2.70.1 was deployed 2021-06-02, addressing the following issues:

  • Fixed an issue introduced by a recent release causing duplicated shadow updates for Networked Things
  • Corrected a problem with the interpretation of permissions for the Rules API, that was e.g. preventing users with relevant permissions from creating new Rules

Features

Debugger for Thing communications and Events

A new “Developer Tools” menu item has been added to Settings in App Board. Clicking this item will open a new browser tab containing a live feed of Thing communication and system Events (such as Rule executions). This is helpful, for example, when connecting a Thing for the first time, or when troubleshooting various aspects of the communication behavior and the platform configuration.

By default, the debugger will display messages from the Event-topic, which can be filtered using the toggles in the left hand side menu.

In addition to this, the drop down in the menu can be used to add communication related to specific Thing(s) to the feed.

This is the first release of the Developer Tools and Debugger. Feedback and comments are more than welcome – please use the email link in the Debugger!

Updated look and feel for the Gauge widget in App Board

The Gauge widget in App Board has an updated look and feel (as well as updated technology under the hood).

The available settings and capabilities of the widget are unchanged for the time being.

Removed “known limitation” from Permissions

A previous “known limitation” of Permissions was that the Event API REALTIME action was not accessible for users without a System Role assigned. This limitation is now removed, and the documentation has been updated accordingly.

Minor improvements and corrections

Minor enhancements and bug fixes are delivered by the new release, including:

  • A new mechanism for sending emails from the Managed IoT Cloud platform has been implemented, providing improved scalability and robustness
  • ‘path’ has been added as a response option for Domain in the GraphQL API

Version 2.70 (2021-05-25)

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

Support for replacement of SIM and physical devices communicating through IoT Gateway

For devices communicating through IoT Gateway, we now enable support for replacement of the SIM card and the physical device while keeping the data history from the former device. If the SIM card and/or the device is replaced, it is now possible to update the referring IMSI and/or IMEI on the corresponding Thing in MIC in order to keep the history of the former device sensor data observations. The typical use case is a device being broken in the field and being replaced with a new one where you want to keep the history of the connected sensor data.

Should you instead want to leave the history with the old MIC Thing, just create a new MIC Thing for the new device and it will have no history.

Minor improvements and corrections

Minor enhancements and bug fixes are delivered by the new release, including:

  • Eased validation on special characters for username in App Board. We now allow UTF-8 encoded characters in the username, e.g. åÅäÄöÖ.
  • Fixed an issue in edit transform in App Board (transforms are available for customers using IoT GW).
  • The refresh token expiration time has been changed from 30 to 7 days.
  • Fixed an issue where nested resources where typed wrongly when not supplying the type for already typed and reported nested resources.
  • Fixed an issue when assigning a role to a pending user in App Board.
  • Fixed an issue where the supplied timestamp using backdated observations option 1 (topic $aws/things//shadow/update) where not taken into consideration when indexing the observation.

Version 2.69 (2021-05-04)

Important notices

The Cloud API will be removed April 30, 2021

In late October 2020, we announced that the Cloud API and all its endpoints will be removed by April 30, 2021. Please review your code to ensure you are not using the Cloud API. Kindly use the Cloud REST API and the Graph QL API instead.

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

New event type for transform error published on event topic

Uplink/downlink transform error messages are now published on the event topic. This is useful when debugging transforms used for interpreting traffic sent via IoT Gateway.

Minor improvements and corrections

Minor enhancements and bug fixes are delivered by the new release, including:

  • The attributes viewMode and viewModes are removed from default responses in the Thing Type API
  • Removed download button for data export files older than 30 days (since the files are automatically purged when older than 30 days)
  • Fixed intermittent issue with inconsistent behavior for the initial Thing state when creating Networked Things on-the-fly
  • The parameter executionNumber for the GET_JOB_EXECUTION action in the Thing Jobs REST API is now optional rather than required
  • Validated (and corrected, when applicable) metadata typings on boolean state values for nested resources

Version 2.68 (2021-04-13)

Important notices

The Cloud API will be removed 30 April 2021

In late October 2020, we announced that the Cloud API and all its endpoints will be removed by 30 April 2021. Please review your code to ensure you are not using the Cloud API. Kindly use Cloud REST API and Graph QL API instead.

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

In this release no new features are included.

Minor improvements and corrections

Minor enhancements and bug fixes are delivered by the new release, including:

  • Update to the rule list page in App Board: The switch enable/disable a rule is now not displayed for rules that the user only have read access to.
  • Fixed issue with rule edit: If an error occurred during editing, the rule was left in disabled state.
  • Fixed issue with usernames containing Swedish letters (åÅäÄöÖ) not being possible to retrieve through the REST API.
  • Fixed issue with the Event find API endpoint not authorizing correctly with Events.READ Privilege.
  • Fixed issue with rule update authorization under certain circumstances.
  • Fixed issue when listing all files accessible to the user.
  • Fixed issue in input validation related to IoT Gateway devices for create batch endpoint.
  • Fixed issue with sign-up emails under certain circumstances.

Version 2.67 (2021-03-23)

Important notices

The Cloud API will be removed 30 April 2021

In late October 2020, we announced that the Cloud API and all its endpoints will be removed by 30 April 2021. Please review your code to ensure you are not using the Cloud API. Kindly use Cloud REST API and Graph QL API instead.

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

Rule list improvements

The rule listing now supports pagination and filtering, enabling fast access to relevant rules for large IoT solutions with tens of thounsands rules, or more.

Filtering can be done on Domain, Thing Type and state (enabled/disabled), and in addition text search on Rule Name and Description.

The functionality is availabe in both in the API and in App Board.

Minor improvements and corrections

Minor enhancements and bug fixes are delivered by the new release, including:

  • Updates of App Board framework