loadDG cannot be exported

Hi there,

I try to use loadDG for CDM datas to return newly computed document graph after reload is done, but from client-core 14.5.1, since it is internal now, do you know if there is replacement for project or i have to re-write sth similar with this to use ?

Hi, the loadDG function was always supposed to be internal to CDM logic, but its @internal annotation was missing in the past (like you noticed, we fixed that with Client 1.4.5.0)

Please also keep in mind that CDM code is marked as experimental, therefore the implementation of this function can change at any time.

Hi, i would like to know if i can get the replacement for loadDG, if not i could write sth similar to use

I mean there is breaking change in minor version from 14.4.0 to 14.5.1, could you please add migration instruction here ? or should i re write sth to use ?

As defined by A12 breaking change management, changes to internal and/or experimental code are always non-breaking (and therefore will not be mentioned in the migration instructions).

As described, this currently applies to the CDM functionality of Client as a whole, meaning there won’t be a public replacement for loadDG at the moment.