Skip to content

v0.2.0

Choose a tag to compare

@klick klick released this 26 Feb 16:19
· 169 commits to main since this release
f41665d

Highlights

  • Promotes incremental sync to the v0.2.0 baseline.
  • Deterministic continuation semantics for /products, /orders, /entries, and /changes.
  • Optional webhook delivery with HMAC signature headers and bounded retries.
  • OpenAPI/capabilities/docs alignment and regression gate integration.

Migration notes from 0.1.x

  • Prefer cursor-based continuation and persist opaque cursor tokens.
  • Handle additive incremental page fields: syncMode, hasMore, nextCursor, updatedSince, snapshotEnd.
  • Use /changes for tombstone-aware delete handling.
  • For webhooks, verify X-Agents-Webhook-Signature over '.' using PLUGIN_AGENTS_WEBHOOK_SECRET.
  • Ensure queue workers are active where webhook delivery is required.