Skip to content

Device Management Client 4.13.1 General Availability

Compare
Choose a tag to compare
@jenia81 jenia81 released this 16 Feb 10:30
· 2 commits to master since this release
cdacedb

Device Management Client

Known issues:

  • [Linux/Zephyr] Asynchronous DNS does not work well, and the device fails to reconnect to the cloud if some of the pods are restarted. In such a scenario, the device needs to be restarted.

Changes:

  • Improved error logging for certificate enrollment misconfiguration.
  • Fixed a failure in FOTA for developer flow in PSA mode. The mechanism of going through a storage reset if the compiled credential file differs from the stored credentials did not work well with PSA. Read a certificate instead of a private key that we can't read in PSA mode.
  • Only synchronous DNS is currently supported.
    • [Linux] Change the default DNS to synchronous, by setting PAL_DNS_API_VERSION flag to 0.
    • [Zephyr] Change the default DNS to synchronous, by setting DNS API selection to POSIX.
      Note: For Linux devices with version >= 4.11.0, or Zephyr device with version >= 4.9.0 you should override the default DNS setting to synchronous in the application level.

Release notes can be found here:
https://developer.izumanetworks.com/docs/device-management/current/release-notes/device-management-client.html