Skip to content

PPDS.Dataverse v1.0.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

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

Added

  • Workflow early-bound entity - Entity class for Power Automate flows (classic workflows). Supports flow management operations. (#149)
  • ConnectionReference early-bound entity - Entity class for connection references used by flows and canvas apps. (#149)
  • Field-level error context in bulk operation errors - BulkOperationError now includes FieldName and FieldValueDescription. See ADR-0022.

Changed

  • Increased default AcquireTimeout from 30s to 120s - Tasks queue on semaphore and need longer timeouts for large imports.
  • Reduced pool exhaustion retry attempts from 3 to 1 - With proper pool queuing, exhaustion indicates real capacity issues.

Fixed

  • Pool exhaustion under concurrent bulk operations - See ADR-0019.
  • Pool exhaustion during throttling - Capped batch parallelism at pool capacity.

Full Changelog: Dataverse-v1.0.0-beta.3...Dataverse-v1.0.0-beta.4