Version 2.93 (2023-02-07)

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

  • API (Thing Management): Fixed a possible race condition when removing devices that may still reconnect.
  • API (Notification): Updated the DEREGISTER_DEVICES action to be able to remove a single device for the authenticated user by device token.
  • API (Notification): Added a new LIST_DEVICES action for listing registered devices for the authenticated user.
  • API (Notification): Corrected a minor issue in the construction of the payload sent to FCM when a NOTIFICATION Rule Action is triggered.
  • API (Notification): Corrected a minor issue in the UPDATE_PLATFORM_CONFIGURATION action in which invalid arguments were accepted.
  • API (Notification): Corrected a minor issue in the REGISTER_DEVICE action in which invalid arguments were accepted.
  • API (Notification): Corrected a minor issue in the DEREGISTER_DEVICES action in which invalid arguments were accepted.
  • API (Permissions): Fixed an issue when retrieving a list of all Roles when the list exceeded 300 items.
  • API (GraphQL): Enabled the ability to search & filter Domains accurately when more than 10,000 Domains exist.
  • API (GraphQL): Enabled the ability to search & filter Rules accurately when more than 10,000 Rules exist.
  • Various security improvements & fixes