Back to releases

v0.7.0 - April 6, 2026

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_threshold
    • budget_exceeded
    • optimization_available
    • pricing_change
    • daily_summary
  • Daily summaries are now available as one-day UTC summaries.

API Changes

  • Added:
    • GET /v1/enzan/alerts
    • POST /v1/enzan/alerts
    • GET /v1/enzan/alerts/events
    • GET /v1/enzan/alerts/deliveries
    • GET /v1/enzan/alerts/endpoints
    • POST /v1/enzan/alerts/endpoints
    • DELETE /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_events
    • enzan.alert_deliveries
    • enzan.alert_endpoints
    • enzan.create_alert_endpoint
    • enzan.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.