Skip to content

PPDS.Migration v1.0.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@joshsmithxrm joshsmithxrm released this 06 Jan 16:14
· 959 commits to main since this release
Immutable release. Only release title and notes can be modified.
93d5f11

Added

  • Error report v1.1 with execution context - Import error reports now include executionContext with 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 number type alias (#187)
  • CMT import compatibility: Added bigint type support (#187)
  • CMT import compatibility: Added partylist type handling (#187)
  • CMT import compatibility: Infer lookup type from lookupentity attribute (#187)

Full Changelog: Migration-v1.0.0-beta.4...Migration-v1.0.0-beta.5