Release v0.7.0 - 2026-04-06
Highlights
- Enzan now supports proactive alerts with webhook delivery, alert history, and daily summaries.
- Public SDKs and the MCP server now expose the Enzan alert workflow, including alert endpoints and recent event history.
Product Changes
Enzan
- Added alert rules, fired-event history, delivery history, and webhook delivery endpoints.
- Added the first Enzan alert set:
cost_thresholdbudget_exceededoptimization_availablepricing_changedaily_summary
- Daily summaries are now available as one-day UTC summaries.
API Changes
- Added:
GET /v1/enzan/alertsPOST /v1/enzan/alertsGET /v1/enzan/alerts/eventsGET /v1/enzan/alerts/deliveriesGET /v1/enzan/alerts/endpointsPOST /v1/enzan/alerts/endpointsDELETE /v1/enzan/alerts/endpoints/{id}
SDK + MCP Changes
TypeScript SDK
- Added Enzan alert rule creation, alert event history, alert delivery history, and webhook endpoint helpers.
Python SDK
- Added Enzan alert rule creation, alert event history, alert delivery history, and webhook endpoint helpers.
Go SDK
- Added Enzan alert rule creation, alert event history, alert delivery history, and webhook endpoint helpers.
MCP Server
- Added:
enzan.alert_eventsenzan.alert_deliveriesenzan.alert_endpointsenzan.create_alert_endpointenzan.delete_alert_endpoint
Migration Notes
- Enzan alerts are available to authenticated API integrations.
- Webhook endpoints support optional signing secrets.
Documentation Updates
- Updated the public API docs, SDK contract docs, and MCP docs for the Enzan alert workflow.