Skip to content

v1.10.2

Latest

Choose a tag to compare

@devhims devhims released this 16 May 18:28
· 6 commits to main since this release
d7e5dfd

What's changed

  • Added a production-ready sample API path using a Dockerized Hono server on Cloudflare Containers.
  • Added server-side bearer-token protection for the sample Cloudflare Worker API.
  • Updated the sample app so browser requests go through Next.js API routes instead of exposing API secrets client-side.
  • Refreshed README quickstart and deployment guidance to make local testing, hosted demos, and production egress tradeoffs clearer.

Validation

  • npm run build
  • Cloudflare Worker/container deploy and authenticated API smoke tests
  • Next.js sample build and API proxy smoke tests