---
title: Release Notes
description: Current production behavior and operational checks.
type: guide
summary: Cloudflare-native v2 and build/deploy checks.
related:
  - /en/docs/architecture
  - /en/docs/operations
  - /en/docs/faq
---

# Release Notes



## Cloudflare-native v2 [#cloudflare-native-v2]

Current production services run on Cloudflare Workers, D1, R2, Queues, Cron Triggers, KV, and OpenNext.

## Quality Gates [#quality-gates]

Before deployment:

```bash
bun run lint
bun run audit
bun run typecheck
bun run test
bun run build
```

Production smoke:

```bash
curl -fsS https://api.aiworkflowmcp.com/health
curl -fsS "https://mcp.aiworkflowmcp.com/v1/models/list?limit=3"
curl -fsS "https://api.aiworkflowmcp.com/v1/sources/status"
curl -fsS https://aiworkflowmcp.com/en/docs
```

Docs release smoke:

```bash
curl -fsS https://aiworkflowmcp.com/en/docs/client-setup
curl -fsS https://aiworkflowmcp.com/en/docs/errors
curl -fsS https://aiworkflowmcp.com/en/docs/operations
curl -fsS https://aiworkflowmcp.com/en/en/llms.mdx
```

## Next.js 16 Build Policy [#nextjs-16-build-policy]

Next.js 16 uses Turbopack by default for `next build`. AI Workflow MCP pins production Next builds to Webpack with `next build --webpack` until the Cloudflare/OpenNext path is verified against Turbopack end to end.

Cloudflare OpenNext currently requires the docs middleware convention in this repository. Do not rename `docs/middleware.ts` to `docs/proxy.ts` until the Cloudflare build path supports the Next.js proxy convention end to end.


---

For a semantic overview of all documentation, see [/en/sitemap.md](/en/sitemap.md)

For an index of all available documentation, see [/en/llms.txt](/en/llms.txt)