Skip to content

Release Notes

v0.2.0

Stage advancement, explainability includes, and webhook delivery for opportunity updates.

  • Release
  • 1 min read

Highlights

  • Formal advance endpoint with allowed-transition checks (409 on invalid moves)
  • Optional explanations include on opportunity reads
  • Outbound webhooks for stage transitions
  • Cursor pagination consistency fixes on opportunity list

Breaking changes

  • Clients that inferred “advance” by patching stage directly must migrate to POST /opportunities/:id/advance
  • Stage write via generic PATCH is rejected for protected fields

Upgrade notes

  1. Update SDKs to 0.2.x
  2. Replace stage PATCH flows with advance
  3. Re-register webhooks if using the preview delivery path from 0.1

Documentation