Release notes
Release notes are published here with each product release. Check back for new features, API changes, and fixes.
Deploying the docs
This documentation site is built with Docusaurus and is designed to be hosted on Cloudflare Pages at https://docs.inboxops.app.
Build settings (Cloudflare Pages)
- Build command:
pnpm build(ornpm run build) - Build output directory:
build - Root directory: Repository root (inboxops-docs)
- Node version: 20 (set in the Cloudflare Pages UI or use the repo’s
.nvmrc)
Optional config in the repo
- Redirects — Legacy path redirects (e.g.
/api→/api/) are handled by@docusaurus/plugin-client-redirectsindocusaurus.config.ts. For Cloudflare-specific rules, addstatic/_redirects. - Headers / caching — Optional
static/_headerscan set cache-control for static assets (e.g. long cache for/assets/*). See the repo’sstatic/folder and Cloudflare Pages docs for syntax.
Details for contributors: see the repository README for local install, pnpm start, and pnpm build.
Placeholder for future releases
Releases will be listed below with date and summary. Example format:
YYYY-MM-DD — Release title
- New feature or change.
- API: new endpoint or parameter.
- Fix: description.
No releases have been published yet. This page will be updated when release notes are added.