Back to Changelog

v2.3.0 - Webhooks & Real-Time Events

v2.3.0

Webhooks are here! Subscribe to data change events and receive real-time notifications when records are created, updated, or deleted.

New Features

  • Webhooks: Configure webhook endpoints in the dashboard to receive event notifications
  • Event Types: Subscribe to record.created, record.updated, record.deleted, and schema.changed
  • Webhook Signatures: All webhook payloads are signed with HMAC-SHA256 for verification
  • Retry Policy: Failed deliveries are retried with exponential backoff up to 5 times

Improvements

  • Dashboard now shows webhook delivery logs with payload inspection
  • API response times reduced by 15% across all endpoints
  • SDK updates for Node.js, Python, and Go with webhook helpers