PPDS.Migration v1.0.0-beta.5
Pre-release
Pre-release
·
959 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
- Error report v1.1 with execution context - Import error reports now include
executionContextwith CLI/SDK versions, runtime, platform, import mode, and option flags. See ADR-0022. - Bulk operation probe-once optimization - Probes with 1 record first for unsupported entities (e.g.,
team).
Changed
- M2M relationship import parallelized - Expected 4-8x performance improvement. (#196)
- M2M import is now idempotent - Duplicate association errors treated as success.
- Deferred field updates use bulk APIs - Expected ~60x performance improvement. (#196)
Fixed
- CMT import compatibility: Added
numbertype alias (#187) - CMT import compatibility: Added
biginttype support (#187) - CMT import compatibility: Added
partylisttype handling (#187) - CMT import compatibility: Infer lookup type from
lookupentityattribute (#187)
Full Changelog: Migration-v1.0.0-beta.4...Migration-v1.0.0-beta.5