Changelog

What shipped, and when.

Dated entries for anything that changes how the product behaves. Roadmap items are listed separately so nothing here reads as available when it is not.

August 2026

Product site

  • Dedicated pages for the product, security model, reliability contract, and printer compatibility.
  • A download page covering agent installation, what the agent does on the machine, and troubleshooting.
  • Corrected several claims that overstated what the system can detect — most notably what completed means.
July 2026

Idempotency and rate limiting

  • Idempotency-Key on job creation: identical retries replay the original job, conflicting input is rejected.
  • Agent-side job ledger that survives a restart, so a redelivered job is never printed twice.
  • Per-key rate limiting with 429 and Retry-After instead of silent drops.
June 2026

The core print path

  • POST /v1/print-jobs routes raw ZPL through to a real print queue, verified byte-for-byte on a printer's TCP port.
  • Offline printers queue jobs and dispatch automatically when their station reconnects.
  • Web console: printers with live presence, job history with failure detail, API keys with one-time reveal, monthly usage.
  • Node SDK with a waitFor status poller, and an OpenAPI 3.1 description of the public API.
Next — not yet shipped
In progress

On the way

  • Webhooks for job status, so integrations stop polling.
  • Raw pass-through printing on Windows.
  • Code-signed agent installers with automatic updates.
  • Audit log for key issuance, revocation, and station enrollment.

Start printing

Everything above is in the free tier.

No feature gates. Create an account and use the whole product.