v0.0.34

28 June 2026

Classic (non-worker) mode is the default again, registry query DSL gained limit/offset.

Added

  • limit=n/offset=n conditions in the registry query DSL (Registry::find()), translated to SQL LIMIT/OFFSET.

Changed

  • Caddyfile reverted to classic php_server mode (with the missing-static 404 responder) as the default; Caddyfile.worker keeps the FrankenPHP worker config for opt-in use.