Skip to content

Frodo CLI 4.7.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:02
· 163 commits to main since this release

Fixed

  • writeSyncJsonToDirectory (used by frodo idm export and frodo config export) no longer throws Cannot read properties of null (reading 'name') when a tenant's legacy sync.json mappings array contains a null/malformed entry; such entries are now skipped instead of aborting the config entity save.
  • writeManagedJsonToDirectory (used by frodo idm export and frodo config export) no longer throws Cannot read properties of null (reading 'name') when a tenant's managed.json objects array contains a null/malformed entry; such entries are now skipped instead of aborting the config entity save.

Changed

  • Updated @rockcarver/frodo-lib to version 4.4.2, which may include improvements affecting the behavior and performance of Frodo CLI. (b105612)