MindAccess Developer Plan Subscribers and MindAccess Operator Plan Subscribers

NOTE

The following Release Notes are valid only for region China 1.You can find more information about regions in the MindSphere regions document.

Cloud Foundry

What's new?

  • Update the Cloud Foundry to new version: v1.16.

  • New price change for Backing Service XS and Backing Service M plan.

Known issues

  • Applications using the Mendix buildpack are currently not supported for MindAccess Operator

  • When deploying an application to MindSphere, the app name has to be compliant with the MindSphere naming conventions.

  • Binary File Storage: MindSphere does not currently have a compatible file service available to its Cloud Foundry stack. Therefore, you cannot use any Mendix features which rely on having a file service.

  • At present, MindSphere only supports two roles. This should be taken into account when designing security within your Mendix app.

  • It is recommended that you create two scopes for your MindSphere app, user and admin which will map to identically-named user roles in your Mendix app.

IoT and Storage Services: File Service

Known issues

  • For security reasons a strict timeout is enforced. Currently this leads to the situation that the size of a file which can be uploaded/ downloaded depends on the network bandwidth at client side.

  • When uploading files to the File Service, a file name must not contain blank spaces. Blank spaces in the file name will prevent the file form being stored.

  • After deleting an asset, associated files might still be accessible for up to 30 minutes as this data is deleted asynchrounously.

  • Multi-part uploading or completing may failed with “500 Internal Server Error”. To avoid such failure, please make sure some interval (e.g 3s, must be greater than 1s) between each part uploading request or before completing the multi-part uploading.

IoT and Storage Services: Time Series Service

Known issues

  • The maximum payload size of a message sent to time series service as part of a PUT request cannot exceed 1 MB.

  • The service will never return more than 2000 records in a response

  • After deleting an asset, respective Time Series data might still be accessible for up to 30 minutes as this data is deleted asynchronously.

  • When creating or updating an aspect it might take up to 30 minutes until aggregated data can be read for this aspect. Writing data or reading raw data is possible immediately.

  • When getting the job status of a bulk import job, the response might not always contain detailed information on errors that occurred.

  • Standard Deviation(SD) feature is not yet supported for data ingested via Bulk Import API.