2026-06-18
feature
v8.19.37
  • Add GET /rest/risk-profiles and GET /rest/risk-profiles/:id to list and retrieve risk profiles. Each risk profile includes its name, description, version, type, protection score, linked asset types and certificate holders, and an isPublished flag (with publishedAt). Supports pagination and the standard id/metadata/date filters.
2026-06-15
fixfeature
v8.19.27
  • Fix the perils breakdown returned for policies on cases using the Coverage Framework — policy and policy-version responses now correctly populate perilsByAsset instead of an empty or incorrect breakdown.
  • Add an applied flag to each peril in policy and policy-version responses, indicating whether the peril was evidenced on the policy.
2026-06-11
improvement
v8.19.26
  • POST /rest/policies now rejects policy creation on a Coverage Framework (risk-profile-backed) case while that case is still in DRAFT — the case must be published (OPEN or ONBOARDING) first. Policies on legacy program-backed cases can still be created in DRAFT.
2026-06-11
improvement
v8.19.25
  • POST /rest/policies and POST /rest/policies/:id/new-term now return 422 when a coverage type or peril ID does not exist or is not applicable for the case. Previously such IDs were silently dropped from the saved policy.
2026-06-03
improvement
v8.19.13
  • POST /rest/policies/:id/new-term now requires startDate and endDate — requests missing either field are rejected with a 422 validation error.
2026-05-28
feature
v8.19.5
  • Add POST /rest/policies/:id/new-term to create a new term on an existing policy. Returns the updated policy.
2026-05-18
fix
v8.18.40
  • Policy responses no longer fail for Coverage Framework (risk-profile-backed) policies that have no product type — productType is now returned as null instead of causing an error.
2026-05-12
feature
v8.18.34
  • Add POST /rest/policies/:id/deactivate and POST /rest/policies/:id/reactivate to deactivate and reactivate a policy. Each returns the updated policy.
2026-05-08
featureimprovement
v8.18.30
  • Add GET /rest/coverage-types to list coverage types, returning each type’s name, key, and coverage group, with pagination and filtering.
  • Add GET /rest/perils to list perils, returning each peril’s name, key, and the coverage types it belongs to, with pagination and filtering.
  • POST /rest/cases now accepts a riskProfile field for Coverage Framework cases, and program becomes optional. A case must reference either a program or a risk profile (never both or neither); otherwise the request is rejected with a 422 error.
  • POST /rest/policies now supports Coverage Framework cases via new coverageLayer, coverageTypes, and perils fields, with productType becoming optional. The payload is validated against the case type: risk-profile-backed cases require the Coverage Framework fields and reject productType, while program-backed cases require productType and reject the Coverage Framework fields. Mismatches return a 422 error.
2026-04-23
fix
v8.18.16
  • POST /rest/cases and PATCH /rest/cases now return a specific error when an insurance contact ID (in insuranceContacts or insuranceContactsCC) does not exist or does not belong to your lender, instead of failing generically.
2026-04-20
fix
v8.18.5
  • Fix a 500 error on GET /rest/assets/:id/fields when fetching an asset’s required fields — the endpoint now returns the required-field list correctly.
2026-04-07
fixfeature
v8.17.10
  • Fix POST /rest/documents/sign-urls returning 500 when fileName is missing — now returns 422 with field error
  • Fix PATCH /rest/cases/:id returning 500 for non-existent case — now returns 404
  • Fix PATCH /rest/assets/:id returning 500 on metadata-only updates — fields are no longer overwritten with undefined
  • Add createdAt field to GET /rest/users response
2026-03-26
feature
v8.16.24
  • Make managementType optional on case creation — defaults to advocateManaged when omitted
2026-03-19
improvement
v8.16.11
  • Optimize GET /rest/assets/:id/fields response time
2026-03-16
featureimprovementfix
v8.16.10
  • Expose managementType field in case response (advocateManaged or selfManaged)
  • Auto-cancel open tasks when managementType changes via PATCH /rest/cases/:id
  • Add certificate holder clause management to risk profiles
  • Optimize GET /rest/policies and /rest/policy-versions response times
  • Fix GET /rest/brokers returning 500 instead of paginated results
  • Fix 422 error on asset POST/PATCH when address fields are included
2026-03-05
feature
v8.15.25
  • Add tangible/nonTangible classification to asset types
2026-03-03
improvement
v8.15.20
  • Validate fieldType IDs on asset creation — returns 422 with specific error instead of 500
2026-03-02
improvement
v8.15.14
  • Validate mortgagee clause and asset type IDs on creation — returns 422 instead of 500
2026-03-04
fix
v8.15.21
  • Fix UpsertFieldDto crash when invalid data types are sent for asset fields