Release Notes
v0.2.0
Stage advancement, explainability includes, and webhook delivery for opportunity updates.
- Release
- 1 min read
Highlights
- Formal
advanceendpoint with allowed-transition checks (409on invalid moves) - Optional
explanationsinclude on opportunity reads - Outbound webhooks for stage transitions
- Cursor pagination consistency fixes on opportunity list
Breaking changes
- Clients that inferred “advance” by patching
stagedirectly must migrate toPOST /opportunities/:id/advance - Stage write via generic PATCH is rejected for protected fields
Upgrade notes
- Update SDKs to
0.2.x - Replace stage PATCH flows with
advance - Re-register webhooks if using the preview delivery path from
0.1