Skip to content

Release Notes

v0.2.0

Document processing, findings includes, and formal case status transitions.

  • Release
  • 1 min read

Highlights

  • Explicit process endpoint with status transition checks (409 on invalid moves)
  • Optional findings and documents includes on case reads
  • Income and employment document-kind checks against tenant configuration
  • Cursor pagination consistency fixes on case list

Breaking changes

  • Clients that inferred processing by patching status directly must migrate to POST /cases/:id/process
  • Status write via generic PATCH is rejected for protected fields

Upgrade notes

  1. Update SDKs to 0.2.x
  2. Replace status PATCH flows with process
  3. Request include=findings where reviewable observations are needed

Documentation