Skip to main content

Wizzo v0.44.0 Release Notes

Released Feb 10, 2026Public Beta

Highlights

  • Published Sprint 44 closeout artifacts for Milestone 10 reprioritization continuity: `SPRINT_44_COMPLETION.md`, `sprint_44_master_prompt.md`, `SPRINT_44_TESTING_GUIDE.md`, and `SPRINT_44_TEST_REPORT.md`.
  • Aligned Milestone 10 references across planning docs, roadmap, backlog, and milestone README so Sprint 46 remains the active connector closeout path while mobile implementation stays deferred.
  • Delivered connector webhook/analytics MVP foundations in Sprint 44 recovery: new `POST /api/mcp/connectors/webhooks` ingestion route with signature verification + dedupe, connector usage persistence (`integration_activations` / `integration_activity_log`), billing metering signal events, and `/admin/connectors` operations dashboard.
  • Hardened connector webhook operations with timestamp replay protection, receipt-backed retry/dead-letter handling, MCP connector health integration in partner-health dashboards, and a new ops job (`jobs/mcp-connector-health.ts`) for failure/dead-letter alerting.
  • Added provider-aware webhook hardening: GitHub/Google adapter normalization, owner-scoped receipt dedupe with payload-conflict detection, and rollout controls via `MCP_CONNECTOR_PROVIDER_VALIDATION_MODE` (`observe`/`enforce`) with a dedicated rollout runbook.
  • Added provider rollout evidence automation for staged enforce-mode gating via `apps/web/src/lib/mcp/provider-rollout.ts` and `jobs/mcp-connector-provider-rollout.ts`, including admin dashboard rollout snapshots and alerting for blocked/rollback conditions.
  • Wired connector usage metering into an automated billing workflow via `jobs/mcp-connector-metering.ts`, including Stripe billing meter-event dispatch, `product_events` finalization markers, and a new billing operations runbook (`docs/ops/mcp-connector-billing-runbook.md`).
  • Added connector metering reconciliation and dead-letter remediation controls via `apps/web/src/lib/mcp/metering-reconciliation.ts` and `jobs/mcp-connector-metering-reconciliation.ts`, with new env controls (`MCP_CONNECTOR_BILLING_RECON_*`) and runbook coverage for report/remediate operations.

Fixes

  • _None yet_

Known issues

  • _None yet_