Major product and infrastructure changes, written for customers and integrators. Small internal refactors are omitted; behavior, limits, and compatibility changes are included.
2026-08-16
Durable jobs and stricter conversion boundaries
Job creation, quota reservation, and idempotency are now atomic. Enqueue failures become terminal instead of leaving a job polling forever, stale queued jobs can be reconciled, and incompatible idempotency replays return a conflict. Anonymous synchronous work is restricted to bounded image conversion; heavier formats use authenticated worker queues.
- Compare-and-set job transitions prevent cancellation and stale workers from overwriting each other.
- Processing timestamps distinguish a genuinely stale conversion from a job that simply waited in a queue.
- JavaScript and Python clients prepare direct-to-storage uploads before creating async jobs.
2026-08-15
Team workspaces, roles, and audit history
Business and Enterprise accounts can organize work in shared workspaces with owner, admin, member, and viewer roles. Server-side permission checks protect jobs, members, API keys, webhooks, billing, and audit history.
- Workspace entitlements follow the owner account rather than the acting member's personal plan.
- Audit events record security-sensitive membership, role, key, and webhook changes.
2026-08-12
Developer platform
The plan-gated REST API now supports synchronous conversion, direct upload preparation, asynchronous job creation and polling, API-key scopes, idempotency, and HMAC-signed webhooks.
- Webhook deliveries retain a stable delivery ID across manual replays.
- Business and Enterprise API limits are enforced per key, with higher async job capacity than synchronous conversion.
2026-08-08
More production conversion engines
Office, Markdown, EPUB, RAR extraction, ISO, BMP, ICO, GIF, and HEIC reading joined the live format registry. Unsupported targets such as RAR creation and HEIC encoding remain clearly marked unavailable.
- PDF text extraction moved to a maintained pdf.js runtime path.
- Archive conversion validates entry paths and extraction budgets before repacking.
2026-08-01
Convyx launched
Convyx went live with account-backed history, automatic object retention, image, spreadsheet, document, media, and archive conversion, a queue-backed worker, and transparent plan limits.
- Production deploys use blue/green web slots with a health check before traffic moves.
- The Free plan launched with 50 monthly conversions and a 25 MB file limit.