PPDS.Migration v1.0.0-beta.4
Pre-release
Pre-release
·
978 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Fixed
- Boolean values now export as True/False - CMT format uses
True/Falsefor boolean values; PPDS was incorrectly exporting1/0. This change ensures CMT import compatibility. (#181) - Schema export includes relationships section - The
<relationships>section from input schemas is now preserved in exporteddata_schema.xmlfiles. (#182) - M2M relationship export now shows progress counts - Previously displayed
0/0for M2M export progress; now shows actual association counts with relationship names (e.g.,[Export] team M2M teamroles: 112/112). Starting messages no longer trigger entity progress display. (#184)
Full Changelog: Migration-v1.0.0-beta.3...Migration-v1.0.0-beta.4