Welcome to Ada’s release notes. Scroll down to see a list of recent releases, or subscribe to get notified about updates.
Subscribe via email
Receive a weekly email summary of releases every Friday at 11 a.m. Eastern, provided there has been at least one release that week.
Subscribe via RSS
Copy the following URL into your RSS reader to get notified about new releases:
Webhook management API
Webhook endpoints can now be managed programmatically through the new Webhooks API. This enables automating webhook configuration across environments and integrating webhook setup into deployment pipelines.
The API supports:
- Creating, listing, updating, and deleting webhook endpoints
- Retrieving and rotating signing secrets
- Listing available event types
Webhooks created via the API are identical to those created in the dashboard and appear in both interfaces.
For details, see the Webhooks documentation.