Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 14:24
· 15 commits to main since this release
5d7aa6a

Major Update

This release represents a significant upgrade leveraging the newly available GET API endpoints in CAPP12.

Added

  • Account and permission import scripts for synchronizing entitlements from CAPP12
  • Dynamic permission scripts for managing assignments, employments, and manager permissions (replacing static DepartmentManager resource and permissions in account create and update scripts)
  • Entitlement Import support for both accounts and permissions
  • Governance Reconciliation capabilities
  • Enhanced field descriptions in fieldMapping.json
  • GET API endpoints utilization for improved performance and data retrieval

Changed

  • Refactored department and position creation logic to utilize GET endpoints for improved performance
  • Updated field mapping and account lifecycle handling
  • Redesigned permission architecture from static resource (DepartmentManager) to dynamic permission scripts

Removed

  • DepartmentManager resource (replaced by the dynamic permission scripts for managers)