Skip to content

v0.176.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 07:12
· 11 commits to master since this release

BREAKING CHANGE

  • the webhook registration API is removed. GET/POST /api/v1/webhooks,
    DELETE /api/v1/webhooks/{id} and the /app/webhooks management pane now 404, and the
    registered_webhooks table is dropped. Webhook delivery is configured in Astrolabe's
    admin settings (mcp_server_url + mcp_webhook_secret + sync presets); the
    /webhooks/nextcloud ingress and WEBHOOK_SECRET are unchanged.

Feat

  • vector: deliver file changes over webhooks; drop webhook registration